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
12
13
14
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00..0x1ffc - PERI clock domains"]
    pub gr0: GR,
    _reserved1: [u8; 0x04],
    #[doc = "0x2000..0x3ffc - PERI clock domains"]
    pub gr1: GR,
}
#[doc = "PERI clock domains"]
pub use self::gr::GR;
#[doc = r"Cluster"]
#[doc = "PERI clock domains"]
pub mod gr;