Type Definition stm32f1::stm32f107::ethernet_dma::DMARDLAR[][src]

type DMARDLAR = Reg<u32, _DMARDLAR>;

Ethernet DMA receive descriptor list address register

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

For information about available fields see dmardlar module

Trait Implementations

impl Readable for DMARDLAR[src]

read() method returns dmardlar::R reader structure

impl ResetValue for DMARDLAR[src]

Register DMARDLAR reset()'s with value 0

type Type = u32

Register size

impl Writable for DMARDLAR[src]

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