Struct esp32c3::rtc_cntl::rtc_time_update::TIMER_SYS_RST_R [−][src]
pub struct TIMER_SYS_RST_R(_);
Expand description
Field TIMER_SYS_RST
reader - enable to record system reset time
Methods from Deref<Target = FieldReader<bool, bool>>
Returns true
if the bit is clear (0).
Returns true
if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, bool>
type Target = FieldReader<bool, bool>
The resulting type after dereferencing.