Type Definition stm32f4::stm32f407::ethernet_dma::DMAOMR[][src]

type DMAOMR = Reg<u32, _DMAOMR>;

Ethernet DMA operation mode register

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

For information about available fields see dmaomr module

Trait Implementations

impl Readable for DMAOMR[src]

read() method returns dmaomr::R reader structure

impl ResetValue for DMAOMR[src]

Register DMAOMR reset()'s with value 0

type Type = u32

Register size

impl Writable for DMAOMR[src]

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