Type Definition stm32f4::stm32f469::ltdc::SSCR[][src]

type SSCR = Reg<u32, _SSCR>;

Synchronization Size Configuration Register

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

For information about available fields see sscr module

Trait Implementations

impl Readable for SSCR[src]

read() method returns sscr::R reader structure

impl ResetValue for SSCR[src]

Register SSCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SSCR[src]

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