We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74eb751 commit f4a4e7dCopy full SHA for f4a4e7d
src/peripherals.rs
@@ -135,6 +135,7 @@ mod pac_override_impl {
135
}
136
137
138
+ #[repr(C)]
139
pub struct MacRegisterBlock {
140
#[doc = "0x00 - Ethernet MAC configuration register"]
141
pub maccr: DelayedReg<maccr::MACCR_SPEC>,
@@ -207,6 +208,7 @@ mod pac_override_impl {
207
208
209
210
211
212
pub struct DmaRegisterBlock {
213
#[doc = "0x00 - Ethernet DMA bus mode register"]
214
pub dmabmr: DelayedReg<dmabmr::DMABMR_SPEC>,
@@ -274,6 +276,7 @@ mod pac_override_impl {
274
276
275
277
278
279
280
pub struct PtpRegisterBlock {
281
#[doc = "0x00 - Ethernet PTP time stamp control register"]
282
pub ptptscr: DelayedReg<ptptscr::PTPTSCR_SPEC>,
0 commit comments