Type Definition stm32f4::stm32f407::ltdc::AWCR[][src]

type AWCR = Reg<u32, _AWCR>;

Active Width Configuration Register

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

For information about available fields see awcr module

Trait Implementations

impl Readable for AWCR[src]

read() method returns awcr::R reader structure

impl ResetValue for AWCR[src]

Register AWCR reset()'s with value 0

type Type = u32

Register size

impl Writable for AWCR[src]

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