Searched refs:pwm_handler (Results 1 – 4 of 4) sorted by relevance
87 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void * p_context) in pwm_handler() function124 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
22 @p pwm_handler() is executed with a relevant log message after every loop.
156 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void * p_context) in pwm_handler() function209 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
21 The @p pwm_handler() is executed with a relevant log message after every loop.