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 ahbspndsts(self) -> Reg<Ahbspndsts, R>
pub const fn ahbspndsts(self) -> Reg<Ahbspndsts, R>
AHB Suspend Status Register
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