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