Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_rcu.c725 ErrStatus reval = ERROR; in rcu_osci_stab_wait() local
738 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()
A Dgd32vf103_adc.c739 FlagStatus reval = RESET; in adc_flag_get() local
741 reval = SET; in adc_flag_get()
743 return reval; in adc_flag_get()
773 FlagStatus reval = RESET; in adc_regular_software_startconv_flag_get() local
775 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() local
791 reval = SET; in adc_inserted_software_startconv_flag_get()
793 return reval; in adc_inserted_software_startconv_flag_get()
A Dgd32vf103_dma.c563 FlagStatus reval; in dma_flag_get() local
566 reval = SET; in dma_flag_get()
568 reval = RESET; in dma_flag_get()
571 return reval; in dma_flag_get()
/bsp/k230/drivers/utest/
A Dtest_ts.c64 rt_uint32_t reval; in test_ts_read() local
75 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