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