Searched refs:COMP_CSR_MODE_Pos (Results 1 – 1 of 1) sorted by relevance
96 #define COMP_CSR_MODE_Pos (2) macro97 #define COMP_CSR_MODE (0x03U << COMP_CSR_MODE_Pos) ///< Comparator mode98 #define COMP_CSR_MODE_LOWESTPOWER (0x00U << COMP_CSR_MODE_Pos) ///< Comparator lowest …99 #define COMP_CSR_MODE_LOWPOWER (0x01U << COMP_CSR_MODE_Pos) ///< Comparator low pow…100 #define COMP_CSR_MODE_MEDIUMRATE (0x02U << COMP_CSR_MODE_Pos) ///< Comparator medium …101 #define COMP_CSR_MODE_HIGHRATE (0x03U << COMP_CSR_MODE_Pos) ///< Comparator high ra…
Completed in 4 milliseconds