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

type DSI_VR = Reg<u32, _DSI_VR>;

DSI Host Version Register

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

For information about available fields see dsi_vr module

Trait Implementations

impl Readable for DSI_VR[src]

read() method returns dsi_vr::R reader structure

impl ResetValue for DSI_VR[src]

Register DSI_VR reset()'s with value 0x3133_302a

type Type = u32

Register size

impl Writable for DSI_VR[src]

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