[][src]Type Definition avr_device::atmega64::portf::PORTF

type PORTF = Reg<u8, _PORTF>;

Data Register, Port F

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

For information about available fields see portf module

Trait Implementations

impl Readable for PORTF[src]

read() method returns portf::R reader structure

impl ResetValue for PORTF[src]

Register PORTF reset()'s with value 0

impl Writable for PORTF[src]

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