Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h82 …nrf_pwm_mode_t count_mode; ///< Operating mode of the pulse generator… member
132 .count_mode = NRF_PWM_MODE_UP, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c154 .count_mode = p_config->count_mode, in pwm_configure()
169 p_config->count_mode == NRF_PWM_MODE_UP ? in pwm_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h70 …nrf_pwm_mode_t count_mode; ///< Operating mode of the pulse generator … member
97 nrf_pwm_configure(p_reg, p_config->base_clock, p_config->count_mode, p_config->top_value); in nrfy_pwm_periph_configure()