Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c382 bool ret_val = false; in nrfx_pwm_stop() local
396 ret_val = true; in nrfx_pwm_stop()
403 ret_val = true; in nrfx_pwm_stop()
409 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_stop()
410 return ret_val; in nrfx_pwm_stop()
419 bool ret_val = false; in nrfx_pwm_is_stopped() local
425 ret_val = true; in nrfx_pwm_is_stopped()
432 ret_val = true; in nrfx_pwm_is_stopped()
435 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_is_stopped()
436 return ret_val; in nrfx_pwm_is_stopped()

Completed in 8 milliseconds