Searched refs:timer_handler (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/ |
| D | main.c | 85 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()
|
| D | README.md | 20 The @p timer_handler() is executed in the following situations:
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/ |
| D | main.c | 68 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()
|
| D | README.md | 21 The @p timer_handler() is executed after a specified time.
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/ |
| D | main.c | 75 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/ |
| D | main.c | 79 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/ |
| D | main.c | 216 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()
|