#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ocr1b(&self) -> &Reg<OCR1B_SPEC>
pub const fn ocr1b(&self) -> &Reg<OCR1B_SPEC>
0x08 - Output Compare Register B
Sourcepub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
pub const fn gtccr(&self) -> &Reg<GTCCR_SPEC>
0x09 - Timer counter control register
Sourcepub const fn ocr1c(&self) -> &Reg<OCR1C_SPEC>
pub const fn ocr1c(&self) -> &Reg<OCR1C_SPEC>
0x0a - Output Compare Register C
Sourcepub const fn ocr1a(&self) -> &Reg<OCR1A_SPEC>
pub const fn ocr1a(&self) -> &Reg<OCR1A_SPEC>
0x0b - Output Compare Register A
Sourcepub const fn tcnt1(&self) -> &Reg<TCNT1_SPEC>
pub const fn tcnt1(&self) -> &Reg<TCNT1_SPEC>
0x0c - Timer/Counter Register
Sourcepub const fn tccr1(&self) -> &Reg<TCCR1_SPEC>
pub const fn tccr1(&self) -> &Reg<TCCR1_SPEC>
0x0d - Timer/Counter Control Register
Sourcepub const fn timsk(&self) -> &Reg<TIMSK_SPEC>
pub const fn timsk(&self) -> &Reg<TIMSK_SPEC>
0x16 - Timer/Counter Interrupt Mask Register
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