Type Definition IN
esp32::gpio
type IN = Reg<u32, _IN>;
GPIO_IN
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see in_ module
impl Readable for IN
read() method returns in_::R reader structure
read()
impl ResetValue for IN
Register IN reset()'s with value 0
reset()
type Type = u32
Raw register type (u8, u16, u32, ...).
u8
u16
u32
fn reset_value() -> Self::Type
Reset value of the register.
impl Writable for IN
write(|w| ..) method takes in_::W writer structure
write(|w| ..)