Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h651 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout()
665 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout()
676 return (READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == (LPTIM_CFGR_TIMOUT)); in LL_LPTIM_IsEnabledTimeout()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lptim.h787 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout()
801 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout()
812 return (READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == (LPTIM_CFGR_TIMOUT)); in LL_LPTIM_IsEnabledTimeout()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c1035 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start()
1073 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop()
1110 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT()
1157 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c1252 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start()
1290 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop()
1321 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT()
1362 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h3241 #define LPTIM_CFGR_TIMOUT LPTIM_CFGR_TIMOUT_Msk /*!< Timout enable */ macro
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3499 #define LPTIM_CFGR_TIMOUT LPTIM_CFGR_TIMOUT_Msk /*!< Timout enable */ macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3641 #define LPTIM_CFGR_TIMOUT LPTIM_CFGR_TIMOUT_Msk /*!< Timout enable */ macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15016 #define LPTIM_CFGR_TIMOUT LPTIM_CFGR_TIMOUT_Msk /*!< Timout enable */ macro