Type Definition stm32f2::stm32f215::ethernet_mac::MACFCR[][src]

type MACFCR = Reg<u32, _MACFCR>;

Ethernet MAC flow control register

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

For information about available fields see macfcr module

Trait Implementations

impl Readable for MACFCR[src]

read() method returns macfcr::R reader structure

impl ResetValue for MACFCR[src]

Register MACFCR reset()'s with value 0

type Type = u32

Register size

impl Writable for MACFCR[src]

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