Struct esp32c3_hal::pac::uhci0::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations
impl R
impl R
pub fn rx_start_int_ena(&self) -> BitReaderRaw<bool>
pub fn rx_start_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - a
pub fn tx_start_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_start_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - a
pub fn rx_hung_int_ena(&self) -> BitReaderRaw<bool>
pub fn rx_hung_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - a
pub fn tx_hung_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_hung_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - a
pub fn send_s_reg_q_int_ena(&self) -> BitReaderRaw<bool>
pub fn send_s_reg_q_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - a
pub fn send_a_reg_q_int_ena(&self) -> BitReaderRaw<bool>
pub fn send_a_reg_q_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - a
pub fn outlink_eof_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn outlink_eof_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - a
pub fn app_ctrl0_int_ena(&self) -> BitReaderRaw<bool>
pub fn app_ctrl0_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - a
pub fn app_ctrl1_int_ena(&self) -> BitReaderRaw<bool>
pub fn app_ctrl1_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - a
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