Searched refs:top_value (Results 1 – 4 of 4) sorted by relevance
68 …uint16_t top_value; ///< Value up to which the pulse generator … member97 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() argument387 nrf_pwm_configure(p_reg, base_clock, mode, top_value); in nrfy_pwm_configure()
83 …uint16_t top_value; ///< Value up to which the pulse generator… member133 .top_value = 1000, \
532 uint16_t top_value);800 uint16_t top_value) in nrf_pwm_configure() argument802 NRFX_ASSERT(top_value <= PWM_COUNTERTOP_COUNTERTOP_Msk); in nrf_pwm_configure()806 p_reg->COUNTERTOP = top_value; in nrf_pwm_configure()
152 .top_value = p_config->top_value, in pwm_configure()