1
2
3
4
5
6
7
8
9
10
11
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00..0x2000 - Unspecified"]
    pub set: [SET; 256],
}
#[doc = "Unspecified"]
pub use set::SET;
#[doc = r"Cluster"]
#[doc = "Unspecified"]
pub mod set;