Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_comp.h599 SET_BIT(COMPx->CSR, COMP_CSR_COMPxEN); in LL_COMP_Enable()
611 CLEAR_BIT(COMPx->CSR, COMP_CSR_COMPxEN); in LL_COMP_Disable()
624 return (READ_BIT(COMPx->CSR, COMP_CSR_COMPxEN) == (COMP_CSR_COMPxEN)); in LL_COMP_IsEnabled()
Dstm32l0xx_hal_comp.h254 …e __HAL_COMP_ENABLE(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_COMPxEN)
261 …__HAL_COMP_DISABLE(__HANDLE__) CLEAR_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_COMPxEN)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c575 SET_BIT(hcomp->Instance->CSR, COMP_CSR_COMPxEN); in HAL_COMP_Start()
622 CLEAR_BIT(hcomp->Instance->CSR, COMP_CSR_COMPxEN); in HAL_COMP_Stop()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h1151 #define COMP_CSR_COMPxEN COMP_CSR_COMPxEN_Msk /*!< COMPx enable */ macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h1159 #define COMP_CSR_COMPxEN COMP_CSR_COMPxEN_Msk /*!< COMPx enable */ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h1137 #define COMP_CSR_COMPxEN COMP_CSR_COMPxEN_Msk /*!< COMPx enable */ macro