[][src]Type Definition imxrt1062_kpp::KPCR

type KPCR = Reg<u16, _KPCR>;

Keypad Control Register

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

For information about available fields see kpcr module

Trait Implementations

impl Readable for KPCR[src]

read() method returns kpcr::R reader structure

impl ResetValue for KPCR[src]

Register KPCR reset()'s with value 0

type Type = u16

Register size

impl Writable for KPCR[src]

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