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