Struct atmega32u4::timer4::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub tifr: TIFR, pub timsk: TIMSK, pub tcnt: TCNT, pub tch: TCH, pub tccr_a: TCCR_A, pub tccr_b: TCCR_B, pub tccr_c: TCCR_C, pub tccr_d: TCCR_D, pub tccr_e: TCCR_E, pub ocr_a: OCR_A, pub ocr_b: OCR_B, pub ocr_c: OCR_C, pub ocr_d: OCR_D, pub dt: DT, // some fields omitted }

Register block

Fields

0x00 - Timer Interrupt Flag Register

0x39 - Timer Interrupt Mask Register

0x85 - Timer/Counter Register

0x86 - Timer/Counter High Byte

0x87 - Timer/Counter Control Register A

0x88 - Timer/Counter Control Register B

0x89 - Timer/Counter Control Register C

0x8a - Timer/Counter Control Register D

0x8b - Timer/Counter Control Register E

0x96 - Output Compare Register A

0x97 - Output Compare Register B

0x98 - Output Compare Register B

0x99 - Output Compare Register B

0x9b - Dead Time Value

Auto Trait Implementations