#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn tifr2(&self) -> &Reg<TIFR2_SPEC>
pub const fn tifr2(&self) -> &Reg<TIFR2_SPEC>
0x00 - Timer/Counter Interrupt Flag Register
Sourcepub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
pub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
0x0c - General Timer Counter Control register
Sourcepub const fn timsk2(&self) -> &Reg<TIMSK2_SPEC>
pub const fn timsk2(&self) -> &Reg<TIMSK2_SPEC>
0x39 - Timer/Counter Interrupt Mask register
Sourcepub const fn tccr2a(&self) -> &Reg<TCCR2A_SPEC>
pub const fn tccr2a(&self) -> &Reg<TCCR2A_SPEC>
0x79 - Timer/Counter2 Control Register A
Sourcepub const fn tccr2b(&self) -> &Reg<TCCR2B_SPEC>
pub const fn tccr2b(&self) -> &Reg<TCCR2B_SPEC>
0x7a - Timer/Counter2 Control Register B
Sourcepub const fn tcnt2(&self) -> &Reg<TCNT2_SPEC>
pub const fn tcnt2(&self) -> &Reg<TCNT2_SPEC>
0x7b - Timer/Counter2
Sourcepub const fn ocr2a(&self) -> &Reg<OCR2A_SPEC>
pub const fn ocr2a(&self) -> &Reg<OCR2A_SPEC>
0x7c - Timer/Counter2 Output Compare Register A
Sourcepub const fn ocr2b(&self) -> &Reg<OCR2B_SPEC>
pub const fn ocr2b(&self) -> &Reg<OCR2B_SPEC>
0x7d - Timer/Counter2 Output Compare Register B
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