Module quadspi

Module quadspi 

Source
Expand description

QuadSPI interface

Modules§

abr
ABR
ar
address register
ccr
communication configuration register
cr
control register
dcr
device configuration register
dlr
data length register
dr
data register
fcr
flag clear register
lptr
low-power timeout register
pir
polling interval register
psmar
polling status match register
psmkr
polling status mask register
sr
status register

Structs§

RegisterBlock
Register block

Type Aliases§

ABR
ABR register accessor: an alias for Reg<ABR_SPEC>
AR
AR register accessor: an alias for Reg<AR_SPEC>
CCR
CCR register accessor: an alias for Reg<CCR_SPEC>
CR
CR register accessor: an alias for Reg<CR_SPEC>
DCR
DCR register accessor: an alias for Reg<DCR_SPEC>
DLR
DLR register accessor: an alias for Reg<DLR_SPEC>
DR
DR register accessor: an alias for Reg<DR_SPEC>
FCR
FCR register accessor: an alias for Reg<FCR_SPEC>
LPTR
LPTR register accessor: an alias for Reg<LPTR_SPEC>
PIR
PIR register accessor: an alias for Reg<PIR_SPEC>
PSMAR
PSMAR register accessor: an alias for Reg<PSMAR_SPEC>
PSMKR
PSMKR register accessor: an alias for Reg<PSMKR_SPEC>
SR
SR register accessor: an alias for Reg<SR_SPEC>