Type Alias R

Source
pub type R = R<MISrs>;
Expand description

Register MIS reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn frame_mis(&self) -> FRAME_MIS_R

Bit 0 - Capture complete masked interrupt status This bit gives the status of the masked capture complete interrupt

Source

pub fn ovr_mis(&self) -> OVR_MIS_R

Bit 1 - Overrun masked interrupt status This bit gives the status of the masked overflow interrupt.

Source

pub fn err_mis(&self) -> ERR_MIS_R

Bit 2 - Synchronization error masked interrupt status This bit gives the status of the masked synchronization error interrupt. Note: This bit is available only in embedded synchronization mode.

Source

pub fn vsync_mis(&self) -> VSYNC_MIS_R

Bit 3 - VSYNC masked interrupt status This bit gives the status of the masked VSYNC interrupt. The active state of the DCMI_VSYNC signal is defined by the VSPOL bit.

Source

pub fn line_mis(&self) -> LINE_MIS_R

Bit 4 - Line masked interrupt status This bit gives the status of the masked line interrupt.

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more