Struct esp32c3::ds::set_start::SET_START_SPEC [−][src]
pub struct SET_START_SPEC;
Expand description
DS start control register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see set_start module
Trait Implementations
type Ux = u32
type Ux = u32
Raw register type (u8
, u16
, u32
, …).
reset()
method sets SET_START to value 0
Reset value of the register.
write(|w| ..)
method takes set_start::W writer structure