Macros | |
#define | CY_SMIF_CMD_WITHOUT_PARAM (0U) |
No parameter. | |
#define | CY_SMIF_TX_LAST_BYTE (1U) |
The last byte in the command transmission (SS is set high after the transmission) | |
#define | CY_SMIF_TX_NOT_LAST_BYTE (0U) |
Not the last byte in the command transmission (SS remains low after the transmission) | |
#define | CY_SMIF_READ_ONE_BYTE (1U) |
Read 1 byte. | |
#define | CY_SMIF_WRITE_ONE_BYTE (1U) |
Write 1 byte. | |
#define | CY_SMIF_WRITE_TWO_BYTES (2U) |
Write 2 bytes. | |
#define | CY_SMIF_ONE_WORD (4U) |
4 bytes | |
#define | CY_SMIF_DUAL_QUAD_DISABLED (0U) |
The dual quad transmission mode is disabled. | |
#define | CY_SMIF_DUAL_QUAD_ENABLED (1U) |
The dual quad transmission mode is enabled. | |