[][src]Type Definition stm32f1::stm32f101::ethernet_dma::DMASR

type DMASR = Reg<u32, _DMASR>;

Ethernet DMA status register

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

For information about available fields see dmasr module

Trait Implementations

impl Readable for DMASR[src]

read() method returns dmasr::R reader structure

impl ResetValue for DMASR[src]

Register DMASR reset()'s with value 0

type Type = u32

Register size

impl Writable for DMASR[src]

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