Searched refs:RCC_APB2ENR_COMP (Results 1 – 4 of 4) sorted by relevance
874 (state) ? (RCC->APB2ENR |= RCC_APB2ENR_COMP) : (RCC->APB2ENR &= ~RCC_APB2ENR_COMP); in RCC_COMP_ClockCmd()
425 #define RCC_APB2ENR_COMP (0x01U << RCC_APB2ENR_COMP_Pos) ///< COMP enable macro
740 #define RCC_APB2Periph_COMP RCC_APB2ENR_COMP
1204 #define RCC_APB2ENR_COMP(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB2ENR_COMP_SH… macro
Completed in 59 milliseconds