Searched refs:reval (Results 1 – 4 of 4) sorted by relevance
725 ErrStatus reval = ERROR; in rcu_osci_stab_wait() local738 reval = SUCCESS; in rcu_osci_stab_wait()751 reval = SUCCESS; in rcu_osci_stab_wait()764 reval = SUCCESS; in rcu_osci_stab_wait()777 reval = SUCCESS; in rcu_osci_stab_wait()790 reval = SUCCESS; in rcu_osci_stab_wait()802 reval = SUCCESS; in rcu_osci_stab_wait()814 reval = SUCCESS; in rcu_osci_stab_wait()823 return reval; in rcu_osci_stab_wait()
739 FlagStatus reval = RESET; in adc_flag_get() local741 reval = SET; in adc_flag_get()743 return reval; in adc_flag_get()773 FlagStatus reval = RESET; in adc_regular_software_startconv_flag_get() local775 reval = SET; in adc_regular_software_startconv_flag_get()777 return reval; in adc_regular_software_startconv_flag_get()789 FlagStatus reval = RESET; in adc_inserted_software_startconv_flag_get() local791 reval = SET; in adc_inserted_software_startconv_flag_get()793 return reval; in adc_inserted_software_startconv_flag_get()
563 FlagStatus reval; in dma_flag_get() local566 reval = SET; in dma_flag_get()568 reval = RESET; in dma_flag_get()571 return reval; in dma_flag_get()
64 rt_uint32_t reval; in test_ts_read() local75 reval = rt_device_read(ts_dev, 0, &temp, sizeof(double)); in test_ts_read()76 uassert_true(reval > 0); in test_ts_read()
Completed in 13 milliseconds