Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_cau.h212 #define CAU_FLAG_INFIFO_EMPTY CAU_STAT0_IEM /*!< IN FIFO empty … macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_cau_aes.c793 while(RESET == cau_flag_get(CAU_FLAG_INFIFO_EMPTY)) { in cau_fill_data()
861 while(RESET == cau_flag_get(CAU_FLAG_INFIFO_EMPTY)) { in cau_aes_calculate()