Flags definitions which can be used with LL_DSPI_StatReg function. More...
Macros | |
#define | LL_DSPI_SR_FFE DSPI_STAT_FRE |
#define | LL_DSPI_SR_BUSY DSPI_STAT_BUSY |
#define | LL_DSPI_SR_OVR DSPI_STAT_OVR |
#define | LL_DSPI_SR_MODF DSPI_STAT_MODF |
#define | LL_DSPI_SR_TFE DSPI_STAT_TXE |
#define | LL_DSPI_SR_RFNE DSPI_STAT_RXNE |
#define | LL_DSPI_SR_ALL |
Flags definitions which can be used with LL_DSPI_StatReg function.
#define LL_DSPI_SR_ALL |
All flag
Definition at line 128 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_BUSY DSPI_STAT_BUSY |
Busy flag
Definition at line 118 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_FFE DSPI_STAT_FRE |
Frame format error flag
Definition at line 117 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_MODF DSPI_STAT_MODF |
Mode fault
Definition at line 120 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_OVR DSPI_STAT_OVR |
Overrun flag
Definition at line 119 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_RFNE DSPI_STAT_RXNE |
Rx FIFO not empty flag
Definition at line 122 of file gr55xx_ll_dspi.h.
#define LL_DSPI_SR_TFE DSPI_STAT_TXE |
Tx FIFO empty flag
Definition at line 121 of file gr55xx_ll_dspi.h.