Searched refs:nrf_pwm_pin_get (Results 1 – 2 of 2) sorted by relevance
519 NRF_STATIC_INLINE uint32_t nrf_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel);791 NRF_STATIC_INLINE uint32_t nrf_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel) in nrf_pwm_pin_get() function
376 uint32_t ret = nrf_pwm_pin_get(p_reg, channel); in nrfy_pwm_pin_get()