Type Definition R
stm32f2::stm32f215::dcmi::dr
type R = R<u32, DR>;
Reader of register DR
impl R
pub fn byte3(&self) -> BYTE3_R
Bits 24:31 - Data byte 3
pub fn byte2(&self) -> BYTE2_R
Bits 16:23 - Data byte 2
pub fn byte1(&self) -> BYTE1_R
Bits 8:15 - Data byte 1
pub fn byte0(&self) -> BYTE0_R
Bits 0:7 - Data byte 0