Macros | |
#define | LL_QSPI_SLAVE_OUTDIS 0x00000000UL |
#define | LL_QSPI_SLAVE_OUTEN (1UL << QSPI_CTRL0_SLVOE_Pos) |
#define | LL_SPI_SLAVE_OUTDIS 0x00000000UL |
#define | LL_SPI_SLAVE_OUTEN (1UL << SPI_CTRL0_S_OUT_EN_POS) |
#define LL_QSPI_SLAVE_OUTDIS 0x00000000UL |
Output enable for SPI transfer as slave
Definition at line 450 of file gr55xx_ll_qspi.h.
#define LL_QSPI_SLAVE_OUTEN (1UL << QSPI_CTRL0_SLVOE_Pos) |
Output disable for SPI transfer as slave
Definition at line 451 of file gr55xx_ll_qspi.h.
#define LL_SPI_SLAVE_OUTDIS 0x00000000UL |
Output enable for SPI transfer as slave
Definition at line 252 of file gr55xx_ll_spi.h.
#define LL_SPI_SLAVE_OUTEN (1UL << SPI_CTRL0_S_OUT_EN_POS) |
Output disable for SPI transfer as slave
Definition at line 253 of file gr55xx_ll_spi.h.