Searched refs:COMP_CSR_COMPxEN (Results 1 – 1 of 1) sorted by relevance
148 #define COMP_CSR_COMPxEN ((uint32_t)0x00000001) /*!< COMPx enable */ macro289 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) |= (uint32_t) (COMP_CSR_COMPxEN); in COMP_Cmd()294 *(__IO uint32_t *) (COMP_BASE + COMP_Selection) &= (uint32_t)(~COMP_CSR_COMPxEN); in COMP_Cmd()
Completed in 4 milliseconds