[][src]Type Definition lpc54606_pac::enet::MAC_ADDR_LOW

type MAC_ADDR_LOW = Reg<u32, _MAC_ADDR_LOW>;

MAC address0 low register

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

For information about available fields see mac_addr_low module

Trait Implementations

impl Readable for MAC_ADDR_LOW[src]

read() method returns mac_addr_low::R reader structure

impl ResetValue for MAC_ADDR_LOW[src]

Register MAC_ADDR_LOW reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MAC_ADDR_LOW[src]

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