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