Home
last modified time | relevance | path

Searched refs:RCR (Results 1 – 5 of 5) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_lptim.h470 (__HANDLE__)->Instance->RCR = (__VALUE__); \
479 #define __HAL_LPTIM_REPETITIONCOUNTER_GET(__HANDLE__) ((__HANDLE__)->Instance->RCR)
Dstm32l4xx_ll_lptim.h529 MODIFY_REG(LPTIMx->RCR, LPTIM_RCR_REP, Repetition); in LL_LPTIM_SetRepetition()
540 return (uint32_t)(READ_BIT(LPTIMx->RCR, LPTIM_RCR_REP)); in LL_LPTIM_GetRepetition()
Dstm32l4xx_ll_tim.h1799 WRITE_REG(TIMx->RCR, RepetitionCounter); in LL_TIM_SetRepetitionCounter()
1812 return (uint32_t)(READ_REG(TIMx->RCR)); in LL_TIM_GetRepetitionCounter()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c5632 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h924 __IO uint32_t RCR; /*!< TIM repetition counter register, Address offset: 0x30 */ member