Struct nrf52840_pac::spim0::csnpol::CSNPOL_SPEC
source · pub struct CSNPOL_SPEC;
Expand description
Trait Implementations§
source§impl Readable for CSNPOL_SPEC
impl Readable for CSNPOL_SPEC
read()
method returns csnpol::R reader structure
source§impl RegisterSpec for CSNPOL_SPEC
impl RegisterSpec for CSNPOL_SPEC
source§impl Resettable for CSNPOL_SPEC
impl Resettable for CSNPOL_SPEC
reset()
method sets CSNPOL to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CSNPOL_SPEC
impl RefUnwindSafe for CSNPOL_SPEC
impl Send for CSNPOL_SPEC
impl Sync for CSNPOL_SPEC
impl Unpin for CSNPOL_SPEC
impl UnwindSafe for CSNPOL_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