Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c371 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_PWM_Start()
454 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_PWM_Start_IT()
537 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_OnePulse_Start()
620 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_OnePulse_Start_IT()
703 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_SetOnce_Start()
786 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_SetOnce_Start_IT()
884 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_Encoder_Start()
969 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_Encoder_Start_IT()
1041 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_TimeOut_Start()
1119 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_TimeOut_Start_IT()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c475 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_PWM_Start()
574 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_PWM_Start_IT()
673 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_OnePulse_Start()
772 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_OnePulse_Start_IT()
871 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_SetOnce_Start()
970 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_SetOnce_Start_IT()
1087 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_Encoder_Start()
1181 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_Encoder_Start_IT()
1258 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_TimeOut_Start()
1330 __HAL_LPTIM_AUTORELOAD_SET(hlptim, Period); in HAL_LPTIM_TimeOut_Start_IT()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lptim.h422 #define __HAL_LPTIM_AUTORELOAD_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->ARR = (__VALU… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h451 #define __HAL_LPTIM_AUTORELOAD_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->ARR = (__VALU… macro