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