[][src]Type Definition esp8266::gpio::GPIO_IN

type GPIO_IN = Reg<u32, _GPIO_IN>;

GPIO_IN

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

For information about available fields see gpio_in module

Trait Implementations

impl Readable for GPIO_IN[src]

read() method returns gpio_in::R reader structure

impl ResetValue for GPIO_IN[src]

Register GPIO_IN reset()'s with value 0

type Type = u32

Register size

impl Writable for GPIO_IN[src]

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