pub struct R(_);
Expand description

Register HOST_SLC0HOST_FUNC2_INT_ENA reader

Implementations§

source§

impl R

source

pub fn host_fn2_slc0_tohost_bit0_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT0_INT_ENA_R

Bit 0

source

pub fn host_fn2_slc0_tohost_bit1_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT1_INT_ENA_R

Bit 1

source

pub fn host_fn2_slc0_tohost_bit2_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT2_INT_ENA_R

Bit 2

source

pub fn host_fn2_slc0_tohost_bit3_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT3_INT_ENA_R

Bit 3

source

pub fn host_fn2_slc0_tohost_bit4_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT4_INT_ENA_R

Bit 4

source

pub fn host_fn2_slc0_tohost_bit5_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT5_INT_ENA_R

Bit 5

source

pub fn host_fn2_slc0_tohost_bit6_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT6_INT_ENA_R

Bit 6

source

pub fn host_fn2_slc0_tohost_bit7_int_ena( &self ) -> HOST_FN2_SLC0_TOHOST_BIT7_INT_ENA_R

Bit 7

source

pub fn host_fn2_slc0_token0_1to0_int_ena( &self ) -> HOST_FN2_SLC0_TOKEN0_1TO0_INT_ENA_R

Bit 8

source

pub fn host_fn2_slc0_token1_1to0_int_ena( &self ) -> HOST_FN2_SLC0_TOKEN1_1TO0_INT_ENA_R

Bit 9

source

pub fn host_fn2_slc0_token0_0to1_int_ena( &self ) -> HOST_FN2_SLC0_TOKEN0_0TO1_INT_ENA_R

Bit 10

source

pub fn host_fn2_slc0_token1_0to1_int_ena( &self ) -> HOST_FN2_SLC0_TOKEN1_0TO1_INT_ENA_R

Bit 11

source

pub fn host_fn2_slc0host_rx_sof_int_ena( &self ) -> HOST_FN2_SLC0HOST_RX_SOF_INT_ENA_R

Bit 12

source

pub fn host_fn2_slc0host_rx_eof_int_ena( &self ) -> HOST_FN2_SLC0HOST_RX_EOF_INT_ENA_R

Bit 13

source

pub fn host_fn2_slc0host_rx_start_int_ena( &self ) -> HOST_FN2_SLC0HOST_RX_START_INT_ENA_R

Bit 14

source

pub fn host_fn2_slc0host_tx_start_int_ena( &self ) -> HOST_FN2_SLC0HOST_TX_START_INT_ENA_R

Bit 15

source

pub fn host_fn2_slc0_rx_udf_int_ena(&self) -> HOST_FN2_SLC0_RX_UDF_INT_ENA_R

Bit 16

source

pub fn host_fn2_slc0_tx_ovf_int_ena(&self) -> HOST_FN2_SLC0_TX_OVF_INT_ENA_R

Bit 17

source

pub fn host_fn2_slc0_rx_pf_valid_int_ena( &self ) -> HOST_FN2_SLC0_RX_PF_VALID_INT_ENA_R

Bit 18

source

pub fn host_fn2_slc0_ext_bit0_int_ena(&self) -> HOST_FN2_SLC0_EXT_BIT0_INT_ENA_R

Bit 19

source

pub fn host_fn2_slc0_ext_bit1_int_ena(&self) -> HOST_FN2_SLC0_EXT_BIT1_INT_ENA_R

Bit 20

source

pub fn host_fn2_slc0_ext_bit2_int_ena(&self) -> HOST_FN2_SLC0_EXT_BIT2_INT_ENA_R

Bit 21

source

pub fn host_fn2_slc0_ext_bit3_int_ena(&self) -> HOST_FN2_SLC0_EXT_BIT3_INT_ENA_R

Bit 22

source

pub fn host_fn2_slc0_rx_new_packet_int_ena( &self ) -> HOST_FN2_SLC0_RX_NEW_PACKET_INT_ENA_R

Bit 23

source

pub fn host_fn2_slc0_host_rd_retry_int_ena( &self ) -> HOST_FN2_SLC0_HOST_RD_RETRY_INT_ENA_R

Bit 24

source

pub fn host_fn2_gpio_sdio_int_ena(&self) -> HOST_FN2_GPIO_SDIO_INT_ENA_R

Bit 25

Methods from Deref<Target = R<HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>> for R

source§

fn from(reader: R<HOST_SLC0HOST_FUNC2_INT_ENA_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.