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