Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance
615 NRF_STATIC_INLINE void nrf_pwm_loop_set(NRF_PWM_Type * p_reg, uint16_t loop_count);876 uint16_t loop_count) in nrf_pwm_loop_set() argument878 p_reg->LOOP = loop_count; in nrf_pwm_loop_set()
411 NRFY_STATIC_INLINE void nrfy_pwm_loop_set(NRF_PWM_Type * p_reg, uint16_t loop_count) in nrfy_pwm_loop_set() argument413 nrf_pwm_loop_set(p_reg, loop_count); in nrfy_pwm_loop_set()