[−][src]Struct esp32::uart::int_ena::R
Register INT_ENA reader
Implementations
impl R[src]
pub fn at_cmd_char_det_int_ena(&self) -> AT_CMD_CHAR_DET_INT_ENA_R[src]
Bit 18
pub fn rs485_clash_int_ena(&self) -> RS485_CLASH_INT_ENA_R[src]
Bit 17
pub fn rs485_frm_err_int_ena(&self) -> RS485_FRM_ERR_INT_ENA_R[src]
Bit 16
pub fn rs485_parity_err_int_ena(&self) -> RS485_PARITY_ERR_INT_ENA_R[src]
Bit 15
pub fn tx_done_int_ena(&self) -> TX_DONE_INT_ENA_R[src]
Bit 14
pub fn tx_brk_idle_done_int_ena(&self) -> TX_BRK_IDLE_DONE_INT_ENA_R[src]
Bit 13
pub fn tx_brk_done_int_ena(&self) -> TX_BRK_DONE_INT_ENA_R[src]
Bit 12
pub fn glitch_det_int_ena(&self) -> GLITCH_DET_INT_ENA_R[src]
Bit 11
pub fn sw_xoff_int_ena(&self) -> SW_XOFF_INT_ENA_R[src]
Bit 10
pub fn sw_xon_int_ena(&self) -> SW_XON_INT_ENA_R[src]
Bit 9
pub fn rxfifo_tout_int_ena(&self) -> RXFIFO_TOUT_INT_ENA_R[src]
Bit 8
pub fn brk_det_int_ena(&self) -> BRK_DET_INT_ENA_R[src]
Bit 7
pub fn cts_chg_int_ena(&self) -> CTS_CHG_INT_ENA_R[src]
Bit 6
pub fn dsr_chg_int_ena(&self) -> DSR_CHG_INT_ENA_R[src]
Bit 5
pub fn rxfifo_ovf_int_ena(&self) -> RXFIFO_OVF_INT_ENA_R[src]
Bit 4
pub fn frm_err_int_ena(&self) -> FRM_ERR_INT_ENA_R[src]
Bit 3
pub fn parity_err_int_ena(&self) -> PARITY_ERR_INT_ENA_R[src]
Bit 2
pub fn txfifo_empty_int_ena(&self) -> TXFIFO_EMPTY_INT_ENA_R[src]
Bit 1
pub fn rxfifo_full_int_ena(&self) -> RXFIFO_FULL_INT_ENA_R[src]
Bit 0
Methods from Deref<Target = R<INT_ENA_SPEC>>
Trait Implementations
impl Deref for R[src]
type Target = R<INT_ENA_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl From<R<INT_ENA_SPEC>> for R[src]
fn from(reader: R<INT_ENA_SPEC>) -> Self[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,