Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_pwm.h451 uint16_t top_value);
664 uint16_t top_value) in nrf_pwm_configure() argument
666 NRFX_ASSERT(top_value <= PWM_COUNTERTOP_COUNTERTOP_Msk); in nrf_pwm_configure()
670 p_reg->COUNTERTOP = top_value; in nrf_pwm_configure()
/external/platform/nrfx/drivers/include/
A Dnrfx_pwm.h100 uint16_t top_value; ///< Value up to which the pulse generator counter counts. member
134 .top_value = 1000, \
/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c157 p_config->base_clock, p_config->count_mode, p_config->top_value); in nrfx_pwm_init()

Completed in 7 milliseconds