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

type PINL = Reg<u8, _PINL>;

PORT L Input Pins

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

For information about available fields see pinl module

Trait Implementations

impl Readable for PINL[src]

read() method returns pinl::R reader structure

impl ResetValue for PINL[src]

Register PINL reset()'s with value 0

impl Writable for PINL[src]

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