#[repr(C)]pub struct RegisterBlock {
pub REG0: RWRegister<u32>,
pub REG1: RWRegister<u32>,
pub REG2: RWRegister<u32>,
pub REG3: RWRegister<u32>,
}Expand description
DCDC
Fields§
§REG0: RWRegister<u32>DCDC Register 0
REG1: RWRegister<u32>DCDC Register 1
REG2: RWRegister<u32>DCDC Register 2
REG3: RWRegister<u32>DCDC Register 3
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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