Searched refs:AlternateBytes (Results 1 – 4 of 4) sorted by relevance
152 …uint32_t AlternateBytes; /* Specifies the Alternate Bytes to be sent (Size from 1 to 4 bytes a… member
161 uint32_t AlternateBytes; /* It contains the alternate bytes to be sent to the device. member
2688 WRITE_REG(hqspi->Instance->ABR, cmd->AlternateBytes); in QSPI_Config()2750 WRITE_REG(hqspi->Instance->ABR, cmd->AlternateBytes); in QSPI_Config()
2791 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()