Struct esp32c3::gpio::out::OUT_SPEC [−][src]
pub struct OUT_SPEC;
Expand description
GPIO output register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see out module
Trait Implementations
reset()
method sets OUT to value 0
Reset value of the register.