Lines Matching defs:p_instance
111 static void pins_deconfigure(nrfx_pwm_t const * p_instance) in pins_deconfigure()
139 static void pwm_configure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config) in pwm_configure()
180 static bool pwm_stopped_check(nrfx_pwm_t const * p_instance) in pwm_stopped_check()
196 nrfx_err_t nrfx_pwm_init(nrfx_pwm_t const * p_instance, in nrfx_pwm_init()
234 nrfx_err_t nrfx_pwm_reconfigure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config) in nrfx_pwm_reconfigure()
254 void nrfx_pwm_uninit(nrfx_pwm_t const * p_instance) in nrfx_pwm_uninit()
276 bool nrfx_pwm_init_check(nrfx_pwm_t const * p_instance) in nrfx_pwm_init_check()
283 static uint32_t start_playback(nrfx_pwm_t const * p_instance, in start_playback()
355 uint32_t nrfx_pwm_simple_playback(nrfx_pwm_t const * p_instance, in nrfx_pwm_simple_playback()
399 uint32_t nrfx_pwm_complex_playback(nrfx_pwm_t const * p_instance, in nrfx_pwm_complex_playback()
446 bool nrfx_pwm_stop(nrfx_pwm_t const * p_instance, bool wait_until_stopped) in nrfx_pwm_stop()
478 bool nrfx_pwm_stopped_check(nrfx_pwm_t const * p_instance) in nrfx_pwm_stopped_check()