[][src]Type Definition k210_pac::gpio::DATA_INPUT

type DATA_INPUT = Reg<u32, _DATA_INPUT>;

External port (data input) registers

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

For information about avaliable fields see data_input module

Trait Implementations

impl Readable for DATA_INPUT[src]

read() method returns data_input::R reader structure

impl Writable for DATA_INPUT[src]

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

impl ResetValue for DATA_INPUT[src]

Register data_input reset()'s with value 0

type Type = u32

Register size