Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c452 bool ret_val = false; in nrfx_pwm_stop() local
472 ret_val = pwm_stopped_check(p_instance); in nrfx_pwm_stop()
474 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_stop()
475 return ret_val; in nrfx_pwm_stop()
482 bool ret_val = pwm_stopped_check(p_instance); in nrfx_pwm_stopped_check() local
484 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_stopped_check()
485 return ret_val; in nrfx_pwm_stopped_check()