Home
last modified time | relevance | path

Searched refs:HWTIMER_CTRL_STOP (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dhwtimer.h23 HWTIMER_CTRL_STOP, /* stop timer */ enumerator
/nrf52832-nimble/rt-thread/examples/test/
H A Dhwtimer_test.c66 err = rt_device_control(dev, HWTIMER_CTRL_STOP, RT_NULL); in hwtimer()
/nrf52832-nimble/rt-thread/components/drivers/hwtimer/
H A Dhwtimer.c205 case HWTIMER_CTRL_STOP: in rt_hwtimer_control()