Type Alias DATE

Source
pub type DATE = Reg<DATE_SPEC>;
Expand description

DATE (r) register accessor: Date register.

You can read this register and get date::R. See API.

For information about available fields see date module

Aliased Typeยง

pub struct DATE { /* private fields */ }