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