Home
last modified time | relevance | path

Searched refs:timer_handler (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c85 static void timer_handler(nrf_timer_event_t event_type, void * p_context) in timer_handler() function
146 status = nrfx_timer_init(&timer_t_inst, &config, timer_handler); in main()
153 status = nrfx_timer_init(&timer_c_inst, &config, timer_handler); in main()
DREADME.md20 The @p timer_handler() is executed in the following situations:
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c68 static void timer_handler(nrf_timer_event_t event_type, void * p_context) in timer_handler() function
103 status = nrfx_timer_init(&timer_inst, &config, timer_handler); in main()
DREADME.md21 The @p timer_handler() is executed after a specified time.
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c75 static void timer_handler(nrf_timer_event_t event_type, void * p_context) in timer_handler() function
149 status = nrfx_timer_init(&timer_inst, &timer_config, timer_handler); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c79 static void timer_handler(nrf_timer_event_t event_type, void * p_context) in timer_handler() function
176 status = nrfx_timer_init(&timer_inst, &timer_config, timer_handler); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c216 static void timer_handler(nrf_timer_event_t event_type, void * p_context) in timer_handler() function
251 status = nrfx_timer_init(&timer_inst, &timer_config, timer_handler); in main()