Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_comp.c273 COMP_CSR_PWRMODE in LL_COMP_Init()
292 COMP_CSR_PWRMODE in LL_COMP_Init()
Dstm32l4xx_hal_comp.c366 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
373 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
381 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_comp.h410 MODIFY_REG(COMPx->CSR, COMP_CSR_PWRMODE, PowerMode); in LL_COMP_SetPowerMode()
424 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_PWRMODE)); in LL_COMP_GetPowerMode()
Dstm32l4xx_hal_comp.h188 #define COMP_POWERMODE_ULTRALOWPOWER (COMP_CSR_PWRMODE) /*!< Ultra-low power mode */
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15078 #define COMP_CSR_PWRMODE COMP_CSR_PWRMODE_Msk /*!< Comparator powe… macro