Skip to main content

write

Function write 

Source
pub unsafe fn write(offset: usize, val: u32)
Expand description

Write a MAC register at offset from BASE.

ยงSafety

Caller must ensure the EMAC peripheral clock is enabled and offset is a valid register offset within this block.