[][src]Type Definition imxrt1062_kpp::KDDR

type KDDR = Reg<u16, _KDDR>;

Keypad Data Direction Register

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

For information about available fields see kddr module

Trait Implementations

impl Readable for KDDR[src]

read() method returns kddr::R reader structure

impl ResetValue for KDDR[src]

Register KDDR reset()'s with value 0

type Type = u16

Register size

impl Writable for KDDR[src]

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