Type Definition stm32f1::stm32f107::ethernet_mmc::MMCCR[][src]

type MMCCR = Reg<u32, _MMCCR>;

Ethernet MMC control register (ETH_MMCCR)

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

For information about available fields see mmccr module

Trait Implementations

impl Readable for MMCCR[src]

read() method returns mmccr::R reader structure

impl ResetValue for MMCCR[src]

Register MMCCR reset()'s with value 0

type Type = u32

Register size

impl Writable for MMCCR[src]

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