Defines | |
| #define | Comp_0_config() |
| #define Comp_0_config | ( | ) |
Value:
AC0CON = (COMP0_ENABLE_BIT_VALUE<<AC0EN)| \ (COMP0_INTERRUPT_ENABLE<<AC0IE)| \ (COMP0_INTERRUPT_SELECT<<AC0IS0)| \ (COMP_CLOCK_SOURCE<<ACCKSEL)| \ (COMP0_NEG_INPUT_SELECT<<AC0M0);
Definition at line 45 of file comparator_drv.h.
Referenced by mc_init_HW().
1.5.7.1