Struct daisy::pac::axi::ini3_fn_mod2::INI3_FN_MOD2_SPEC
pub struct INI3_FN_MOD2_SPEC;
Expand description
AXI interconnect - INI x functionality modification 2 register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see ini3_fn_mod2 module
Trait Implementations§
§impl Readable for INI3_FN_MOD2_SPEC
impl Readable for INI3_FN_MOD2_SPEC
read()
method returns ini3_fn_mod2::R reader structure
§impl RegisterSpec for INI3_FN_MOD2_SPEC
impl RegisterSpec for INI3_FN_MOD2_SPEC
§impl Resettable for INI3_FN_MOD2_SPEC
impl Resettable for INI3_FN_MOD2_SPEC
reset()
method sets INI3_FN_MOD2 to value 0x04
§fn reset_value() -> <INI3_FN_MOD2_SPEC as RegisterSpec>::Ux
fn reset_value() -> <INI3_FN_MOD2_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for INI3_FN_MOD2_SPEC
impl Writable for INI3_FN_MOD2_SPEC
write(|w| ..)
method takes ini3_fn_mod2::W writer structure
Auto Trait Implementations§
impl Freeze for INI3_FN_MOD2_SPEC
impl RefUnwindSafe for INI3_FN_MOD2_SPEC
impl Send for INI3_FN_MOD2_SPEC
impl Sync for INI3_FN_MOD2_SPEC
impl Unpin for INI3_FN_MOD2_SPEC
impl UnwindSafe for INI3_FN_MOD2_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