Home
last modified time | relevance | path

Searched refs:bflb_timer (Results 1 – 2 of 2) sorted by relevance

/bsp/bouffalo_lab/libraries/rt_drivers/
A Ddrv_hwtimer.c26 struct bflb_device_s *bflb_timer; member
84 bool hwtmr_stat = bflb_timer_get_compint_status(timer->bflb_timer, TIMER_COMP_ID_0); in _hwtmr_isr()
88 bflb_timer_compint_clear(timer->bflb_timer, TIMER_COMP_ID_0); in _hwtmr_isr()
106 bflb_timer_init(_gptmr->bflb_timer, &cfg); in _hwtimer_init()
126 bflb_timer_init(_gptmr->bflb_timer, &cfg); in _hwtimer_start()
127 bflb_irq_enable(_gptmr->bflb_timer->irq_num); in _hwtimer_start()
128 bflb_timer_start(_gptmr->bflb_timer); in _hwtimer_start()
136 bflb_timer_stop(_gptmr->bflb_timer); in _hwtimer_stop()
143 rt_uint32_t current_cnt = bflb_timer_get_countervalue(_gptmr->bflb_timer); in _hwtimer_count_get()
164 bflb_timer_stop(_gptmr->bflb_timer); in _hwtimer_control()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DSConscript34 src/bflb_timer.c

Completed in 4 milliseconds