[][src]Type Definition imxrt1062_kpp::KPDR

type KPDR = Reg<u16, _KPDR>;

Keypad Data Register

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

For information about available fields see kpdr module

Trait Implementations

impl Readable for KPDR[src]

read() method returns kpdr::R reader structure

impl ResetValue for KPDR[src]

Register KPDR reset()'s with value 0

type Type = u16

Register size

impl Writable for KPDR[src]

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