Home
last modified time | relevance | path

Searched refs:nrfx_timer_enable (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c175 nrfx_timer_enable(&timer_c_inst); in main()
176 nrfx_timer_enable(&timer_t_inst); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c119 nrfx_timer_enable(&timer_inst); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c179 nrfx_timer_enable(&timer_inst); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c213 nrfx_timer_enable(&timer_inst); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c240 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_field_event_handler()
243 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_field_event_handler()
299 nrfx_timer_enable(&m_timer_workaround.timer); in nfct_activate_check()
Dnrfx_timer.c208 void nrfx_timer_enable(nrfx_timer_t const * p_instance) in nrfx_timer_enable() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h188 void nrfx_timer_enable(nrfx_timer_t const * p_instance);
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c324 nrfx_timer_enable(&timer_inst); in main()