pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn n_load_count0(&self) -> &NLoadCount0
pub const fn n_load_count0(&self) -> &NLoadCount0
0x00 - Timer n higher Load Count Register
Sourcepub const fn n_load_count1(&self) -> &NLoadCount1
pub const fn n_load_count1(&self) -> &NLoadCount1
0x04 - Timer n higher Load Count Register
Sourcepub const fn n_current_value0(&self) -> &NCurrentValue0
pub const fn n_current_value0(&self) -> &NCurrentValue0
0x08 - Timer n Current Value Register
Sourcepub const fn n_current_value1(&self) -> &NCurrentValue1
pub const fn n_current_value1(&self) -> &NCurrentValue1
0x0c - Timer n Current Value Register
Sourcepub const fn n_load_count2(&self) -> &NLoadCount2
pub const fn n_load_count2(&self) -> &NLoadCount2
0x10 - Timer n lower Load Count Register
Sourcepub const fn n_load_count3(&self) -> &NLoadCount3
pub const fn n_load_count3(&self) -> &NLoadCount3
0x14 - Timer n lower Load Count Register
Sourcepub const fn n_intstatus(&self) -> &NIntstatus
pub const fn n_intstatus(&self) -> &NIntstatus
0x18 - Timer Interrupt Stauts Register
Sourcepub const fn n_controlreg(&self) -> &NControlreg
pub const fn n_controlreg(&self) -> &NControlreg
0x1c - Timer n Control Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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