Struct avr_device::atmega2560::tc4::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub tifr4: TIFR4,
pub timsk4: TIMSK4,
pub tccr4a: TCCR4A,
pub tccr4b: TCCR4B,
pub tccr4c: TCCR4C,
pub tcnt4: TCNT4,
pub icr4: ICR4,
pub ocr4a: OCR4A,
pub ocr4b: OCR4B,
pub ocr4c: OCR4C,
/* private fields */
}Expand description
Register block
Fields§
§tifr4: TIFR40x00 - Timer/Counter4 Interrupt Flag register
timsk4: TIMSK40x39 - Timer/Counter4 Interrupt Mask Register
tccr4a: TCCR4A0x67 - Timer/Counter4 Control Register A
tccr4b: TCCR4B0x68 - Timer/Counter4 Control Register B
tccr4c: TCCR4C0x69 - Timer/Counter 4 Control Register C
tcnt4: TCNT40x6b - Timer/Counter4 Bytes
icr4: ICR40x6d - Timer/Counter4 Input Capture Register Bytes
ocr4a: OCR4A0x6f - Timer/Counter4 Output Compare Register A Bytes
ocr4b: OCR4B0x71 - Timer/Counter4 Output Compare Register B Bytes
ocr4c: OCR4C0x73 - Timer/Counter4 Output Compare Register B Bytes