Type Definition PIN33
esp32::gpio
type PIN33 = Reg<u32, _PIN33>;
GPIO_PIN33
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 pin33 module
impl Readable for PIN33
read() method returns pin33::R reader structure
read()
impl ResetValue for PIN33
Register PIN33 reset()'s with value 0
reset()
fn reset_value() -> Self::Ux
Reset value of the register.
impl Writable for PIN33
write(|w| ..) method takes pin33::W writer structure
write(|w| ..)