[−][src]Struct esp8266::uart0::uart_int_ena::W
Writer for register UART_INT_ENA
Implementations
impl W
[src]
pub fn rxfifo_tout_int_ena(&mut self) -> RXFIFO_TOUT_INT_ENA_W<'_>
[src]
Bit 8 - The interrupt enable bit for rx time-out interrupt
pub fn brk_det_int_ena(&mut self) -> BRK_DET_INT_ENA_W<'_>
[src]
Bit 7 - The interrupt enable bit for rx byte start error
pub fn cts_chg_int_ena(&mut self) -> CTS_CHG_INT_ENA_W<'_>
[src]
Bit 6 - The interrupt enable bit for CTS changing level
pub fn dsr_chg_int_ena(&mut self) -> DSR_CHG_INT_ENA_W<'_>
[src]
Bit 5 - The interrupt enable bit for DSR changing level
pub fn rxfifo_ovf_int_ena(&mut self) -> RXFIFO_OVF_INT_ENA_W<'_>
[src]
Bit 4 - The interrupt enable bit for rx fifo overflow
pub fn frm_err_int_ena(&mut self) -> FRM_ERR_INT_ENA_W<'_>
[src]
Bit 3 - The interrupt enable bit for other rx error
pub fn parity_err_int_ena(&mut self) -> PARITY_ERR_INT_ENA_W<'_>
[src]
Bit 2 - The interrupt enable bit for parity error
pub fn txfifo_empty_int_ena(&mut self) -> TXFIFO_EMPTY_INT_ENA_W<'_>
[src]
Bit 1 - The interrupt enable bit for tx fifo empty event
pub fn rxfifo_full_int_ena(&mut self) -> RXFIFO_FULL_INT_ENA_W<'_>
[src]
Bit 0 - The interrupt enable bit for rx fifo full event
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<UART_INT_ENA_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<UART_INT_ENA_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<UART_INT_ENA_SPEC>> for W
[src]
fn from(writer: W<UART_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>,