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

type OUT1 = Reg<u32, _OUT1>;

GPIO_OUT1

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

For information about available fields see out1 module

Trait Implementations

impl Readable for OUT1[src]

read() method returns out1::R reader structure

impl ResetValue for OUT1[src]

Register OUT1 reset()'s with value 0

impl Writable for OUT1[src]

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