[][src]Type Definition stm32f1::stm32f103::ethernet_dma::DMABMR

type DMABMR = Reg<u32, _DMABMR>;

Ethernet DMA bus mode register

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

For information about available fields see dmabmr module

Trait Implementations

impl Readable for DMABMR[src]

read() method returns dmabmr::R reader structure

impl ResetValue for DMABMR[src]

Register DMABMR reset()'s with value 0x0002_0101

type Type = u32

Register size

impl Writable for DMABMR[src]

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