Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c124 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c209 status = nrfx_pwm_init(&pwm_instance, &config, pwm_handler, &pwm_instance); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h216 nrfx_err_t nrfx_pwm_init(nrfx_pwm_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c196 nrfx_err_t nrfx_pwm_init(nrfx_pwm_t const * p_instance, in nrfx_pwm_init() function