Struct avr_device::atmega2560::portc::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub pinc: PINC,
pub ddrc: DDRC,
pub portc: PORTC,
}Expand description
Register block
Fields§
§pinc: PINC0x00 - Port C Input Pins
ddrc: DDRC0x01 - Port C Data Direction Register
portc: PORTC0x02 - Port C Data Register