Struct nrf52840_pac::ppi::chenclr::CHENCLR_SPEC
source · pub struct CHENCLR_SPEC;
Expand description
Trait Implementations§
source§impl Readable for CHENCLR_SPEC
impl Readable for CHENCLR_SPEC
read()
method returns chenclr::R reader structure
source§impl RegisterSpec for CHENCLR_SPEC
impl RegisterSpec for CHENCLR_SPEC
source§impl Resettable for CHENCLR_SPEC
impl Resettable for CHENCLR_SPEC
reset()
method sets CHENCLR to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for CHENCLR_SPEC
impl Writable for CHENCLR_SPEC
write(|w| ..)
method takes chenclr::W writer structure
Auto Trait Implementations§
impl Freeze for CHENCLR_SPEC
impl RefUnwindSafe for CHENCLR_SPEC
impl Send for CHENCLR_SPEC
impl Sync for CHENCLR_SPEC
impl Unpin for CHENCLR_SPEC
impl UnwindSafe for CHENCLR_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