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