[][src]Type Definition esp32::gpio::PIN20

type PIN20 = Reg<u32, _PIN20>;

GPIO_PIN20

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see pin20 module

Trait Implementations

impl Readable for PIN20[src]

read() method returns pin20::R reader structure

impl ResetValue for PIN20[src]

Register PIN20 reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for PIN20[src]

write(|w| ..) method takes pin20::W writer structure