Struct daisy::pac::jpeg::confr1::CONFR1_SPEC
pub struct CONFR1_SPEC;
Expand description
Trait Implementations§
§impl Readable for CONFR1_SPEC
impl Readable for CONFR1_SPEC
read()
method returns confr1::R reader structure
§impl RegisterSpec for CONFR1_SPEC
impl RegisterSpec for CONFR1_SPEC
§impl Resettable for CONFR1_SPEC
impl Resettable for CONFR1_SPEC
reset()
method sets CONFR1 to value 0
§fn reset_value() -> <CONFR1_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CONFR1_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CONFR1_SPEC
impl RefUnwindSafe for CONFR1_SPEC
impl Send for CONFR1_SPEC
impl Sync for CONFR1_SPEC
impl Unpin for CONFR1_SPEC
impl UnwindSafe for CONFR1_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