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