Type Definition esp32c3::gpio::GPIO_STATUS [−][src]
type GPIO_STATUS = Reg<u32, _GPIO_STATUS>;
GPIO_STATUS
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see gpio_status module
Trait Implementations
impl Readable for GPIO_STATUS[src]
read() method returns gpio_status::R reader structure
impl ResetValue for GPIO_STATUS[src]
Register GPIO_STATUS reset()'s with value 0
impl Writable for GPIO_STATUS[src]
write(|w| ..) method takes gpio_status::W writer structure