[][src]Type Definition avr_device::atmega1280::portl::DDRL

type DDRL = Reg<u8, _DDRL>;

PORT L Data Direction Register

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

For information about available fields see ddrl module

Trait Implementations

impl Readable for DDRL[src]

read() method returns ddrl::R reader structure

impl ResetValue for DDRL[src]

Register DDRL reset()'s with value 0

impl Writable for DDRL[src]

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