Struct PERIPH_ID_0_SPEC
pub struct PERIPH_ID_0_SPEC;Expand description
AXI interconnect - peripheral ID0 register
This register you can read. See API.
For information about available fields see periph_id_0 module
Trait Implementations§
§impl Readable for PERIPH_ID_0_SPEC
read() method returns periph_id_0::R reader structure
 
impl Readable for PERIPH_ID_0_SPEC
read() method returns periph_id_0::R reader structure
§impl RegisterSpec for PERIPH_ID_0_SPEC
 
impl RegisterSpec for PERIPH_ID_0_SPEC
§impl Resettable for PERIPH_ID_0_SPEC
reset() method sets PERIPH_ID_0 to value 0x04
 
impl Resettable for PERIPH_ID_0_SPEC
reset() method sets PERIPH_ID_0 to value 0x04
§fn reset_value() -> <PERIPH_ID_0_SPEC as RegisterSpec>::Ux
 
fn reset_value() -> <PERIPH_ID_0_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for PERIPH_ID_0_SPEC
impl RefUnwindSafe for PERIPH_ID_0_SPEC
impl Send for PERIPH_ID_0_SPEC
impl Sync for PERIPH_ID_0_SPEC
impl Unpin for PERIPH_ID_0_SPEC
impl UnwindSafe for PERIPH_ID_0_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