Type Definition stm32f1::stm32f107::ethernet_mac::MACPMTCSR[][src]

type MACPMTCSR = Reg<u32, _MACPMTCSR>;

Ethernet MAC PMT control and status register (ETH_MACPMTCSR)

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

For information about available fields see macpmtcsr module

Trait Implementations

impl Readable for MACPMTCSR[src]

read() method returns macpmtcsr::R reader structure

impl ResetValue for MACPMTCSR[src]

Register MACPMTCSR reset()'s with value 0

type Type = u32

Register size

impl Writable for MACPMTCSR[src]

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