pub struct SpiRegs { /* private fields */ }Implementations§
Source§impl SpiRegs
impl SpiRegs
pub fn hsfsts_ctl(&self) -> HsfStsCtl
pub fn set_hsfsts_ctl(&mut self, value: HsfStsCtl)
pub fn fdo(&mut self, section: FdoSection, index: u16) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpiRegs
impl RefUnwindSafe for SpiRegs
impl Send for SpiRegs
impl Sync for SpiRegs
impl Unpin for SpiRegs
impl UnwindSafe for SpiRegs
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