Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_comp.c31 COMP->CSR2 = ((uint32_t)0x00000000); in COMP_DeInit()
81 tmpreg = COMP->CSR2; in COMP_Init()
91 COMP->CSR2 = tmpreg; in COMP_Init()
159 COMP->CSR2 |= (uint32_t) (1); in COMP_Cmd()
164 COMP->CSR2 &= (uint32_t)(~((uint32_t)1)); in COMP_Cmd()
215 if ( (COMP->CSR2 & COMP_CSR_COMP3OUT) != 0) in COMP_GetOutputLevel()
288 COMP->CSR2 |= (uint32_t) (COMP_CSR_COMP3LOCK); in COMP_LockConfig()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_comp.h63 …__IO u32 CSR2; ///< COMP2 Control Status … member
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f072xb.h260 …__IO uint32_t CSR2; /*!< COMP comparator control and status register 2, Address… member

Completed in 25 milliseconds