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