QSPI driver - legacy layer

nRF5 SDK v17.0.2

nRF52840 only: Layer providing compatibility with the former API. More...

Macros

#define QSPI_PIN_SCK BSP_QSPI_SCK_PIN
#define QSPI_PIN_CSN BSP_QSPI_CSN_PIN
#define QSPI_PIN_IO0 BSP_QSPI_IO0_PIN
#define QSPI_PIN_IO1 BSP_QSPI_IO1_PIN
#define QSPI_PIN_IO2 BSP_QSPI_IO2_PIN
#define QSPI_PIN_IO3 BSP_QSPI_IO3_PIN
#define NRF_DRV_QSPI_DEFAULT_CONFIG NRFX_QSPI_DEFAULT_CONFIG
Macro for forwarding the new implementation.
#define NRF_DRV_QSPI_DEFAULT_CINSTR NRFX_QSPI_DEFAULT_CINSTR
Macro for forwarding the new implementation.
#define NRF_DRV_QSPI_EVENT_DONE NRFX_QSPI_EVENT_DONE
Macro for forwarding the new implementation.
#define nrf_drv_qspi_evt_t nrfx_qspi_evt_t
Macro for forwarding the new implementation.
#define nrf_drv_qspi_handler_t nrfx_qspi_handler_t
Macro for forwarding the new implementation.
#define nrf_drv_qspi_init nrfx_qspi_init
Macro for forwarding the new implementation.
#define nrf_drv_qspi_uninit nrfx_qspi_uninit
Macro for forwarding the new implementation.
#define nrf_drv_qspi_read nrfx_qspi_read
Macro for forwarding the new implementation.
#define nrf_drv_qspi_write nrfx_qspi_write
Macro for forwarding the new implementation.
#define nrf_drv_qspi_erase nrfx_qspi_erase
Macro for forwarding the new implementation.
#define nrf_drv_qspi_chip_erase nrfx_qspi_chip_erase
Macro for forwarding the new implementation.
#define nrf_drv_qspi_mem_busy_check nrfx_qspi_mem_busy_check
Macro for forwarding the new implementation.
#define nrf_drv_qspi_cinstr_xfer nrfx_qspi_cinstr_xfer
Macro for forwarding the new implementation.
#define nrf_drv_qspi_cinstr_quick_send nrfx_qspi_cinstr_quick_send
Macro for forwarding the new implementation.

Typedefs

typedef nrfx_qspi_config_t nrf_drv_qspi_config_t
Type definition for forwarding the new implementation.

Detailed Description

nRF52840 only: Layer providing compatibility with the former API.