Init_TRIAMP
 
Component Init_TRIAMP for COLDFIREV1
Trans-Impedance Amplifier
Component Level: Peripheral Initialization
Properties:
(Properties are parameters of the component. Please see the Embedded Components page for more information.)
  • Component name - Name of the component.
  • Device - TRIAMP Device module
  • Settings - Common TRIAMP module settings
    • Power mode - This item selects the power-level mode.

      There are 2 options:
      • High-speed: High-speed mode
      • Low-power: Low-power mode

  • Pins - Module pins settings.
  • Initialization - Initialization options of the module
    • Module enable - Enables the TRIAMP module.

      There are 2 options:
      • yes: Trans-Impedance Amplifier system is enabled.
      • no: The amplifier is disabled and not powered.

    • Call Init method - The Init method of the component may be called after a power-on or reset (in initialization code) by PE.
      yes - The Init method is called by PE.
      no - The Init method is not called by PE, it should be called in the user's code.