Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_sqpi.c96 while((SQPI_RCMD & SQPI_RCMD_RID) != RESET){ in sqpi_read_id_command()
99 SQPI_RCMD |= SQPI_RCMD_RID; in sqpi_read_id_command()
101 while((SQPI_RCMD & SQPI_RCMD_RID) != RESET){ in sqpi_read_id_command()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_sqpi.h64 #define SQPI_RCMD_RID BIT(31) /*!< send read ID c… macro