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
#[doc = "Register `INFIFO_STATUS_CH1` reader"]
pub struct R(crate::R<INFIFO_STATUS_CH1_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<INFIFO_STATUS_CH1_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<INFIFO_STATUS_CH1_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<INFIFO_STATUS_CH1_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Field `INFIFO_FULL_CH1` reader - L1 Rx FIFO full signal for Rx channel 1."]
pub struct INFIFO_FULL_CH1_R(crate::FieldReader<bool, bool>);
impl INFIFO_FULL_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
INFIFO_FULL_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for INFIFO_FULL_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `INFIFO_EMPTY_CH1` reader - L1 Rx FIFO empty signal for Rx channel 1."]
pub struct INFIFO_EMPTY_CH1_R(crate::FieldReader<bool, bool>);
impl INFIFO_EMPTY_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
INFIFO_EMPTY_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for INFIFO_EMPTY_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `INFIFO_CNT_CH1` reader - The register stores the byte number of the data in L1 Rx FIFO for Rx channel 1."]
pub struct INFIFO_CNT_CH1_R(crate::FieldReader<u8, u8>);
impl INFIFO_CNT_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: u8) -> Self {
INFIFO_CNT_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for INFIFO_CNT_CH1_R {
type Target = crate::FieldReader<u8, u8>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_REMAIN_UNDER_1B_CH1` reader - reserved"]
pub struct IN_REMAIN_UNDER_1B_CH1_R(crate::FieldReader<bool, bool>);
impl IN_REMAIN_UNDER_1B_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
IN_REMAIN_UNDER_1B_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_REMAIN_UNDER_1B_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_REMAIN_UNDER_2B_CH1` reader - reserved"]
pub struct IN_REMAIN_UNDER_2B_CH1_R(crate::FieldReader<bool, bool>);
impl IN_REMAIN_UNDER_2B_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
IN_REMAIN_UNDER_2B_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_REMAIN_UNDER_2B_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_REMAIN_UNDER_3B_CH1` reader - reserved"]
pub struct IN_REMAIN_UNDER_3B_CH1_R(crate::FieldReader<bool, bool>);
impl IN_REMAIN_UNDER_3B_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
IN_REMAIN_UNDER_3B_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_REMAIN_UNDER_3B_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_REMAIN_UNDER_4B_CH1` reader - reserved"]
pub struct IN_REMAIN_UNDER_4B_CH1_R(crate::FieldReader<bool, bool>);
impl IN_REMAIN_UNDER_4B_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
IN_REMAIN_UNDER_4B_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_REMAIN_UNDER_4B_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `IN_BUF_HUNGRY_CH1` reader - reserved"]
pub struct IN_BUF_HUNGRY_CH1_R(crate::FieldReader<bool, bool>);
impl IN_BUF_HUNGRY_CH1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
IN_BUF_HUNGRY_CH1_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for IN_BUF_HUNGRY_CH1_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl R {
#[doc = "Bit 0 - L1 Rx FIFO full signal for Rx channel 1."]
#[inline(always)]
pub fn infifo_full_ch1(&self) -> INFIFO_FULL_CH1_R {
INFIFO_FULL_CH1_R::new((self.bits & 1) != 0)
}
#[doc = "Bit 1 - L1 Rx FIFO empty signal for Rx channel 1."]
#[inline(always)]
pub fn infifo_empty_ch1(&self) -> INFIFO_EMPTY_CH1_R {
INFIFO_EMPTY_CH1_R::new(((self.bits >> 1) & 1) != 0)
}
#[doc = "Bits 2:7 - The register stores the byte number of the data in L1 Rx FIFO for Rx channel 1."]
#[inline(always)]
pub fn infifo_cnt_ch1(&self) -> INFIFO_CNT_CH1_R {
INFIFO_CNT_CH1_R::new(((self.bits >> 2) & 0x3f) as u8)
}
#[doc = "Bit 23 - reserved"]
#[inline(always)]
pub fn in_remain_under_1b_ch1(&self) -> IN_REMAIN_UNDER_1B_CH1_R {
IN_REMAIN_UNDER_1B_CH1_R::new(((self.bits >> 23) & 1) != 0)
}
#[doc = "Bit 24 - reserved"]
#[inline(always)]
pub fn in_remain_under_2b_ch1(&self) -> IN_REMAIN_UNDER_2B_CH1_R {
IN_REMAIN_UNDER_2B_CH1_R::new(((self.bits >> 24) & 1) != 0)
}
#[doc = "Bit 25 - reserved"]
#[inline(always)]
pub fn in_remain_under_3b_ch1(&self) -> IN_REMAIN_UNDER_3B_CH1_R {
IN_REMAIN_UNDER_3B_CH1_R::new(((self.bits >> 25) & 1) != 0)
}
#[doc = "Bit 26 - reserved"]
#[inline(always)]
pub fn in_remain_under_4b_ch1(&self) -> IN_REMAIN_UNDER_4B_CH1_R {
IN_REMAIN_UNDER_4B_CH1_R::new(((self.bits >> 26) & 1) != 0)
}
#[doc = "Bit 27 - reserved"]
#[inline(always)]
pub fn in_buf_hungry_ch1(&self) -> IN_BUF_HUNGRY_CH1_R {
IN_BUF_HUNGRY_CH1_R::new(((self.bits >> 27) & 1) != 0)
}
}
#[doc = "DMA_INFIFO_STATUS_CH1_REG.\n\nThis register you can [`read`]
(crate::generic::Reg::read). See [API]
(https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [infifo_status_ch1]
(index.html) module"]
pub struct INFIFO_STATUS_CH1_SPEC;
impl crate::RegisterSpec for INFIFO_STATUS_CH1_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [infifo_status_ch1::R]
(R) reader structure"]
impl crate::Readable for INFIFO_STATUS_CH1_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets INFIFO_STATUS_CH1 to value 0x0780_0003"]
impl crate::Resettable for INFIFO_STATUS_CH1_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0x0780_0003
}
}