Home
last modified time | relevance | path

Searched refs:TIM_CR1_CKD (Results 1 – 20 of 20) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h1280 (__HANDLE__)->Instance->CR1 &= (uint16_t)(~TIM_CR1_CKD); \
1291 ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
Dstm32l1xx_ll_tim.h1096 MODIFY_REG(TIMx->CR1, TIM_CR1_CKD, ClockDivision); in LL_TIM_SetClockDivision()
1113 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_CKD)); in LL_TIM_GetClockDivision()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h1139 (__HANDLE__)->Instance->CR1 &= (uint16_t)(~TIM_CR1_CKD); \
1148 #define __HAL_TIM_GET_CLOCKDIVISION(__HANDLE__) ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
Dstm32l0xx_ll_tim.h1129 MODIFY_REG(TIMx->CR1, TIM_CR1_CKD, ClockDivision); in LL_TIM_SetClockDivision()
1146 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_CKD)); in LL_TIM_GetClockDivision()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1368 (__HANDLE__)->Instance->CR1 &= (~TIM_CR1_CKD); \
1382 ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
Dstm32l4xx_ll_tim.h1671 MODIFY_REG(TIMx->CR1, TIM_CR1_CKD, ClockDivision); in LL_TIM_SetClockDivision()
1688 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_CKD)); in LL_TIM_GetClockDivision()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c281 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
Dstm32l1xx_hal_tim.c4471 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c258 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
Dstm32l0xx_hal_tim.c4401 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c359 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
Dstm32l4xx_hal_tim.c5614 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5414 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5935 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5671 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5671 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5776 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6495 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h6797 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13992 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro