Collaboration diagram for Enumerations:Enumerations | |
| enum | app_qspi_id_t { APP_QSPI_ID_0, APP_QSPI_ID_1, APP_QSPI_ID_MAX } |
| QSPI module Enumerations definition. More... | |
| enum | app_qspi_type_t { APP_QSPI_TYPE_INTERRUPT, APP_QSPI_TYPE_POLLING, APP_QSPI_TYPE_DMA, APP_QSPI_TYPE_MAX } |
| QSPI operating mode Enumerations definition. More... | |
| enum | app_qspi_evt_type_t { APP_QSPI_EVT_ERROR, APP_QSPI_EVT_TX_CPLT, APP_QSPI_EVT_RX_DATA } |
| APP QSPI Event Type. More... | |
| enum app_qspi_evt_type_t |
APP QSPI Event Type.
| Enumerator | |
|---|---|
| APP_QSPI_EVT_ERROR | Error reported by UART peripheral. |
| APP_QSPI_EVT_TX_CPLT | Requested TX transfer completed.
|
| APP_QSPI_EVT_RX_DATA | Requested RX transfer completed.
|
Definition at line 103 of file app_qspi.h.
| enum app_qspi_id_t |
QSPI module Enumerations definition.
| Enumerator | |
|---|---|
| APP_QSPI_ID_0 | QSPI module 0. |
| APP_QSPI_ID_1 | QSPI module 1. |
| APP_QSPI_ID_MAX | Only for check parameter, not used as input parameters. |
Definition at line 82 of file app_qspi.h.
| enum app_qspi_type_t |
QSPI operating mode Enumerations definition.
Definition at line 92 of file app_qspi.h.