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
15
16
17
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00..0x1300 - Group of counters"]
    pub grp0: GRP,
    _reserved1: [u8; 0x6d00],
    #[doc = "0x8000..0x9300 - Group of counters"]
    pub grp1: GRP,
    _reserved2: [u8; 0x6d00],
    #[doc = "0x10000..0x11300 - Group of counters"]
    pub grp2: GRP,
}
#[doc = "Group of counters"]
pub use self::grp::GRP;
#[doc = r"Cluster"]
#[doc = "Group of counters"]
pub mod grp;