Struct d1_pac::csic::csic_parser0::csic_prs_ncsic_bt656_head_cfg::R
source · pub struct R(/* private fields */);
Expand description
Register csic_prs_ncsic_bt656_head_cfg
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_id(&self, n: u8) -> CH_ID_R
pub unsafe fn ch_id(&self, n: u8) -> CH_ID_R
The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
sourcepub fn ch0_id(&self) -> CH_ID_R
pub fn ch0_id(&self) -> CH_ID_R
Bits 0:3 - The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
sourcepub fn ch1_id(&self) -> CH_ID_R
pub fn ch1_id(&self) -> CH_ID_R
Bits 8:11 - The low 4-bit of BT656 header for channel [i]
Only valid in BT656 multi-channel mode
Methods from Deref<Target = R<CSIC_PRS_NCSIC_BT656_HEAD_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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