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