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

type MACHTLR = Reg<u32, _MACHTLR>;

Ethernet MAC hash table low register

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

For information about available fields see machtlr module

Trait Implementations

impl Readable for MACHTLR[src]

read() method returns machtlr::R reader structure

impl ResetValue for MACHTLR[src]

Register MACHTLR reset()'s with value 0

type Type = u32

Register size

impl Writable for MACHTLR[src]

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