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
55
56
57
58
59
60
61
62
63
64
65
66
#[doc = "SPI Control A"]
pub struct CTRLA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SPI Control A"]
pub mod ctrla;
#[doc = "SPI Control B"]
pub struct CTRLB {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SPI Control B"]
pub mod ctrlb;
#[doc = "SPI Baud Rate"]
pub struct BAUD {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "SPI Baud Rate"]
pub mod baud;
#[doc = "SPI Interrupt Enable Clear"]
pub struct INTENCLR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "SPI Interrupt Enable Clear"]
pub mod intenclr;
#[doc = "SPI Interrupt Enable Set"]
pub struct INTENSET {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "SPI Interrupt Enable Set"]
pub mod intenset;
#[doc = "SPI Interrupt Flag Status and Clear"]
pub struct INTFLAG {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "SPI Interrupt Flag Status and Clear"]
pub mod intflag;
#[doc = "SPI Status"]
pub struct STATUS {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "SPI Status"]
pub mod status;
#[doc = "SPI Syncbusy"]
pub struct SYNCBUSY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SPI Syncbusy"]
pub mod syncbusy;
#[doc = "SPI Address"]
pub struct ADDR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SPI Address"]
pub mod addr;
#[doc = "SPI Data"]
pub struct DATA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SPI Data"]
pub mod data;
#[doc = "SPI Debug Control"]
pub struct DBGCTRL {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "SPI Debug Control"]
pub mod dbgctrl;