pub struct R(_);
Expand description
Register _0_LEN_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_rx_packet_load_en(&self) -> SLC0_RX_PACKET_LOAD_EN_R
pub fn slc0_rx_packet_load_en(&self) -> SLC0_RX_PACKET_LOAD_EN_R
Bit 23
sourcepub fn slc0_tx_packet_load_en(&self) -> SLC0_TX_PACKET_LOAD_EN_R
pub fn slc0_tx_packet_load_en(&self) -> SLC0_TX_PACKET_LOAD_EN_R
Bit 24
sourcepub fn slc0_rx_new_pkt_ind(&self) -> SLC0_RX_NEW_PKT_IND_R
pub fn slc0_rx_new_pkt_ind(&self) -> SLC0_RX_NEW_PKT_IND_R
Bit 27
sourcepub fn slc0_tx_new_pkt_ind(&self) -> SLC0_TX_NEW_PKT_IND_R
pub fn slc0_tx_new_pkt_ind(&self) -> SLC0_TX_NEW_PKT_IND_R
Bit 28
Methods from Deref<Target = R<_0_LEN_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<_0_LEN_CONF_SPEC>> for R
impl From<R<_0_LEN_CONF_SPEC>> for R
sourcefn from(reader: R<_0_LEN_CONF_SPEC>) -> Self
fn from(reader: R<_0_LEN_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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