[][src]Type Definition avr_device::atmega32u4::porte::PORTE

type PORTE = Reg<u8, _PORTE>;

Data Register, Port E

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see porte module

Trait Implementations

impl Readable for PORTE[src]

read() method returns porte::R reader structure

impl ResetValue for PORTE[src]

Register PORTE reset()'s with value 0

impl Writable for PORTE[src]

write(|w| ..) method takes porte::W writer structure