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
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - In the master mode, it is the start bit of a single operation. Self-clear by hardware"]
    pub spi_cmd: crate::Reg<spi_cmd::SPI_CMD_SPEC>,
    #[doc = "0x04 - In the master mode, it is the value of address in \"address\" phase."]
    pub spi_addr: crate::Reg<spi_addr::SPI_ADDR_SPEC>,
    #[doc = "0x08 - SPI_CTRL"]
    pub spi_ctrl: crate::Reg<spi_ctrl::SPI_CTRL_SPEC>,
    #[doc = "0x0c - "]
    pub spi_ctrl1: crate::Reg<spi_ctrl1::SPI_CTRL1_SPEC>,
    #[doc = "0x10 - In the slave mode, this register are the status register for the master to read out."]
    pub spi_rd_status: crate::Reg<spi_rd_status::SPI_RD_STATUS_SPEC>,
    #[doc = "0x14 - spi_cs signal is delayed by 80MHz clock cycles"]
    pub spi_ctrl2: crate::Reg<spi_ctrl2::SPI_CTRL2_SPEC>,
    #[doc = "0x18 - In the master mode, 1: spi_clk is eqaul to 80MHz, 0: spi_clk is divided from 80 MHz clock."]
    pub spi_clock: crate::Reg<spi_clock::SPI_CLOCK_SPEC>,
    #[doc = "0x1c - This bit enable the \"command\" phase of an operation."]
    pub spi_user: crate::Reg<spi_user::SPI_USER_SPEC>,
    #[doc = "0x20 - The length in bits of \"address\" phase. The register value shall be (bit_num-1)"]
    pub spi_user1: crate::Reg<spi_user1::SPI_USER1_SPEC>,
    #[doc = "0x24 - The length in bits of \"command\" phase. The register value shall be (bit_num-1)"]
    pub spi_user2: crate::Reg<spi_user2::SPI_USER2_SPEC>,
    #[doc = "0x28 - In the slave mode, this register are the status register for the master to write into."]
    pub spi_wr_status: crate::Reg<spi_wr_status::SPI_WR_STATUS_SPEC>,
    #[doc = "0x2c - 1: disable CS2; 0: spi_cs signal is from/to CS2 pin"]
    pub spi_pin: crate::Reg<spi_pin::SPI_PIN_SPEC>,
    #[doc = "0x30 - It is the synchronous reset signal of the module. This bit is self-cleared by hardware."]
    pub spi_slave: crate::Reg<spi_slave::SPI_SLAVE_SPEC>,
    #[doc = "0x34 - In the slave mode, it is the length in bits for \"write-status\" and \"read-status\" operations. The register valueshall be (bit_num-1)"]
    pub spi_slave1: crate::Reg<spi_slave1::SPI_SLAVE1_SPEC>,
    #[doc = "0x38 - In the slave mode, it is the length in spi_clk cycles \"dummy\" phase for \"write-buffer\" operations. The registervalue shall be (cycle_num-1)"]
    pub spi_slave2: crate::Reg<spi_slave2::SPI_SLAVE2_SPEC>,
    #[doc = "0x3c - In slave mode, it is the value of \"write-status\" command"]
    pub spi_slave3: crate::Reg<spi_slave3::SPI_SLAVE3_SPEC>,
    #[doc = "0x40 - the data inside the buffer of the SPI module, byte 0"]
    pub spi_w0: crate::Reg<spi_w0::SPI_W0_SPEC>,
    _reserved17: [u8; 28usize],
    #[doc = "0x60 - the data inside the buffer of the SPI module, byte 1"]
    pub spi_w1: crate::Reg<spi_w1::SPI_W1_SPEC>,
    _reserved18: [u8; 28usize],
    #[doc = "0x80 - the data inside the buffer of the SPI module, byte 2"]
    pub spi_w2: crate::Reg<spi_w2::SPI_W2_SPEC>,
    _reserved19: [u8; 28usize],
    #[doc = "0xa0 - the data inside the buffer of the SPI module, byte 3"]
    pub spi_w3: crate::Reg<spi_w3::SPI_W3_SPEC>,
    _reserved20: [u8; 28usize],
    #[doc = "0xc0 - the data inside the buffer of the SPI module, byte 4"]
    pub spi_w4: crate::Reg<spi_w4::SPI_W4_SPEC>,
    _reserved21: [u8; 28usize],
    #[doc = "0xe0 - the data inside the buffer of the SPI module, byte 5"]
    pub spi_w5: crate::Reg<spi_w5::SPI_W5_SPEC>,
    _reserved22: [u8; 24usize],
    #[doc = "0xfc - This register is for two SPI masters to share the same cs, clock and data signals."]
    pub spi_ext3: crate::Reg<spi_ext3::SPI_EXT3_SPEC>,
    #[doc = "0x100 - the data inside the buffer of the SPI module, byte 6"]
    pub spi_w6: crate::Reg<spi_w6::SPI_W6_SPEC>,
    _reserved24: [u8; 28usize],
    #[doc = "0x120 - the data inside the buffer of the SPI module, byte 7"]
    pub spi_w7: crate::Reg<spi_w7::SPI_W7_SPEC>,
    _reserved25: [u8; 28usize],
    #[doc = "0x140 - the data inside the buffer of the SPI module, byte 8"]
    pub spi_w8: crate::Reg<spi_w8::SPI_W8_SPEC>,
    _reserved26: [u8; 28usize],
    #[doc = "0x160 - the data inside the buffer of the SPI module, byte 9"]
    pub spi_w9: crate::Reg<spi_w9::SPI_W9_SPEC>,
    _reserved27: [u8; 28usize],
    #[doc = "0x180 - the data inside the buffer of the SPI module, byte 10"]
    pub spi_w10: crate::Reg<spi_w10::SPI_W10_SPEC>,
    _reserved28: [u8; 28usize],
    #[doc = "0x1a0 - the data inside the buffer of the SPI module, byte 11"]
    pub spi_w11: crate::Reg<spi_w11::SPI_W11_SPEC>,
    _reserved29: [u8; 28usize],
    #[doc = "0x1c0 - the data inside the buffer of the SPI module, byte 12"]
    pub spi_w12: crate::Reg<spi_w12::SPI_W12_SPEC>,
    _reserved30: [u8; 28usize],
    #[doc = "0x1e0 - the data inside the buffer of the SPI module, byte 13"]
    pub spi_w13: crate::Reg<spi_w13::SPI_W13_SPEC>,
    _reserved31: [u8; 28usize],
    #[doc = "0x200 - the data inside the buffer of the SPI module, byte 14"]
    pub spi_w14: crate::Reg<spi_w14::SPI_W14_SPEC>,
    _reserved32: [u8; 28usize],
    #[doc = "0x220 - the data inside the buffer of the SPI module, byte 15"]
    pub spi_w15: crate::Reg<spi_w15::SPI_W15_SPEC>,
}
#[doc = "SPI_CMD register accessor: an alias for `Reg<SPI_CMD_SPEC>`"]
pub type SPI_CMD = crate::Reg<spi_cmd::SPI_CMD_SPEC>;
#[doc = "In the master mode, it is the start bit of a single operation. Self-clear by hardware"]
pub mod spi_cmd;
#[doc = "SPI_ADDR register accessor: an alias for `Reg<SPI_ADDR_SPEC>`"]
pub type SPI_ADDR = crate::Reg<spi_addr::SPI_ADDR_SPEC>;
#[doc = "In the master mode, it is the value of address in \"address\" phase."]
pub mod spi_addr;
#[doc = "SPI_CTRL register accessor: an alias for `Reg<SPI_CTRL_SPEC>`"]
pub type SPI_CTRL = crate::Reg<spi_ctrl::SPI_CTRL_SPEC>;
#[doc = "SPI_CTRL"]
pub mod spi_ctrl;
#[doc = "SPI_RD_STATUS register accessor: an alias for `Reg<SPI_RD_STATUS_SPEC>`"]
pub type SPI_RD_STATUS = crate::Reg<spi_rd_status::SPI_RD_STATUS_SPEC>;
#[doc = "In the slave mode, this register are the status register for the master to read out."]
pub mod spi_rd_status;
#[doc = "SPI_CTRL2 register accessor: an alias for `Reg<SPI_CTRL2_SPEC>`"]
pub type SPI_CTRL2 = crate::Reg<spi_ctrl2::SPI_CTRL2_SPEC>;
#[doc = "spi_cs signal is delayed by 80MHz clock cycles"]
pub mod spi_ctrl2;
#[doc = "SPI_CLOCK register accessor: an alias for `Reg<SPI_CLOCK_SPEC>`"]
pub type SPI_CLOCK = crate::Reg<spi_clock::SPI_CLOCK_SPEC>;
#[doc = "In the master mode, 1: spi_clk is eqaul to 80MHz, 0: spi_clk is divided from 80 MHz clock."]
pub mod spi_clock;
#[doc = "SPI_USER register accessor: an alias for `Reg<SPI_USER_SPEC>`"]
pub type SPI_USER = crate::Reg<spi_user::SPI_USER_SPEC>;
#[doc = "This bit enable the \"command\" phase of an operation."]
pub mod spi_user;
#[doc = "SPI_USER1 register accessor: an alias for `Reg<SPI_USER1_SPEC>`"]
pub type SPI_USER1 = crate::Reg<spi_user1::SPI_USER1_SPEC>;
#[doc = "The length in bits of \"address\" phase. The register value shall be (bit_num-1)"]
pub mod spi_user1;
#[doc = "SPI_USER2 register accessor: an alias for `Reg<SPI_USER2_SPEC>`"]
pub type SPI_USER2 = crate::Reg<spi_user2::SPI_USER2_SPEC>;
#[doc = "The length in bits of \"command\" phase. The register value shall be (bit_num-1)"]
pub mod spi_user2;
#[doc = "SPI_WR_STATUS register accessor: an alias for `Reg<SPI_WR_STATUS_SPEC>`"]
pub type SPI_WR_STATUS = crate::Reg<spi_wr_status::SPI_WR_STATUS_SPEC>;
#[doc = "In the slave mode, this register are the status register for the master to write into."]
pub mod spi_wr_status;
#[doc = "SPI_PIN register accessor: an alias for `Reg<SPI_PIN_SPEC>`"]
pub type SPI_PIN = crate::Reg<spi_pin::SPI_PIN_SPEC>;
#[doc = "1: disable CS2; 0: spi_cs signal is from/to CS2 pin"]
pub mod spi_pin;
#[doc = "SPI_SLAVE register accessor: an alias for `Reg<SPI_SLAVE_SPEC>`"]
pub type SPI_SLAVE = crate::Reg<spi_slave::SPI_SLAVE_SPEC>;
#[doc = "It is the synchronous reset signal of the module. This bit is self-cleared by hardware."]
pub mod spi_slave;
#[doc = "SPI_SLAVE1 register accessor: an alias for `Reg<SPI_SLAVE1_SPEC>`"]
pub type SPI_SLAVE1 = crate::Reg<spi_slave1::SPI_SLAVE1_SPEC>;
#[doc = "In the slave mode, it is the length in bits for \"write-status\" and \"read-status\" operations. The register valueshall be (bit_num-1)"]
pub mod spi_slave1;
#[doc = "SPI_SLAVE2 register accessor: an alias for `Reg<SPI_SLAVE2_SPEC>`"]
pub type SPI_SLAVE2 = crate::Reg<spi_slave2::SPI_SLAVE2_SPEC>;
#[doc = "In the slave mode, it is the length in spi_clk cycles \"dummy\" phase for \"write-buffer\" operations. The registervalue shall be (cycle_num-1)"]
pub mod spi_slave2;
#[doc = "SPI_SLAVE3 register accessor: an alias for `Reg<SPI_SLAVE3_SPEC>`"]
pub type SPI_SLAVE3 = crate::Reg<spi_slave3::SPI_SLAVE3_SPEC>;
#[doc = "In slave mode, it is the value of \"write-status\" command"]
pub mod spi_slave3;
#[doc = "SPI_EXT3 register accessor: an alias for `Reg<SPI_EXT3_SPEC>`"]
pub type SPI_EXT3 = crate::Reg<spi_ext3::SPI_EXT3_SPEC>;
#[doc = "This register is for two SPI masters to share the same cs, clock and data signals."]
pub mod spi_ext3;
#[doc = "SPI_W0 register accessor: an alias for `Reg<SPI_W0_SPEC>`"]
pub type SPI_W0 = crate::Reg<spi_w0::SPI_W0_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 0"]
pub mod spi_w0;
#[doc = "SPI_W1 register accessor: an alias for `Reg<SPI_W1_SPEC>`"]
pub type SPI_W1 = crate::Reg<spi_w1::SPI_W1_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 1"]
pub mod spi_w1;
#[doc = "SPI_W2 register accessor: an alias for `Reg<SPI_W2_SPEC>`"]
pub type SPI_W2 = crate::Reg<spi_w2::SPI_W2_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 2"]
pub mod spi_w2;
#[doc = "SPI_W3 register accessor: an alias for `Reg<SPI_W3_SPEC>`"]
pub type SPI_W3 = crate::Reg<spi_w3::SPI_W3_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 3"]
pub mod spi_w3;
#[doc = "SPI_W4 register accessor: an alias for `Reg<SPI_W4_SPEC>`"]
pub type SPI_W4 = crate::Reg<spi_w4::SPI_W4_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 4"]
pub mod spi_w4;
#[doc = "SPI_W5 register accessor: an alias for `Reg<SPI_W5_SPEC>`"]
pub type SPI_W5 = crate::Reg<spi_w5::SPI_W5_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 5"]
pub mod spi_w5;
#[doc = "SPI_W6 register accessor: an alias for `Reg<SPI_W6_SPEC>`"]
pub type SPI_W6 = crate::Reg<spi_w6::SPI_W6_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 6"]
pub mod spi_w6;
#[doc = "SPI_W7 register accessor: an alias for `Reg<SPI_W7_SPEC>`"]
pub type SPI_W7 = crate::Reg<spi_w7::SPI_W7_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 7"]
pub mod spi_w7;
#[doc = "SPI_W8 register accessor: an alias for `Reg<SPI_W8_SPEC>`"]
pub type SPI_W8 = crate::Reg<spi_w8::SPI_W8_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 8"]
pub mod spi_w8;
#[doc = "SPI_W9 register accessor: an alias for `Reg<SPI_W9_SPEC>`"]
pub type SPI_W9 = crate::Reg<spi_w9::SPI_W9_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 9"]
pub mod spi_w9;
#[doc = "SPI_W10 register accessor: an alias for `Reg<SPI_W10_SPEC>`"]
pub type SPI_W10 = crate::Reg<spi_w10::SPI_W10_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 10"]
pub mod spi_w10;
#[doc = "SPI_W11 register accessor: an alias for `Reg<SPI_W11_SPEC>`"]
pub type SPI_W11 = crate::Reg<spi_w11::SPI_W11_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 11"]
pub mod spi_w11;
#[doc = "SPI_W12 register accessor: an alias for `Reg<SPI_W12_SPEC>`"]
pub type SPI_W12 = crate::Reg<spi_w12::SPI_W12_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 12"]
pub mod spi_w12;
#[doc = "SPI_W13 register accessor: an alias for `Reg<SPI_W13_SPEC>`"]
pub type SPI_W13 = crate::Reg<spi_w13::SPI_W13_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 13"]
pub mod spi_w13;
#[doc = "SPI_W14 register accessor: an alias for `Reg<SPI_W14_SPEC>`"]
pub type SPI_W14 = crate::Reg<spi_w14::SPI_W14_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 14"]
pub mod spi_w14;
#[doc = "SPI_W15 register accessor: an alias for `Reg<SPI_W15_SPEC>`"]
pub type SPI_W15 = crate::Reg<spi_w15::SPI_W15_SPEC>;
#[doc = "the data inside the buffer of the SPI module, byte 15"]
pub mod spi_w15;
#[doc = "SPI_CTRL1 register accessor: an alias for `Reg<SPI_CTRL1_SPEC>`"]
pub type SPI_CTRL1 = crate::Reg<spi_ctrl1::SPI_CTRL1_SPEC>;
#[doc = ""]
pub mod spi_ctrl1;