#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn tifr1(&self) -> &Reg<TIFR1_SPEC>
pub const fn tifr1(&self) -> &Reg<TIFR1_SPEC>
0x00 - Timer/Counter Interrupt Flag register
Sourcepub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
pub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
0x0d - General Timer/Counter Control Register
Sourcepub const fn timsk1(&self) -> &Reg<TIMSK1_SPEC>
pub const fn timsk1(&self) -> &Reg<TIMSK1_SPEC>
0x39 - Timer/Counter Interrupt Mask Register
Sourcepub const fn tccr1a(&self) -> &Reg<TCCR1A_SPEC>
pub const fn tccr1a(&self) -> &Reg<TCCR1A_SPEC>
0x4a - Timer/Counter1 Control Register A
Sourcepub const fn tccr1b(&self) -> &Reg<TCCR1B_SPEC>
pub const fn tccr1b(&self) -> &Reg<TCCR1B_SPEC>
0x4b - Timer/Counter1 Control Register B
Sourcepub const fn tccr1c(&self) -> &Reg<TCCR1C_SPEC>
pub const fn tccr1c(&self) -> &Reg<TCCR1C_SPEC>
0x4c - Timer/Counter1 Control Register C
Sourcepub const fn tcnt1(&self) -> &Reg<TCNT1_SPEC>
pub const fn tcnt1(&self) -> &Reg<TCNT1_SPEC>
0x4e - Timer/Counter1 Bytes
Sourcepub const fn ocr1a(&self) -> &Reg<OCR1A_SPEC>
pub const fn ocr1a(&self) -> &Reg<OCR1A_SPEC>
0x52 - Timer/Counter1 Output Compare Register Bytes
Sourcepub const fn ocr1b(&self) -> &Reg<OCR1B_SPEC>
pub const fn ocr1b(&self) -> &Reg<OCR1B_SPEC>
0x54 - Timer/Counter1 Output Compare Register Bytes
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