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