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