Searched refs:top_value (Results 1 – 3 of 3) sorted by relevance
451 uint16_t top_value);664 uint16_t top_value) in nrf_pwm_configure() argument666 NRFX_ASSERT(top_value <= PWM_COUNTERTOP_COUNTERTOP_Msk); in nrf_pwm_configure()670 p_reg->COUNTERTOP = top_value; in nrf_pwm_configure()
100 uint16_t top_value; ///< Value up to which the pulse generator counter counts. member134 .top_value = 1000, \
157 p_config->base_clock, p_config->count_mode, p_config->top_value); in nrfx_pwm_init()
Completed in 7 milliseconds