Home
last modified time | relevance | path

Searched refs:IS_TIMER_INSTANCE (Results 1 – 12 of 12) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_timer.c70 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_Init()
89 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_SysTimerInit()
111 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_DeInit()
136 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_Start()
157 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_Stop()
176 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_Start_IT()
196 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_Stop_IT()
219 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_SetCount()
243 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_GetCount()
263 HAL_ASSERT(IS_TIMER_INSTANCE(pReg)); in HAL_TIMER_ClrInt()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_timer.c114 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_init()
135 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_reset()
152 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start()
168 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop()
184 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_it()
199 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_it()
218 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_dma()
262 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_dma()
1129 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_one_pulse_init()
2520 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_config_clock_source()
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_timer.c116 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_init()
137 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_reset()
154 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start()
172 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop()
188 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_it()
203 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_it()
223 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_dma()
267 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_dma()
1142 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_one_pulse_init()
2528 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_config_clock_source()
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_timer.c117 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_init()
138 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_reset()
155 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start()
171 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop()
187 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_it()
202 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_it()
222 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_start_by_dma()
266 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_base_stop_by_dma()
1141 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_one_pulse_init()
2535 assert_param(IS_TIMER_INSTANCE(hperh->perh)); in ald_timer_config_clock_source()
[all …]
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c30 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_MSP_Init()
100 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_Base_MspDeInit()
637 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_Base_Init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_TIMER.c30 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_MSP_Init()
121 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_Base_MspDeInit()
670 if (0 == IS_TIMER_INSTANCE(htim->Instance)) in HAL_TIMER_Base_Init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_timer.h673 #define IS_TIMER_INSTANCE(x) (((x) == AD16C4T0) || \ macro
737 #define IS_TIMER_INSTANCE(x) (((x) == GP16C4T0) || \ macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h13 #define IS_TIMER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || ((INSTANCE) == TIM3) \ macro
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_timer.h680 #define IS_TIMER_INSTANCE(x) (((x) == AD16C4T0) || \ macro
777 #define IS_TIMER_INSTANCE(x) (((x) == GP16C4T0) || \ macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_TIMER.h13 #define IS_TIMER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || ((INSTANCE) == TIM2) || ((INSTANCE) … macro
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_timer.h681 #define IS_TIMER_INSTANCE(x) (((x) == AD16C4T) || \ macro
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/
A Drk2108.h1103 #define IS_TIMER_INSTANCE(instance) (((instance) == TIMER0) || ((instance) == TIMER1) || ((instance… macro

Completed in 792 milliseconds