Struct rp2040_pac::spi0::sspsr::SSPSR_SPEC
source · pub struct SSPSR_SPEC;
Expand description
Trait Implementations§
source§impl RegisterSpec for SSPSR_SPEC
impl RegisterSpec for SSPSR_SPEC
source§impl Resettable for SSPSR_SPEC
impl Resettable for SSPSR_SPEC
reset()
method sets SSPSR to value 0x03
source§const RESET_VALUE: u32 = 3u32
const RESET_VALUE: u32 = 3u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SSPSR_SPEC
read()
method returns sspsr::R
reader structure
Auto Trait Implementations§
impl Freeze for SSPSR_SPEC
impl RefUnwindSafe for SSPSR_SPEC
impl Send for SSPSR_SPEC
impl Sync for SSPSR_SPEC
impl Unpin for SSPSR_SPEC
impl UnwindSafe for SSPSR_SPEC
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