Type Definition stm32f4::stm32f407::ethernet_mac::MACMIIAR[][src]

type MACMIIAR = Reg<u32, _MACMIIAR>;

Ethernet MAC MII address register

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

For information about available fields see macmiiar module

Trait Implementations

impl Readable for MACMIIAR[src]

read() method returns macmiiar::R reader structure

impl ResetValue for MACMIIAR[src]

Register MACMIIAR reset()'s with value 0

type Type = u32

Register size

impl Writable for MACMIIAR[src]

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