1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#[doc = "I2CS Control A"]
pub struct CTRLA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "I2CS Control A"]
pub mod ctrla;
#[doc = "I2CS Control B"]
pub struct CTRLB {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "I2CS Control B"]
pub mod ctrlb;
#[doc = "I2CS Interrupt Enable Clear"]
pub struct INTENCLR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "I2CS Interrupt Enable Clear"]
pub mod intenclr;
#[doc = "I2CS Interrupt Enable Set"]
pub struct INTENSET {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "I2CS Interrupt Enable Set"]
pub mod intenset;
#[doc = "I2CS Interrupt Flag Status and Clear"]
pub struct INTFLAG {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "I2CS Interrupt Flag Status and Clear"]
pub mod intflag;
#[doc = "I2CS Status"]
pub struct STATUS {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "I2CS Status"]
pub mod status;
#[doc = "I2CS Syncbusy"]
pub struct SYNCBUSY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "I2CS Syncbusy"]
pub mod syncbusy;
#[doc = "I2CS Address"]
pub struct ADDR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "I2CS Address"]
pub mod addr;
#[doc = "I2CS Data"]
pub struct DATA {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "I2CS Data"]
pub mod data;