[][src]Type Definition stm32f4::stm32f469::dma2d::OMAR

type OMAR = Reg<u32, _OMAR>;

output memory address register

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

For information about available fields see omar module

Trait Implementations

impl Readable for OMAR[src]

read() method returns omar::R reader structure

impl ResetValue for OMAR[src]

Register OMAR reset()'s with value 0

type Type = u32

Register size

impl Writable for OMAR[src]

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