|
| void | QSPI_GetDefaultConfigXIP (qspi_xip_config_t *qspi_xip_config) |
| | Получение конфигурации XIP QSPI по умолчанию
|
| |
| void | QSPI_GetDefaultCommandSet (nor_command_set_t *command_set) |
| | Получение стандартного набора комманд SPI Flash.
|
| |
| nor_status_t | QSPI_EnableXIP (nor_handle_t *handle) |
| | Заполнение регистра XIPCFG контроллера QSPI.
|
| |
| void | QSPI_DisableXIP (nor_handle_t *handle) |
| | Выключение режима QSPI XIP.
|
| |
| nor_status_t | QSPI_NorFlashInit (nor_config_t *config, nor_handle_t *handle) |
| | Инициализация устройства флеш-памяти NOR.
|
| |
| nor_status_t | NOR_FlashRead (nor_handle_t *handle, uint32_t address, uint8_t *buffer, uint32_t length) |
| | Чтение данных с флеш-памяти NOR.
|
| |
| nor_status_t | NOR_FlashPageProgram (nor_handle_t *handle, uint32_t address, uint8_t *buffer, uint32_t length) |
| | Программирование страницы флеш-памяти NOR.
|
| |
| nor_status_t | NOR_FlashEraseBlock (nor_handle_t *handle, uint32_t address, uint32_t size) |
| | Очистка блока памяти
|
| |
| nor_status_t | NOR_FlashEraseChip (nor_handle_t *handle) |
| | Очистка чипа флеш-памяти NOR.
|
| |
| void | NOR_FlashReadXIP (uint32_t address, uint8_t *buffer, uint32_t length) |
| | Чтение в режиме XIP.
|
| |
| nor_status_t | NOR_FlashProgramBlock (nor_handle_t *handle, uint32_t address, uint8_t *page_pointer, uint32_t length) |
| | Заполнение блока флеш-памяти NOR.
|
| |
Интерфейс драйвера флеш-памяти NOR.