You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/adc.rs
+9-9
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ impl RegisterBlock {
63
63
}
64
64
#[doc = "CS (rw) register accessor: ADC Control and Status
65
65
66
-
You can [`read`](crate::generic::Reg::read) this register and get [`cs::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`cs::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
66
+
You can [`read`](crate::Reg::read) this register and get [`cs::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cs::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
67
67
68
68
For information about available fields see [`mod@cs`]
69
69
module"]
@@ -72,7 +72,7 @@ pub type CS = crate::Reg<cs::CS_SPEC>;
72
72
pubmod cs;
73
73
#[doc = "RESULT (r) register accessor: Result of most recent ADC conversion
74
74
75
-
You can [`read`](crate::generic::Reg::read) this register and get [`result::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
75
+
You can [`read`](crate::Reg::read) this register and get [`result::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
76
76
77
77
For information about available fields see [`mod@result`]
78
78
module"]
@@ -81,7 +81,7 @@ pub type RESULT = crate::Reg<result::RESULT_SPEC>;
81
81
pubmod result;
82
82
#[doc = "FCS (rw) register accessor: FIFO control and status
83
83
84
-
You can [`read`](crate::generic::Reg::read) this register and get [`fcs::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`fcs::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
84
+
You can [`read`](crate::Reg::read) this register and get [`fcs::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fcs::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
85
85
86
86
For information about available fields see [`mod@fcs`]
87
87
module"]
@@ -90,7 +90,7 @@ pub type FCS = crate::Reg<fcs::FCS_SPEC>;
90
90
pubmod fcs;
91
91
#[doc = "FIFO (r) register accessor: Conversion result FIFO
92
92
93
-
You can [`read`](crate::generic::Reg::read) this register and get [`fifo::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
93
+
You can [`read`](crate::Reg::read) this register and get [`fifo::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
94
94
95
95
For information about available fields see [`mod@fifo`]
96
96
module"]
@@ -102,7 +102,7 @@ pub mod fifo;
102
102
The divider is reset when either of these fields are written.
103
103
Total period is 1 + INT + FRAC / 256
104
104
105
-
You can [`read`](crate::generic::Reg::read) this register and get [`div::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`div::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
105
+
You can [`read`](crate::Reg::read) this register and get [`div::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`div::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
106
106
107
107
For information about available fields see [`mod@div`]
108
108
module"]
@@ -114,7 +114,7 @@ pub type DIV = crate::Reg<div::DIV_SPEC>;
114
114
pubmod div;
115
115
#[doc = "INTR (r) register accessor: Raw Interrupts
116
116
117
-
You can [`read`](crate::generic::Reg::read) this register and get [`intr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
117
+
You can [`read`](crate::Reg::read) this register and get [`intr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
118
118
119
119
For information about available fields see [`mod@intr`]
120
120
module"]
@@ -123,7 +123,7 @@ pub type INTR = crate::Reg<intr::INTR_SPEC>;
You can [`read`](crate::generic::Reg::read) this register and get [`inte::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`inte::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
126
+
You can [`read`](crate::Reg::read) this register and get [`inte::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inte::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
127
127
128
128
For information about available fields see [`mod@inte`]
129
129
module"]
@@ -132,7 +132,7 @@ pub type INTE = crate::Reg<inte::INTE_SPEC>;
132
132
pubmod inte;
133
133
#[doc = "INTF (rw) register accessor: Interrupt Force
134
134
135
-
You can [`read`](crate::generic::Reg::read) this register and get [`intf::R`]. You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`intf::W`]. You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
135
+
You can [`read`](crate::Reg::read) this register and get [`intf::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`intf::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
136
136
137
137
For information about available fields see [`mod@intf`]
138
138
module"]
@@ -141,7 +141,7 @@ pub type INTF = crate::Reg<intf::INTF_SPEC>;
141
141
pubmod intf;
142
142
#[doc = "INTS (r) register accessor: Interrupt status after masking & forcing
143
143
144
-
You can [`read`](crate::generic::Reg::read) this register and get [`ints::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
144
+
You can [`read`](crate::Reg::read) this register and get [`ints::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
145
145
146
146
For information about available fields see [`mod@ints`]
Copy file name to clipboardexpand all lines: src/adc/cs.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ impl W {
145
145
}
146
146
#[doc = "ADC Control and Status
147
147
148
-
You can [`read`](crate::generic::Reg::read) this register and get [`cs::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`cs::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
148
+
You can [`read`](crate::Reg::read) this register and get [`cs::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cs::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
Copy file name to clipboardexpand all lines: src/adc/div.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ impl W {
41
41
The divider is reset when either of these fields are written.
42
42
Total period is 1 + INT + FRAC / 256
43
43
44
-
You can [`read`](crate::generic::Reg::read) this register and get [`div::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`div::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
44
+
You can [`read`](crate::Reg::read) this register and get [`div::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`div::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
Copy file name to clipboardexpand all lines: src/adc/fcs.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ impl W {
134
134
}
135
135
#[doc = "FIFO control and status
136
136
137
-
You can [`read`](crate::generic::Reg::read) this register and get [`fcs::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`fcs::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
137
+
You can [`read`](crate::Reg::read) this register and get [`fcs::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fcs::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
Copy file name to clipboardexpand all lines: src/adc/inte.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ impl W {
27
27
}
28
28
#[doc = "Interrupt Enable
29
29
30
-
You can [`read`](crate::generic::Reg::read) this register and get [`inte::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`inte::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
30
+
You can [`read`](crate::Reg::read) this register and get [`inte::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`inte::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
Copy file name to clipboardexpand all lines: src/adc/intf.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ impl W {
27
27
}
28
28
#[doc = "Interrupt Force
29
29
30
-
You can [`read`](crate::generic::Reg::read) this register and get [`intf::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`intf::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
30
+
You can [`read`](crate::Reg::read) this register and get [`intf::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`intf::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
0 commit comments