Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c192 assert_param(IS_LPTIM_COUNTER_SOURCE(hlptim->Init.CounterSource)); in HAL_LPTIM_Init()
227 hlptim->Init.CounterSource); in HAL_LPTIM_Init()
1186 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start()
1256 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c250 assert_param(IS_LPTIM_COUNTER_SOURCE(hlptim->Init.CounterSource)); in HAL_LPTIM_Init()
302 hlptim->Init.CounterSource); in HAL_LPTIM_Init()
1391 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start()
1463 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lptim.h149 …uint32_t CounterSource; /*!< Specifies whether the counter is incremente… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h126 …uint32_t CounterSource; /*!< Specifies whether the counter is incremente… member