#[repr(C)]pub struct RegisterBlock {
pub cntcv: CNTCV,
pub cntpidr4: CNTPIDR4,
pub cntpidr0: CNTPIDR0,
pub cntpidr1: CNTPIDR1,
pub cntpidr2: CNTPIDR2,
pub cntpidr3: CNTPIDR3,
pub cntcidr0: CNTCIDR0,
pub cntcidr1: CNTCIDR1,
pub cntcidr2: CNTCIDR2,
pub cntcidr3: CNTCIDR3,
/* private fields */
}Expand description
Register block
Fields§
§cntcv: CNTCV0x00..0x08 - Current count value
cntpidr4: CNTPIDR40xfd0 - Peripheral Identification Register 4
cntpidr0: CNTPIDR00xfe0 - Peripheral Identification Register 0
cntpidr1: CNTPIDR10xfe4 - Peripheral Identification Register 1
cntpidr2: CNTPIDR20xfe8 - Peripheral Identification Register 2
cntpidr3: CNTPIDR30xfec - Peripheral Identification Register 3
cntcidr0: CNTCIDR00xff0 - Component Identification Register 0.
cntcidr1: CNTCIDR10xff4 - Component Identification Register 1
cntcidr2: CNTCIDR20xff8 - Component Identification Register 2
cntcidr3: CNTCIDR30xffc - Component Identification 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 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