Expand description

QuadSPI interface

Modules

ABR

address register

communication configuration register

control register

device configuration register

data length register

data register

flag clear register

low-power timeout register

polling interval register

polling status match register

polling status mask register

status register

Structs

Register block

Type Definitions

ABR register accessor: an alias for Reg<ABR_SPEC>

AR register accessor: an alias for Reg<AR_SPEC>

CCR register accessor: an alias for Reg<CCR_SPEC>

CR register accessor: an alias for Reg<CR_SPEC>

DCR register accessor: an alias for Reg<DCR_SPEC>

DLR register accessor: an alias for Reg<DLR_SPEC>

DR register accessor: an alias for Reg<DR_SPEC>

FCR register accessor: an alias for Reg<FCR_SPEC>

LPTR register accessor: an alias for Reg<LPTR_SPEC>

PIR register accessor: an alias for Reg<PIR_SPEC>

PSMAR register accessor: an alias for Reg<PSMAR_SPEC>

PSMKR register accessor: an alias for Reg<PSMKR_SPEC>

SR register accessor: an alias for Reg<SR_SPEC>