Type Definition PIN27
esp32::gpio
type PIN27 = Reg<u32, _PIN27>;
GPIO_PIN27
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about avaliable fields see pin27 module
impl Readable for PIN27
read() method returns pin27::R reader structure
read()
impl ResetValue for PIN27
Register PIN27 reset()'s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for PIN27
write(|w| ..) method takes pin27::W writer structure
write(|w| ..)