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/ |
D | stm32l1xx_hal_tim.h | 1280 (__HANDLE__)->Instance->CR1 &= (uint16_t)(~TIM_CR1_CKD); \ 1291 ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
|
D | stm32l1xx_ll_tim.h | 1096 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/ |
D | stm32l0xx_hal_tim.h | 1139 (__HANDLE__)->Instance->CR1 &= (uint16_t)(~TIM_CR1_CKD); \ 1148 #define __HAL_TIM_GET_CLOCKDIVISION(__HANDLE__) ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
|
D | stm32l0xx_ll_tim.h | 1129 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/ |
D | stm32l4xx_hal_tim.h | 1368 (__HANDLE__)->Instance->CR1 &= (~TIM_CR1_CKD); \ 1382 ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
|
D | stm32l4xx_ll_tim.h | 1671 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/ |
D | stm32l1xx_ll_tim.c | 281 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
|
D | stm32l1xx_hal_tim.c | 4471 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_tim.c | 258 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
|
D | stm32l0xx_hal_tim.c | 4401 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_tim.c | 359 MODIFY_REG(tmpcr1, TIM_CR1_CKD, TIM_InitStruct->ClockDivision); in LL_TIM_Init()
|
D | stm32l4xx_hal_tim.c | 5614 tmpcr1 &= ~TIM_CR1_CKD; in TIM_Base_SetConfig()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5414 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5935 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5671 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5671 #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/ |
D | stm32l072xx.h | 5776 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 6495 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 6797 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13992 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (c… macro
|