Expand description

External flash interface

Re-exports

pub use read::READ;
pub use write::WRITE;
pub use erase::ERASE;
pub use psel::PSEL;

Modules

Extended address configuration.
Custom instruction configuration register.
Custom instruction data register 0.
Custom instruction data register 1.
Set the duration required to enter/exit deep power-down mode (DPM).
Enable QSPI peripheral and acquire the pins selected in PSELn registers
Cluster Unspecified
QSPI peripheral is ready. This event will be generated as a response to any QSPI task.
Interface configuration.
Interface configuration.
SPI interface timing.
Enable or disable interrupt
Disable interrupt
Enable interrupt
Cluster Unspecified
Cluster Unspecified
Status register.
Activate QSPI interface
Deactivate QSPI interface
Start external flash memory erase operation
Start transfer from external flash memory to internal RAM
Start transfer from internal RAM to external flash memory
Cluster Unspecified
Address offset into the external memory for Execute in Place operation.

Structs

Register block

Type Definitions

ADDRCONF (rw) register accessor: an alias for Reg<ADDRCONF_SPEC>
CINSTRCONF (rw) register accessor: an alias for Reg<CINSTRCONF_SPEC>
CINSTRDAT0 (rw) register accessor: an alias for Reg<CINSTRDAT0_SPEC>
CINSTRDAT1 (rw) register accessor: an alias for Reg<CINSTRDAT1_SPEC>
DPMDUR (rw) register accessor: an alias for Reg<DPMDUR_SPEC>
ENABLE (rw) register accessor: an alias for Reg<ENABLE_SPEC>
EVENTS_READY (rw) register accessor: an alias for Reg<EVENTS_READY_SPEC>
IFCONFIG0 (rw) register accessor: an alias for Reg<IFCONFIG0_SPEC>
IFCONFIG1 (rw) register accessor: an alias for Reg<IFCONFIG1_SPEC>
IFTIMING (rw) register accessor: an alias for Reg<IFTIMING_SPEC>
INTEN (rw) register accessor: an alias for Reg<INTEN_SPEC>
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
STATUS (r) register accessor: an alias for Reg<STATUS_SPEC>
TASKS_ACTIVATE (w) register accessor: an alias for Reg<TASKS_ACTIVATE_SPEC>
TASKS_DEACTIVATE (w) register accessor: an alias for Reg<TASKS_DEACTIVATE_SPEC>
TASKS_ERASESTART (w) register accessor: an alias for Reg<TASKS_ERASESTART_SPEC>
TASKS_READSTART (w) register accessor: an alias for Reg<TASKS_READSTART_SPEC>
TASKS_WRITESTART (w) register accessor: an alias for Reg<TASKS_WRITESTART_SPEC>
XIPOFFSET (rw) register accessor: an alias for Reg<XIPOFFSET_SPEC>