Type Alias esp32c3::i2s0::int_clr::W

source ·
pub type W = W<INT_CLR_SPEC>;
Expand description

Register INT_CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn rx_done(&mut self) -> RX_DONE_W<'_, INT_CLR_SPEC>

Bit 0 - Set this bit to clear the i2s_rx_done_int interrupt

source

pub fn tx_done(&mut self) -> TX_DONE_W<'_, INT_CLR_SPEC>

Bit 1 - Set this bit to clear the i2s_tx_done_int interrupt

source

pub fn rx_hung(&mut self) -> RX_HUNG_W<'_, INT_CLR_SPEC>

Bit 2 - Set this bit to clear the i2s_rx_hung_int interrupt

source

pub fn tx_hung(&mut self) -> TX_HUNG_W<'_, INT_CLR_SPEC>

Bit 3 - Set this bit to clear the i2s_tx_hung_int interrupt