Struct atmega_hal::pac::tc3::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub tifr3: Reg<TIFR3_SPEC>,
pub timsk3: Reg<TIMSK3_SPEC>,
pub tccr3a: Reg<TCCR3A_SPEC>,
pub tccr3b: Reg<TCCR3B_SPEC>,
pub tccr3c: Reg<TCCR3C_SPEC>,
pub tcnt3: Reg<TCNT3_SPEC>,
pub icr3: Reg<ICR3_SPEC>,
pub ocr3a: Reg<OCR3A_SPEC>,
pub ocr3b: Reg<OCR3B_SPEC>,
pub ocr3c: Reg<OCR3C_SPEC>,
/* private fields */
}Expand description
Register block
Fields§
§tifr3: Reg<TIFR3_SPEC>0x00 - Timer/Counter3 Interrupt Flag register
timsk3: Reg<TIMSK3_SPEC>0x39 - Timer/Counter3 Interrupt Mask Register
tccr3a: Reg<TCCR3A_SPEC>0x58 - Timer/Counter3 Control Register A
tccr3b: Reg<TCCR3B_SPEC>0x59 - Timer/Counter3 Control Register B
tccr3c: Reg<TCCR3C_SPEC>0x5a - Timer/Counter 3 Control Register C
tcnt3: Reg<TCNT3_SPEC>0x5c - Timer/Counter3 Bytes
icr3: Reg<ICR3_SPEC>0x5e - Timer/Counter3 Input Capture Register Bytes
ocr3a: Reg<OCR3A_SPEC>0x60 - Timer/Counter3 Output Compare Register A Bytes
ocr3b: Reg<OCR3B_SPEC>0x62 - Timer/Counter3 Output Compare Register B Bytes
ocr3c: Reg<OCR3C_SPEC>0x64 - Timer/Counter3 Output Compare Register B Bytes