Type Definition stm32f4::stm32f469::dcmi::ESCR[][src]

type ESCR = Reg<u32, _ESCR>;

embedded synchronization code register

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

For information about available fields see escr module

Trait Implementations

impl Readable for ESCR[src]

read() method returns escr::R reader structure

impl ResetValue for ESCR[src]

Register ESCR reset()'s with value 0

type Type = u32

Register size

impl Writable for ESCR[src]

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