pub struct Spi0 { /* private fields */ }Implementations§
Source§impl Spi0
impl Spi0
Sourcepub const fn sslnd(&self) -> &'static Reg<Sslnd_SPEC, RW>
pub const fn sslnd(&self) -> &'static Reg<Sslnd_SPEC, RW>
SPI Slave Select Negation Delay Register
Sourcepub const fn spcmd(
&self,
) -> &'static ClusterRegisterArray<Reg<Spcmd_SPEC, RW>, 8, 0x2>
pub const fn spcmd( &self, ) -> &'static ClusterRegisterArray<Reg<Spcmd_SPEC, RW>, 8, 0x2>
SPI Command Register %s
pub const fn spcmd0(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd1(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd2(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd3(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd4(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd5(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd6(&self) -> &'static Reg<Spcmd_SPEC, RW>
pub const fn spcmd7(&self) -> &'static Reg<Spcmd_SPEC, RW>
Trait Implementations§
impl Copy for Spi0
impl Eq for Spi0
impl Send for Spi0
Serial Peripheral Interface 0
impl StructuralPartialEq for Spi0
impl Sync for Spi0
Auto Trait Implementations§
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