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