[][src]Type Definition stm32f4::stm32f469::dsihost::DSI_MCR

type DSI_MCR = Reg<u32, _DSI_MCR>;

DSI Host Mode Configuration Register

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

For information about available fields see dsi_mcr module

Trait Implementations

impl Readable for DSI_MCR[src]

read() method returns dsi_mcr::R reader structure

impl ResetValue for DSI_MCR[src]

Register DSI_MCR reset()'s with value 0x01

type Type = u32

Register size

impl Writable for DSI_MCR[src]

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