Struct stm32_hal2::pac::ethernet_mac::macspi2r::MACSPI2R_SPEC
source · [−]pub struct MACSPI2R_SPEC;Expand description
Trait Implementations
sourceimpl Readable for MACSPI2R_SPEC
impl Readable for MACSPI2R_SPEC
read() method returns macspi2r::R reader structure
sourceimpl RegisterSpec for MACSPI2R_SPEC
impl RegisterSpec for MACSPI2R_SPEC
sourceimpl Resettable for MACSPI2R_SPEC
impl Resettable for MACSPI2R_SPEC
reset() method sets MACSPI2R to value 0
sourcefn reset_value() -> <MACSPI2R_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACSPI2R_SPEC as RegisterSpec>::Ux
Reset value of the register.
sourceimpl Writable for MACSPI2R_SPEC
impl Writable for MACSPI2R_SPEC
write(|w| ..) method takes macspi2r::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for MACSPI2R_SPEC
impl Send for MACSPI2R_SPEC
impl Sync for MACSPI2R_SPEC
impl Unpin for MACSPI2R_SPEC
impl UnwindSafe for MACSPI2R_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more