Type Definition stm32f1::stm32f101::ethernet_mac::MACIMR[][src]

type MACIMR = Reg<u32, _MACIMR>;

Ethernet MAC interrupt mask register (ETH_MACIMR)

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

For information about available fields see macimr module

Trait Implementations

impl Readable for MACIMR[src]

read() method returns macimr::R reader structure

impl ResetValue for MACIMR[src]

Register MACIMR reset()'s with value 0

type Type = u32

Register size

impl Writable for MACIMR[src]

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