Struct esp32c3_hal::pac::rmt::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations
impl R
impl R
pub unsafe fn ch_tx_end_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_end_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch[0-1]_tx_end_int_ena.
pub fn ch0_tx_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - reg_ch0_tx_end_int_ena.
pub fn ch1_tx_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - reg_ch1_tx_end_int_ena.
pub unsafe fn ch_rx_end_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_rx_end_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch2_rx_end_int_ena.
pub fn ch2_rx_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch2_rx_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - reg_ch2_rx_end_int_ena.
pub fn ch3_rx_end_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch3_rx_end_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - reg_ch2_rx_end_int_ena.
pub unsafe fn ch_tx_err_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_err_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch[0-1]_err_int_ena.
pub fn ch0_tx_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - reg_ch0_err_int_ena.
pub fn ch1_tx_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - reg_ch1_err_int_ena.
pub unsafe fn ch_rx_err_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_rx_err_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch2_err_int_ena.
pub fn ch2_rx_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch2_rx_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - reg_ch2_err_int_ena.
pub fn ch3_rx_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch3_rx_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - reg_ch2_err_int_ena.
pub unsafe fn ch_tx_thr_event_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_thr_event_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch[0-1]_tx_thr_event_int_ena.
pub fn ch0_tx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - reg_ch0_tx_thr_event_int_ena.
pub fn ch1_tx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - reg_ch1_tx_thr_event_int_ena.
pub fn ch2_rx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch2_rx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - reg_ch2_rx_thr_event_int_ena.
pub fn ch3_rx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch3_rx_thr_event_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - reg_ch3_rx_thr_event_int_ena.
pub unsafe fn ch_tx_loop_int_ena(&self, n: u8) -> BitReaderRaw<bool>
pub unsafe fn ch_tx_loop_int_ena(&self, n: u8) -> BitReaderRaw<bool>
reg_ch[0-1]_tx_loop_int_ena.
pub fn ch0_tx_loop_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch0_tx_loop_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - reg_ch0_tx_loop_int_ena.
pub fn ch1_tx_loop_int_ena(&self) -> BitReaderRaw<bool>
pub fn ch1_tx_loop_int_ena(&self) -> BitReaderRaw<bool>
Bit 13 - reg_ch1_tx_loop_int_ena.
Methods from Deref<Target = R<INT_ENA_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more