Searched refs:COMP_CSR_COMP1SW1 (Results 1 – 1 of 1) sorted by relevance
149 #define COMP_CSR_COMP1SW1 ((uint32_t)0x00000002) /*!< COMP1 SW1 switch control */ macro318 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) |= (uint32_t) (COMP_CSR_COMP1SW1); in COMP_SwitchCmd()323 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) &= (uint32_t)(~COMP_CSR_COMP1SW1); in COMP_SwitchCmd()
Completed in 5 milliseconds