1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Timer/Counter0 Output Compare Register"] pub ocr0b: crate::Reg<ocr0b::OCR0B_SPEC>, #[doc = "0x01 - Timer/Counter0 Output Compare Register"] pub ocr0a: crate::Reg<ocr0a::OCR0A_SPEC>, #[doc = "0x02 - Timer/Counter0 High"] pub tcnt0h: crate::Reg<tcnt0h::TCNT0H_SPEC>, #[doc = "0x03 - Timer/Counter Control Register A"] pub tccr0a: crate::Reg<tccr0a::TCCR0A_SPEC>, _reserved4: [u8; 28usize], #[doc = "0x20 - Timer/Counter0 Low"] pub tcnt0l: crate::Reg<tcnt0l::TCNT0L_SPEC>, #[doc = "0x21 - Timer/Counter Control Register B"] pub tccr0b: crate::Reg<tccr0b::TCCR0B_SPEC>, _reserved6: [u8; 4usize], #[doc = "0x26 - Timer/Counter0 Interrupt Flag register"] pub tifr: crate::Reg<tifr::TIFR_SPEC>, #[doc = "0x27 - Timer/Counter Interrupt Mask Register"] pub timsk: crate::Reg<timsk::TIMSK_SPEC>, } #[doc = "OCR0A register accessor: an alias for `Reg<OCR0A_SPEC>`"] pub type OCR0A = crate::Reg<ocr0a::OCR0A_SPEC>; #[doc = "Timer/Counter0 Output Compare Register"] pub mod ocr0a; #[doc = "OCR0B register accessor: an alias for `Reg<OCR0B_SPEC>`"] pub type OCR0B = crate::Reg<ocr0b::OCR0B_SPEC>; #[doc = "Timer/Counter0 Output Compare Register"] pub mod ocr0b; #[doc = "TCCR0A register accessor: an alias for `Reg<TCCR0A_SPEC>`"] pub type TCCR0A = crate::Reg<tccr0a::TCCR0A_SPEC>; #[doc = "Timer/Counter Control Register A"] pub mod tccr0a; #[doc = "TCCR0B register accessor: an alias for `Reg<TCCR0B_SPEC>`"] pub type TCCR0B = crate::Reg<tccr0b::TCCR0B_SPEC>; #[doc = "Timer/Counter Control Register B"] pub mod tccr0b; #[doc = "TCNT0H register accessor: an alias for `Reg<TCNT0H_SPEC>`"] pub type TCNT0H = crate::Reg<tcnt0h::TCNT0H_SPEC>; #[doc = "Timer/Counter0 High"] pub mod tcnt0h; #[doc = "TCNT0L register accessor: an alias for `Reg<TCNT0L_SPEC>`"] pub type TCNT0L = crate::Reg<tcnt0l::TCNT0L_SPEC>; #[doc = "Timer/Counter0 Low"] pub mod tcnt0l; #[doc = "TIFR register accessor: an alias for `Reg<TIFR_SPEC>`"] pub type TIFR = crate::Reg<tifr::TIFR_SPEC>; #[doc = "Timer/Counter0 Interrupt Flag register"] pub mod tifr; #[doc = "TIMSK register accessor: an alias for `Reg<TIMSK_SPEC>`"] pub type TIMSK = crate::Reg<timsk::TIMSK_SPEC>; #[doc = "Timer/Counter Interrupt Mask Register"] pub mod timsk;