Struct bcm2711_pac::sys_timer::Registers
source · [−]#[repr(C)]pub struct Registers {
pub cs: ReadWrite<u32, Register>,
pub clo: ReadOnly<u32>,
pub chi: ReadOnly<u32>,
pub c: [ReadWrite<u32>; 4],
}Fields
cs: ReadWrite<u32, Register>Control/status
clo: ReadOnly<u32>Counter lower 32 bits
chi: ReadOnly<u32>Counter higher 32 bits
c: [ReadWrite<u32>; 4]Compare 0..4
Auto Trait Implementations
impl !RefUnwindSafe for Registers
impl Send for Registers
impl !Sync for Registers
impl Unpin for Registers
impl UnwindSafe for Registers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more