Home
last modified time | relevance | path

Searched refs:nrfx_timer_is_enabled (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c178 nrfx_timer_is_enabled(&timer_t_inst) ? "enabled" : "disabled"); in main()
180 nrfx_timer_is_enabled(&timer_c_inst) ? "enabled" : "disabled"); in main()
198 nrfx_timer_is_enabled(&timer_t_inst) ? "enabled" : "disabled"); in main()
200 nrfx_timer_is_enabled(&timer_c_inst) ? "enabled" : "disabled"); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c120 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c180 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c214 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h208 bool nrfx_timer_is_enabled(nrfx_timer_t const * p_instance);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c231 bool nrfx_timer_is_enabled(nrfx_timer_t const * p_instance) in nrfx_timer_is_enabled() function