Struct d1_pac::csic::csic_parser0::csic_prs_ncsic_bt656_head_cfg::W
source · pub struct W(/* private fields */);
Expand description
Register csic_prs_ncsic_bt656_head_cfg
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn ch_id<const O: u8>(&mut self) -> CH_ID_W<'_, O>
pub unsafe fn ch_id<const O: u8>(&mut self) -> CH_ID_W<'_, O>
The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
sourcepub fn ch0_id(&mut self) -> CH_ID_W<'_, 0>
pub fn ch0_id(&mut self) -> CH_ID_W<'_, 0>
Bits 0:3 - The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
sourcepub fn ch1_id(&mut self) -> CH_ID_W<'_, 8>
pub fn ch1_id(&mut self) -> CH_ID_W<'_, 8>
Bits 8:11 - The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
sourcepub fn ch2_id(&mut self) -> CH_ID_W<'_, 16>
pub fn ch2_id(&mut self) -> CH_ID_W<'_, 16>
Bits 16:19 - The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
Methods from Deref<Target = W<CSIC_PRS_NCSIC_BT656_HEAD_CFG_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