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

type PIN10 = Reg<u32, _PIN10>;

GPIO_PIN10

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

For information about available fields see pin10 module

Trait Implementations

impl Readable for PIN10[src]

read() method returns pin10::R reader structure

impl ResetValue for PIN10[src]

Register PIN10 reset()'s with value 0

type Type = u32

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

impl Writable for PIN10[src]

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