[][src]Type Definition avr_device::atmega2560::portk::PINK

type PINK = Reg<u8, _PINK>;

PORT K Input Pins

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

For information about available fields see pink module

Trait Implementations

impl Readable for PINK[src]

read() method returns pink::R reader structure

impl ResetValue for PINK[src]

Register PINK reset()'s with value 0

impl Writable for PINK[src]

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