Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h68 …uint16_t top_value; ///< Value up to which 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()
385 uint16_t top_value) in nrfy_pwm_configure() argument
387 nrf_pwm_configure(p_reg, base_clock, mode, top_value); in nrfy_pwm_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h83 …uint16_t top_value; ///< Value up to which the pulse generator… member
133 .top_value = 1000, \
/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h532 uint16_t top_value);
800 uint16_t top_value) in nrf_pwm_configure() argument
802 NRFX_ASSERT(top_value <= PWM_COUNTERTOP_COUNTERTOP_Msk); in nrf_pwm_configure()
806 p_reg->COUNTERTOP = top_value; in nrf_pwm_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c152 .top_value = p_config->top_value, in pwm_configure()