Type Definition stm32f2::stm32f217::ethernet_mac::MACCR[][src]

type MACCR = Reg<u32, _MACCR>;

Ethernet MAC configuration register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see maccr module

Trait Implementations

impl Readable for MACCR[src]

read() method returns maccr::R reader structure

impl ResetValue for MACCR[src]

Register MACCR reset()'s with value 0x8000

type Type = u32

Register size

impl Writable for MACCR[src]

write(|w| ..) method takes maccr::W writer structure