pub struct Spi(pub *mut u8);
Tuple Fields§
§0: *mut u8
Implementations§
Source§impl Spi
impl Spi
Sourcepub fn periphid0(self) -> Reg<Periphid0, RW>
pub fn periphid0(self) -> Reg<Periphid0, RW>
Peripheral identification registers, SSPPeriphID0-3 on page 3-13
Sourcepub fn periphid1(self) -> Reg<Periphid1, RW>
pub fn periphid1(self) -> Reg<Periphid1, RW>
Peripheral identification registers, SSPPeriphID0-3 on page 3-13
Sourcepub fn periphid2(self) -> Reg<Periphid2, RW>
pub fn periphid2(self) -> Reg<Periphid2, RW>
Peripheral identification registers, SSPPeriphID0-3 on page 3-13
Sourcepub fn periphid3(self) -> Reg<Periphid3, RW>
pub fn periphid3(self) -> Reg<Periphid3, RW>
Peripheral identification registers, SSPPeriphID0-3 on page 3-13
Sourcepub fn pcellid0(self) -> Reg<Pcellid0, RW>
pub fn pcellid0(self) -> Reg<Pcellid0, RW>
PrimeCell identification registers, SSPPCellID0-3 on page 3-16
Sourcepub fn pcellid1(self) -> Reg<Pcellid1, RW>
pub fn pcellid1(self) -> Reg<Pcellid1, RW>
PrimeCell identification registers, SSPPCellID0-3 on page 3-16
Trait Implementations§
impl Copy for Spi
impl Eq for Spi
impl Send for Spi
impl StructuralPartialEq for Spi
impl Sync for Spi
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