/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_tim.h | 1236 #define __HAL_TIM_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CNT = (__COUNTER__… 1244 ((__HANDLE__)->Instance->CNT)
|
D | stm32l1xx_ll_tim.h | 1127 WRITE_REG(TIMx->CNT, Counter); in LL_TIM_SetCounter() 1140 return (uint32_t)(READ_REG(TIMx->CNT)); in LL_TIM_GetCounter()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_tim.h | 1098 #define __HAL_TIM_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CNT = (__COUNTER__… 1105 #define __HAL_TIM_GET_COUNTER(__HANDLE__) ((__HANDLE__)->Instance->CNT)
|
D | stm32l0xx_ll_lptim.h | 477 return (uint32_t)(READ_BIT(LPTIMx->CNT, LPTIM_CNT_CNT)); in LL_LPTIM_GetCounter()
|
D | stm32l0xx_ll_tim.h | 1158 WRITE_REG(TIMx->CNT, Counter); in LL_TIM_SetCounter() 1169 return (uint32_t)(READ_REG(TIMx->CNT)); in LL_TIM_GetCounter()
|
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/ |
D | tcc.h | 828 uint32_t CNT:1; /*!< bit: 2 Counter Interrupt Enable */ member 894 uint32_t CNT:1; /*!< bit: 2 Counter Interrupt Enable */ member 960 __I uint32_t CNT:1; /*!< bit: 2 Counter */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_tim.h | 1326 #define __HAL_TIM_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CNT = (__COUNTER__… 1334 ((__HANDLE__)->Instance->CNT)
|
D | stm32l4xx_ll_lptim.h | 583 return (uint32_t)(READ_BIT(LPTIMx->CNT, LPTIM_CNT_CNT)); in LL_LPTIM_GetCounter()
|
D | stm32l4xx_ll_tim.h | 1702 WRITE_REG(TIMx->CNT, Counter); in LL_TIM_SetCounter() 1715 return (uint32_t)(READ_REG(TIMx->CNT)); in LL_TIM_GetCounter()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_lptim.c | 1350 return (hlptim->Instance->CNT); in HAL_LPTIM_ReadCounter()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_lptim.c | 1575 return (hlptim->Instance->CNT); in HAL_LPTIM_ReadCounter()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 328 …__IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C… member 495 …__IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 346 …__IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C… member 536 …__IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 345 …__IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C… member 522 …__IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 494 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 494 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 562 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 577 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 623 …__IO uint32_t CNT; /*!< LPTIM Counter register, Address offset… member 921 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ member
|