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

type PIN16 = Reg<u32, _PIN16>;

GPIO_PIN16

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

For information about available fields see pin16 module

Trait Implementations

impl Readable for PIN16[src]

read() method returns pin16::R reader structure

impl ResetValue for PIN16[src]

Register PIN16 reset()'s with value 0

type Type = u32

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

impl Writable for PIN16[src]

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