pub struct R(_);
Expand description
Register CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_check_owner(&self) -> SLC0_CHECK_OWNER_R
pub fn slc0_check_owner(&self) -> SLC0_CHECK_OWNER_R
Bit 0
sourcepub fn slc0_tx_check_sum_en(&self) -> SLC0_TX_CHECK_SUM_EN_R
pub fn slc0_tx_check_sum_en(&self) -> SLC0_TX_CHECK_SUM_EN_R
Bit 1
sourcepub fn slc0_rx_check_sum_en(&self) -> SLC0_RX_CHECK_SUM_EN_R
pub fn slc0_rx_check_sum_en(&self) -> SLC0_RX_CHECK_SUM_EN_R
Bit 2
sourcepub fn cmd_hold_en(&self) -> CMD_HOLD_EN_R
pub fn cmd_hold_en(&self) -> CMD_HOLD_EN_R
Bit 3
sourcepub fn slc0_len_auto_clr(&self) -> SLC0_LEN_AUTO_CLR_R
pub fn slc0_len_auto_clr(&self) -> SLC0_LEN_AUTO_CLR_R
Bit 4
sourcepub fn slc0_tx_stitch_en(&self) -> SLC0_TX_STITCH_EN_R
pub fn slc0_tx_stitch_en(&self) -> SLC0_TX_STITCH_EN_R
Bit 5
sourcepub fn slc0_rx_stitch_en(&self) -> SLC0_RX_STITCH_EN_R
pub fn slc0_rx_stitch_en(&self) -> SLC0_RX_STITCH_EN_R
Bit 6
sourcepub fn slc1_check_owner(&self) -> SLC1_CHECK_OWNER_R
pub fn slc1_check_owner(&self) -> SLC1_CHECK_OWNER_R
Bit 16
sourcepub fn slc1_tx_check_sum_en(&self) -> SLC1_TX_CHECK_SUM_EN_R
pub fn slc1_tx_check_sum_en(&self) -> SLC1_TX_CHECK_SUM_EN_R
Bit 17
sourcepub fn slc1_rx_check_sum_en(&self) -> SLC1_RX_CHECK_SUM_EN_R
pub fn slc1_rx_check_sum_en(&self) -> SLC1_RX_CHECK_SUM_EN_R
Bit 18
sourcepub fn host_int_level_sel(&self) -> HOST_INT_LEVEL_SEL_R
pub fn host_int_level_sel(&self) -> HOST_INT_LEVEL_SEL_R
Bit 19
sourcepub fn slc1_tx_stitch_en(&self) -> SLC1_TX_STITCH_EN_R
pub fn slc1_tx_stitch_en(&self) -> SLC1_TX_STITCH_EN_R
Bit 20
sourcepub fn slc1_rx_stitch_en(&self) -> SLC1_RX_STITCH_EN_R
pub fn slc1_rx_stitch_en(&self) -> SLC1_RX_STITCH_EN_R
Bit 21
Methods from Deref<Target = R<CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<CONF1_SPEC>> for R
impl From<R<CONF1_SPEC>> for R
sourcefn from(reader: R<CONF1_SPEC>) -> Self
fn from(reader: R<CONF1_SPEC>) -> Self
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