FreescaleOpAmp
 
Component FreescaleOpAmp
Op Amp / Comparator module
Component Level: Low
Methods:
(Methods are user-callable functions/subroutines intended for the component functions control. Please see the Embedded Components page for more information.)
  • Enable - Enable the module. Op amp/comparator is connected to pins and powered on.

      ANSIC prototype: byte Enable(void)
    • Return value:byte - Error code
      ERR_OK - OK

  • Disable - Disable the module. Op amp/comparator is disconnected from pins and powered off.

      ANSIC prototype: byte Disable(void)
    • Return value:byte - Error code
      ERR_OK - OK


Note: Some methods can be implemented as macros.