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: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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 92 of file 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 94 of file 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 96 of file qspi_api.h.
| uint8_t dummy_count |
Dummy cycles count >
Definition at line 110 of file qspi_api.h.
Alternative size >
Definition at line 106 of file qspi_api.h.
Address size >
Definition at line 100 of file qspi_api.h.
| uint8_t value |
Instruction value >
Definition at line 95 of file qspi_api.h.
| uint32_t value |
Generated on Tue Jul 12 2022 13:55:35 by
1.7.2