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