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

type STATUS1 = Reg<u32, _STATUS1>;

GPIO_STATUS1

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

For information about available fields see status1 module

Trait Implementations

impl Readable for STATUS1[src]

read() method returns status1::R reader structure

impl ResetValue for STATUS1[src]

Register STATUS1 reset()'s with value 0

impl Writable for STATUS1[src]

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