[][src]Type Definition imxrt1062_kpp::KPSR

type KPSR = Reg<u16, _KPSR>;

Keypad Status Register

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

For information about available fields see kpsr module

Trait Implementations

impl Readable for KPSR[src]

read() method returns kpsr::R reader structure

impl ResetValue for KPSR[src]

Register KPSR reset()'s with value 0x0400

type Type = u16

Register size

impl Writable for KPSR[src]

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