pub struct Flexspi { /* private fields */ }Expand description
FlexSPI
Implementations§
Source§impl Flexspi
impl Flexspi
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ahbrxbuf0cr0(self) -> Reg<Ahbrxbuf0cr0, RW>
pub const fn ahbrxbuf0cr0(self) -> Reg<Ahbrxbuf0cr0, RW>
AHB RX Buffer 0 Control Register 0
Sourcepub const fn ahbrxbuf1cr0(self) -> Reg<Ahbrxbuf1cr0, RW>
pub const fn ahbrxbuf1cr0(self) -> Reg<Ahbrxbuf1cr0, RW>
AHB RX Buffer 1 Control Register 0
Sourcepub const fn ahbrxbuf2cr0(self) -> Reg<Ahbrxbuf2cr0, RW>
pub const fn ahbrxbuf2cr0(self) -> Reg<Ahbrxbuf2cr0, RW>
AHB RX Buffer 2 Control Register 0
Sourcepub const fn ahbrxbuf3cr0(self) -> Reg<Ahbrxbuf3cr0, RW>
pub const fn ahbrxbuf3cr0(self) -> Reg<Ahbrxbuf3cr0, RW>
AHB RX Buffer 3 Control Register 0
Sourcepub const fn ahbrxbuf4cr0(self) -> Reg<Ahbrxbuf4cr0, RW>
pub const fn ahbrxbuf4cr0(self) -> Reg<Ahbrxbuf4cr0, RW>
AHB RX Buffer 4 Control Register 0
Sourcepub const fn ahbrxbuf5cr0(self) -> Reg<Ahbrxbuf5cr0, RW>
pub const fn ahbrxbuf5cr0(self) -> Reg<Ahbrxbuf5cr0, RW>
AHB RX Buffer 5 Control Register 0
Sourcepub const fn ahbrxbuf6cr0(self) -> Reg<Ahbrxbuf6cr0, RW>
pub const fn ahbrxbuf6cr0(self) -> Reg<Ahbrxbuf6cr0, RW>
AHB RX Buffer 6 Control Register 0
Sourcepub const fn ahbrxbuf7cr0(self) -> Reg<Ahbrxbuf7cr0, RW>
pub const fn ahbrxbuf7cr0(self) -> Reg<Ahbrxbuf7cr0, RW>
AHB RX Buffer 7 Control Register 0
Sourcepub const fn ahbspndsts(self) -> Reg<Ahbspndsts, R>
pub const fn ahbspndsts(self) -> Reg<Ahbspndsts, R>
AHB Suspend Status Register
Sourcepub const fn haddrstart(self) -> Reg<Haddrstart, RW>
pub const fn haddrstart(self) -> Reg<Haddrstart, RW>
HADDR REMAP START ADDR
Sourcepub const fn haddroffset(self) -> Reg<Haddroffset, RW>
pub const fn haddroffset(self) -> Reg<Haddroffset, RW>
HADDR REMAP OFFSET
Trait Implementations§
impl Copy for Flexspi
impl Eq for Flexspi
impl Send for Flexspi
impl StructuralPartialEq for Flexspi
impl Sync for Flexspi
Auto Trait Implementations§
impl Freeze for Flexspi
impl RefUnwindSafe for Flexspi
impl Unpin for Flexspi
impl UnwindSafe for Flexspi
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more