pub struct W(_);Expand description
Register INT_ENA writer
Implementations§
source§impl W
 
impl W
sourcepub unsafe fn ch_tx_end<const O: u8>(&mut self) -> CH_TX_END_W<'_, O>
 
pub unsafe fn ch_tx_end<const O: u8>(&mut self) -> CH_TX_END_W<'_, O>
reg_ch[0-1]_tx_end_int_ena.
sourcepub fn ch0_tx_end(&mut self) -> CH_TX_END_W<'_, 0>
 
pub fn ch0_tx_end(&mut self) -> CH_TX_END_W<'_, 0>
Bit 0 - reg_ch0_tx_end_int_ena.
sourcepub fn ch1_tx_end(&mut self) -> CH_TX_END_W<'_, 1>
 
pub fn ch1_tx_end(&mut self) -> CH_TX_END_W<'_, 1>
Bit 1 - reg_ch1_tx_end_int_ena.
sourcepub unsafe fn ch_rx_end<const O: u8>(&mut self) -> CH_RX_END_W<'_, O>
 
pub unsafe fn ch_rx_end<const O: u8>(&mut self) -> CH_RX_END_W<'_, O>
reg_ch2_rx_end_int_ena.
sourcepub fn ch2_rx_end(&mut self) -> CH_RX_END_W<'_, 2>
 
pub fn ch2_rx_end(&mut self) -> CH_RX_END_W<'_, 2>
Bit 2 - reg_ch2_rx_end_int_ena.
sourcepub fn ch3_rx_end(&mut self) -> CH_RX_END_W<'_, 3>
 
pub fn ch3_rx_end(&mut self) -> CH_RX_END_W<'_, 3>
Bit 3 - reg_ch2_rx_end_int_ena.
sourcepub unsafe fn ch_tx_err<const O: u8>(&mut self) -> CH_TX_ERR_W<'_, O>
 
pub unsafe fn ch_tx_err<const O: u8>(&mut self) -> CH_TX_ERR_W<'_, O>
reg_ch[0-1]_err_int_ena.
sourcepub fn ch0_tx_err(&mut self) -> CH_TX_ERR_W<'_, 4>
 
pub fn ch0_tx_err(&mut self) -> CH_TX_ERR_W<'_, 4>
Bit 4 - reg_ch0_err_int_ena.
sourcepub fn ch1_tx_err(&mut self) -> CH_TX_ERR_W<'_, 5>
 
pub fn ch1_tx_err(&mut self) -> CH_TX_ERR_W<'_, 5>
Bit 5 - reg_ch1_err_int_ena.
sourcepub unsafe fn ch_rx_err<const O: u8>(&mut self) -> CH_RX_ERR_W<'_, O>
 
pub unsafe fn ch_rx_err<const O: u8>(&mut self) -> CH_RX_ERR_W<'_, O>
reg_ch2_err_int_ena.
sourcepub fn ch2_rx_err(&mut self) -> CH_RX_ERR_W<'_, 6>
 
pub fn ch2_rx_err(&mut self) -> CH_RX_ERR_W<'_, 6>
Bit 6 - reg_ch2_err_int_ena.
sourcepub fn ch3_rx_err(&mut self) -> CH_RX_ERR_W<'_, 7>
 
pub fn ch3_rx_err(&mut self) -> CH_RX_ERR_W<'_, 7>
Bit 7 - reg_ch2_err_int_ena.
sourcepub unsafe fn ch_tx_thr_event<const O: u8>(
    &mut self
) -> CH_TX_THR_EVENT_W<'_, O>
 
pub unsafe fn ch_tx_thr_event<const O: u8>( &mut self ) -> CH_TX_THR_EVENT_W<'_, O>
reg_ch[0-1]_tx_thr_event_int_ena.
sourcepub fn ch0_tx_thr_event(&mut self) -> CH_TX_THR_EVENT_W<'_, 8>
 
pub fn ch0_tx_thr_event(&mut self) -> CH_TX_THR_EVENT_W<'_, 8>
Bit 8 - reg_ch0_tx_thr_event_int_ena.
sourcepub fn ch1_tx_thr_event(&mut self) -> CH_TX_THR_EVENT_W<'_, 9>
 
pub fn ch1_tx_thr_event(&mut self) -> CH_TX_THR_EVENT_W<'_, 9>
Bit 9 - reg_ch1_tx_thr_event_int_ena.
sourcepub unsafe fn ch_rx_thr_event<const O: u8>(
    &mut self
) -> CH_RX_THR_EVENT_W<'_, O>
 
pub unsafe fn ch_rx_thr_event<const O: u8>( &mut self ) -> CH_RX_THR_EVENT_W<'_, O>
reg_ch2_rx_thr_event_int_ena.
sourcepub fn ch2_rx_thr_event(&mut self) -> CH_RX_THR_EVENT_W<'_, 10>
 
pub fn ch2_rx_thr_event(&mut self) -> CH_RX_THR_EVENT_W<'_, 10>
Bit 10 - reg_ch2_rx_thr_event_int_ena.
sourcepub fn ch3_rx_thr_event(&mut self) -> CH_RX_THR_EVENT_W<'_, 11>
 
pub fn ch3_rx_thr_event(&mut self) -> CH_RX_THR_EVENT_W<'_, 11>
Bit 11 - reg_ch2_rx_thr_event_int_ena.
sourcepub unsafe fn ch_tx_loop<const O: u8>(&mut self) -> CH_TX_LOOP_W<'_, O>
 
pub unsafe fn ch_tx_loop<const O: u8>(&mut self) -> CH_TX_LOOP_W<'_, O>
reg_ch[0-1]_tx_loop_int_ena.
sourcepub fn ch0_tx_loop(&mut self) -> CH_TX_LOOP_W<'_, 12>
 
pub fn ch0_tx_loop(&mut self) -> CH_TX_LOOP_W<'_, 12>
Bit 12 - reg_ch0_tx_loop_int_ena.
sourcepub fn ch1_tx_loop(&mut self) -> CH_TX_LOOP_W<'_, 13>
 
pub fn ch1_tx_loop(&mut self) -> CH_TX_LOOP_W<'_, 13>
Bit 13 - reg_ch1_tx_loop_int_ena.
Methods from Deref<Target = W<INT_ENA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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