Struct d1_pac::dsp_msgbox::msgbox::msgbox_wr_int_threshold::W
source · pub struct W(/* private fields */);
Expand description
Register msgbox_wr_int_threshold%s
writer
Implementations§
source§impl W
impl W
sourcepub fn msg_wr_int_threshold_cfg(&mut self) -> MSG_WR_INT_THRESHOLD_CFG_W<'_, 0>
pub fn msg_wr_int_threshold_cfg(&mut self) -> MSG_WR_INT_THRESHOLD_CFG_W<'_, 0>
Bits 0:1 - Configure the FIFO empty level to trigger the write interrupt for user1
Methods from Deref<Target = W<MSGBOX_WR_INT_THRESHOLD_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