#[repr(C)]pub struct RegisterBlock {
pub gcr: GCR,
pub cha: CH,
pub chb: CH,
pub pdmcr: PDMCR,
pub pdmdly: PDMDLY,
}
Expand description
Register block
Fields§
§gcr: GCR
0x00 - Global configuration register
cha: CH
0x04 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR
chb: CH
0x24 - Cluster CH%s, containing ?CR1, ?CR2, ?FRCR, ?SLOTR, ?IM, ?SR, ?CLRFR, ?DR
pdmcr: PDMCR
0x44 - PDM control register
pdmdly: PDMDLY
0x48 - PDM delay 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