![]() |
Kinetis Bootloader
2.0.0
Common bootloader for Kinetis devices
|
QSPI memory feature inforamation. More...
Data Fields | |
| uint32_t | pageSize |
| Page size of the spi memory. | |
| uint32_t | sectorSize |
| Sectore size of spi memory. | |
| uint32_t | qspiStartAddress |
| Start address of qspi memory. | |
| uint32_t | qspiEndAddress |
| End address of qspi memory. | |
QSPI memory feature inforamation.
An instance is maintained in this file and is used to keep properties of qspi memory, which is used in other functions.
| uint32_t pageSize |
Page size of the spi memory.
| uint32_t qspiEndAddress |
End address of qspi memory.
| uint32_t qspiStartAddress |
Start address of qspi memory.
| uint32_t sectorSize |
Sectore size of spi memory.