Expand description
SPI control register
Structs
- SPI control register
Type Aliases
- Field
DUMMY_OUTreader - 0: In the dummy phase, the FSPI bus signals are not output. 1: In the dummy phase, the FSPI bus signals are output. Can be configured in CONF state. - Field
DUMMY_OUTwriter - 0: In the dummy phase, the FSPI bus signals are not output. 1: In the dummy phase, the FSPI bus signals are output. Can be configured in CONF state. - Field
D_POLreader - The bit is used to set MOSI line polarity, 1: high 0, low. Can be configured in CONF state. - Field
D_POLwriter - The bit is used to set MOSI line polarity, 1: high 0, low. Can be configured in CONF state. - Field
FADDR_DUALreader - Apply 2 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. - Field
FADDR_DUALwriter - Apply 2 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. - Field
FADDR_OCTreader - Apply 8 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. - Field
FADDR_QUADreader - Apply 4 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. - Field
FADDR_QUADwriter - Apply 4 signals during addr phase 1:enable 0: disable. Can be configured in CONF state. - Field
FCMD_DUALreader - Apply 2 signals during command phase 1:enable 0: disable. Can be configured in CONF state. - Field
FCMD_DUALwriter - Apply 2 signals during command phase 1:enable 0: disable. Can be configured in CONF state. - Field
FCMD_OCTreader - Apply 8 signals during command phase 1:enable 0: disable. Can be configured in CONF state. - Field
FCMD_QUADreader - Apply 4 signals during command phase 1:enable 0: disable. Can be configured in CONF state. - Field
FCMD_QUADwriter - Apply 4 signals during command phase 1:enable 0: disable. Can be configured in CONF state. - Field
FREAD_DUALreader - In the read operations, read-data phase apply 2 signals. 1: enable 0: disable. Can be configured in CONF state. - Field
FREAD_DUALwriter - In the read operations, read-data phase apply 2 signals. 1: enable 0: disable. Can be configured in CONF state. - Field
FREAD_OCTreader - In the read operations read-data phase apply 8 signals. 1: enable 0: disable. Can be configured in CONF state. - Field
FREAD_QUADreader - In the read operations read-data phase apply 4 signals. 1: enable 0: disable. Can be configured in CONF state. - Field
FREAD_QUADwriter - In the read operations read-data phase apply 4 signals. 1: enable 0: disable. Can be configured in CONF state. - Field
HOLD_POLreader - SPI_HOLD output value when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. - Field
HOLD_POLwriter - SPI_HOLD output value when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. - Field
Q_POLreader - The bit is used to set MISO line polarity, 1: high 0, low. Can be configured in CONF state. - Field
Q_POLwriter - The bit is used to set MISO line polarity, 1: high 0, low. Can be configured in CONF state. - Register
CTRLreader - Field
RD_BIT_ORDERreader - In read-data (MISO) phase 1: LSB first 0: MSB first. Can be configured in CONF state. - Field
RD_BIT_ORDERwriter - In read-data (MISO) phase 1: LSB first 0: MSB first. Can be configured in CONF state. - Register
CTRLwriter - Field
WP_POLreader - Write protect signal output when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. - Field
WP_POLwriter - Write protect signal output when SPI is idle. 1: output high, 0: output low. Can be configured in CONF state. - Field
WR_BIT_ORDERreader - In command address write-data (MOSI) phases 1: LSB firs 0: MSB first. Can be configured in CONF state. - Field
WR_BIT_ORDERwriter - In command address write-data (MOSI) phases 1: LSB firs 0: MSB first. Can be configured in CONF state.