Searched refs:hw_data (Results 1 – 1 of 1) sorted by relevance
25 const gd32_hwtimer_data hw_data; member535 rcu_periph_clock_enable(g_gd32_hwtimer[i].hw_data.rcu); in rt_hwtimer_init()536 NVIC_SetPriority(g_gd32_hwtimer[i].hw_data.irqn, 0); in rt_hwtimer_init()537 NVIC_EnableIRQ(g_gd32_hwtimer[i].hw_data.irqn); in rt_hwtimer_init()538 timer_interrupt_enable(g_gd32_hwtimer[i].hw_data.reg_base, TIMER_INT_UP); in rt_hwtimer_init()540 g_gd32_hwtimer[i].dev_name, (void *)g_gd32_hwtimer[i].hw_data.reg_base); in rt_hwtimer_init()
Completed in 3 milliseconds