#[repr(C)]pub struct RegisterBlock {
pub cfg: CFG,
pub tim: TIM,
pub sr: SR,
pub if_: IF,
pub ie: IE,
pub go: GO,
pub addr: ADDR,
pub data: DATA,
pub cmdahb: CMDAHB,
pub cmd: CMD,
}Expand description
Register block
Fields§
§cfg: CFG0x00 - CFG register
tim: TIM0x04 - TIM register
sr: SR0x08 - SR register
if_: IF0x0c - IF register
ie: IE0x10 - IE register
go: GO0x14 - GO register
addr: ADDR0x18 - ADDR register
data: DATA0x1c - DATA register
cmdahb: CMDAHB0x20 - CMDAHB register
cmd: CMD0x24 - CMD 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