Struct d1_pac::csic::csic_parser0::prs_ch_int_en::R
source · pub struct R(/* private fields */);
Expand description
Register prs_ch%s_int_en
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn input_para_int_en(&self, n: u8) -> INPUT_PARA_INT_EN_R
pub unsafe fn input_para_int_en(&self, n: u8) -> INPUT_PARA_INT_EN_R
sourcepub fn input_para0_int_en(&self) -> INPUT_PARA_INT_EN_R
pub fn input_para0_int_en(&self) -> INPUT_PARA_INT_EN_R
Bit 0
sourcepub fn input_para1_int_en(&self) -> INPUT_PARA_INT_EN_R
pub fn input_para1_int_en(&self) -> INPUT_PARA_INT_EN_R
Bit 1
sourcepub fn mul_err_int_en(&self) -> MUL_ERR_INT_EN_R
pub fn mul_err_int_en(&self) -> MUL_ERR_INT_EN_R
Bit 2 - Multi-channel writing error
Indicates error has been detected for writing data to a wrong channel
Methods from Deref<Target = R<PRS_CH_INT_EN_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