Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
qspi_command Struct Reference
[QSPI HAL]
QSPI command. More...
#include <qspi_api.h>
Data Fields | |
uint8_t | dummy_count |
Dummy cycles count > | |
qspi_bus_width_t | bus_width |
Bus width for the instruction > | |
uint8_t | value |
Instruction value > | |
bool | disabled |
Instruction phase skipped if disabled is set to true > | |
qspi_address_size_t | size |
Address size > | |
uint32_t | value |
Address value > | |
qspi_alt_size_t | size |
Alternative size > |
Detailed Description
QSPI command.
Defines a frame format. It consists of instruction, address, alternative, dummy count and data
Definition at line 73 of file cmsis/BUILD/mbed/hal/qspi_api.h.
Field Documentation
Bus width for the instruction >
Bus width for data >
Bus width for alternative >
Bus width for the address >
Definition at line 75 of file cmsis/BUILD/mbed/hal/qspi_api.h.
bool disabled |
Instruction phase skipped if disabled is set to true >
Alternative phase skipped if disabled is set to true >
Address phase skipped if disabled is set to true >
Definition at line 77 of file cmsis/BUILD/mbed/hal/qspi_api.h.
uint8_t dummy_count |
Dummy cycles count >
Definition at line 91 of file cmsis/BUILD/mbed/hal/qspi_api.h.
Alternative size >
Definition at line 87 of file cmsis/BUILD/mbed/hal/qspi_api.h.
Address size >
Definition at line 81 of file cmsis/BUILD/mbed/hal/qspi_api.h.
uint8_t value |
Instruction value >
Definition at line 76 of file cmsis/BUILD/mbed/hal/qspi_api.h.
uint32_t value |
Generated on Tue Jul 12 2022 20:41:17 by
