Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h615 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() argument
878 p_reg->LOOP = loop_count; in nrf_pwm_loop_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h411 NRFY_STATIC_INLINE void nrfy_pwm_loop_set(NRF_PWM_Type * p_reg, uint16_t loop_count) in nrfy_pwm_loop_set() argument
413 nrf_pwm_loop_set(p_reg, loop_count); in nrfy_pwm_loop_set()