pub struct W(/* private fields */);
Expand description
Register prs_cap
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn ch_vcap_on<const O: u8>(&mut self) -> CH_VCAP_ON_W<'_, O>
pub unsafe fn ch_vcap_on<const O: u8>(&mut self) -> CH_VCAP_ON_W<'_, O>
Video capture control: Capture the video image data stream on channel [i].
sourcepub fn ch0_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 1>
pub fn ch0_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 1>
Bit 1 - Video capture control: Capture the video image data stream on channel [i].
sourcepub fn ch1_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 9>
pub fn ch1_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 9>
Bit 9 - Video capture control: Capture the video image data stream on channel [i].
sourcepub fn ch2_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 17>
pub fn ch2_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 17>
Bit 17 - Video capture control: Capture the video image data stream on channel [i].
sourcepub fn ch3_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 25>
pub fn ch3_vcap_on(&mut self) -> CH_VCAP_ON_W<'_, 25>
Bit 25 - Video capture control: Capture the video image data stream on channel [i].
sourcepub unsafe fn ch_fps_ds<const O: u8>(&mut self) -> CH_FPS_DS_W<'_, O>
pub unsafe fn ch_fps_ds<const O: u8>(&mut self) -> CH_FPS_DS_W<'_, O>
Fps down sample
sourcepub fn ch0_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 2>
pub fn ch0_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 2>
Bits 2:5 - Fps down sample
sourcepub fn ch1_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 10>
pub fn ch1_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 10>
Bits 10:13 - Fps down sample
sourcepub fn ch2_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 18>
pub fn ch2_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 18>
Bits 18:21 - Fps down sample
sourcepub fn ch3_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 26>
pub fn ch3_fps_ds(&mut self) -> CH_FPS_DS_W<'_, 26>
Bits 26:29 - Fps down sample
Methods from Deref<Target = W<PRS_CAP_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more