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