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>
impl<'a, REG> ReadModeW<'a, REG>
Sourcepub fn single_img(self) -> &'a mut W<REG>
pub fn single_img(self) -> &'a mut W<REG>
Single Image Capture.
Sourcepub fn continuous(self) -> &'a mut W<REG>
pub fn continuous(self) -> &'a mut W<REG>
Continuous Image Capture.