Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h391 __STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode) in LL_LPTIM_SetUpdateMode() argument
393 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRELOAD, UpdateMode); in LL_LPTIM_SetUpdateMode()
Dstm32l0xx_hal_lptim.h145 …uint32_t UpdateMode; /*!< Specifies whether the update of the autorel… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lptim.h471 __STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode) in LL_LPTIM_SetUpdateMode() argument
473 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRELOAD, UpdateMode); in LL_LPTIM_SetUpdateMode()
Dstm32l4xx_hal_lptim.h122 …uint32_t UpdateMode; /*!< Specifies whether the update of the autorel… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c191 assert_param(IS_LPTIM_UPDATE_MODE(hlptim->Init.UpdateMode)); in HAL_LPTIM_Init()
226 hlptim->Init.UpdateMode | in HAL_LPTIM_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c249 assert_param(IS_LPTIM_UPDATE_MODE(hlptim->Init.UpdateMode)); in HAL_LPTIM_Init()
301 hlptim->Init.UpdateMode | in HAL_LPTIM_Init()