pub struct CFG_DATA_R(/* private fields */);Expand description
Field CFG_DATA reader - Configuration Data: ARM firmware/software Access this register to Read/Write the configuration bit cells.
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFG_DATA_R
impl RefUnwindSafe for CFG_DATA_R
impl Send for CFG_DATA_R
impl Sync for CFG_DATA_R
impl Unpin for CFG_DATA_R
impl UnwindSafe for CFG_DATA_R
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