Searched refs:hpm_gptmr (Results 1 – 1 of 1) sorted by relevance
182 GPTMR_Type *base = hpm_gptmr->base; in hpm_hwtimer_init()196 GPTMR_Type *base = hpm_gptmr->base; in hpm_hwtimer_start()211 gptmr_start_counter(base, hpm_gptmr->channel); in hpm_hwtimer_start()213 intc_m_enable_irq_with_priority(hpm_gptmr->irq_num, 1); in hpm_hwtimer_start()221 GPTMR_Type *base = hpm_gptmr->base; in hpm_hwtimer_stop()223 gptmr_stop_counter(base, hpm_gptmr->channel); in hpm_hwtimer_stop()229 GPTMR_Type *base = hpm_gptmr->base; in hpm_hwtimer_count_get()240 GPTMR_Type *base = hpm_gptmr->base; in hpm_hwtimer_control()248 *(rt_hwtimer_t*)args = hpm_gptmr->timer; in hpm_hwtimer_control()251 hpm_gptmr->timer.mode = *(rt_uint32_t*)args; in hpm_hwtimer_control()[all …]
Completed in 4 milliseconds