#[repr(C)]pub struct RegisterBlock {
pub cr0: CR0,
pub cr1: CR1,
pub fpr: FPR,
pub scr: SCR,
pub daccr: DACCR,
pub muxcr: MUXCR,
}Expand description
Register block
Fields§
§cr0: CR00x00 - CMP Control Register 0
cr1: CR10x01 - CMP Control Register 1
fpr: FPR0x02 - CMP Filter Period Register
scr: SCR0x03 - CMP Status and Control Register
daccr: DACCR0x04 - DAC Control Register
muxcr: MUXCR0x05 - MUX Control 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