Home
last modified time | relevance | path

Searched refs:COMP_CSR_COMP1SW1 (Results 1 – 1 of 1) sorted by relevance

/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_comp.c149 #define COMP_CSR_COMP1SW1 ((uint32_t)0x00000002) /*!< COMP1 SW1 switch control */ macro
318 *(__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