pub struct RegisterBlock {
pub fcachee: FCACHEE,
pub fcacheiv: FCACHEIV,
pub flwt: FLWT,
/* private fields */
}Expand description
Register block
Fields§
§fcachee: FCACHEE0x100 - Flash Cache Enable Register
fcacheiv: FCACHEIV0x104 - Flash Cache Invalidate Register
flwt: FLWT0x11c - Flash Wait Cycle Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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