Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_comp.c279 | COMP_CSR_HYST in LL_COMP_Init()
297 | COMP_CSR_HYST in LL_COMP_Init()
Dstm32l4xx_hal_comp.c367 COMP_CSR_WINMODE | COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()
374 COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()
382 COMP_CSR_WINMODE | COMP_CSR_POLARITY | COMP_CSR_HYST | in HAL_COMP_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_comp.h623 MODIFY_REG(COMPx->CSR, COMP_CSR_HYST, InputHysteresis); in LL_COMP_SetInputHysteresis()
638 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_HYST)); in LL_COMP_GetInputHysteresis()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15104 #define COMP_CSR_HYST COMP_CSR_HYST_Msk /*!< Comparator hyst… macro