Home
last modified time | relevance | path

Searched refs:pwm_handler (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c87 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void * p_context) in pwm_handler() function
124 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
DREADME.md22 @p pwm_handler() is executed with a relevant log message after every loop.
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c156 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void * p_context) in pwm_handler() function
209 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
DREADME.md21 The @p pwm_handler() is executed with a relevant log message after every loop.