Searched refs:ret_val (Results 1 – 1 of 1) sorted by relevance
382 bool ret_val = false; in nrfx_pwm_stop() local396 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() local425 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