Home
last modified time | relevance | path

Searched refs:step_mode (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h85 …nrf_pwm_dec_step_t step_mode; ///< Mode of advancing the active sequence. member
135 .step_mode = NRF_PWM_STEP_AUTO, \
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h72 … nrf_pwm_dec_step_t step_mode; ///< Mode of advancing the active sequence. member
98 nrf_pwm_decoder_set(p_reg, p_config->load_mode, p_config->step_mode); in nrfy_pwm_periph_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c156 .step_mode = p_config->step_mode, in pwm_configure()