[][src]Type Definition avr_device::atmega2560::portl::PORTL

type PORTL = Reg<u8, _PORTL>;

PORT L Data Register

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

For information about available fields see portl module

Trait Implementations

impl Readable for PORTL[src]

read() method returns portl::R reader structure

impl ResetValue for PORTL[src]

Register PORTL reset()'s with value 0

impl Writable for PORTL[src]

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