Type Definition stm32f4::stm32f469::ethernet_mac::MACA0LR[][src]

type MACA0LR = Reg<u32, _MACA0LR>;

Ethernet MAC address 0 low register

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

For information about available fields see maca0lr module

Trait Implementations

impl Readable for MACA0LR[src]

read() method returns maca0lr::R reader structure

impl ResetValue for MACA0LR[src]

Register MACA0LR reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MACA0LR[src]

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