ReadModeW

Type Alias ReadModeW 

Source
pub type ReadModeW<'a, REG> = FieldWriter<'a, REG, 2, ReadMode>;
Expand description

Field READ_MODE writer - Read Mode.

Aliased Type§

pub struct ReadModeW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> ReadModeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn dis(self) -> &'a mut W<REG>

Camera Interface Disabled.

Source

pub fn single_img(self) -> &'a mut W<REG>

Single Image Capture.

Source

pub fn continuous(self) -> &'a mut W<REG>

Continuous Image Capture.