cyt4dn_b 0.0.1

Peripheral access crate for cyt4dn_b T2G family
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = r"Register block"]
#[repr(C)]
pub struct CSV_REF {
    #[doc = "0x00..0x0c - Active domain Clock Supervisor (CSV) registers for CSV Reference clock"]
    pub csv: CSV,
}
#[doc = "Active domain Clock Supervisor (CSV) registers for CSV Reference clock"]
pub use self::csv::CSV;
#[doc = r"Cluster"]
#[doc = "Active domain Clock Supervisor (CSV) registers for CSV Reference clock"]
pub mod csv;