Searched refs:COMP_CSR_EN (Results 1 – 4 of 4) sorted by relevance
113 (state) ? (*(vu32*)(COMP_BASE + selection) |= COMP_CSR_EN) : in COMP_Cmd()114 (*(vu32*)(COMP_BASE + selection) &= ~COMP_CSR_EN); in COMP_Cmd()
95 #define COMP_CSR_EN (0x01U << COMP_CSR_EN_Pos) ///< Comparator enable macro
2992 #define COMP_CSR_EN ((uint32_t)0x00000001) /*!<Comparator x enable*/ macro
9363 #define COMP_CSR_EN(x) (((uint32_t)(((uint32_t)(x)) << COMP_CSR_EN_SHIFT))… macro
Completed in 72 milliseconds