pub struct R(_);
Expand description
Register CONF1
reader
Implementations§
source§impl R
impl R
sourcepub fn check_sum_en(&self) -> CHECK_SUM_EN_R
pub fn check_sum_en(&self) -> CHECK_SUM_EN_R
Bit 0 - a
sourcepub fn check_seq_en(&self) -> CHECK_SEQ_EN_R
pub fn check_seq_en(&self) -> CHECK_SEQ_EN_R
Bit 1 - a
sourcepub fn crc_disable(&self) -> CRC_DISABLE_R
pub fn crc_disable(&self) -> CRC_DISABLE_R
Bit 2 - a
sourcepub fn save_head(&self) -> SAVE_HEAD_R
pub fn save_head(&self) -> SAVE_HEAD_R
Bit 3 - a
sourcepub fn tx_check_sum_re(&self) -> TX_CHECK_SUM_RE_R
pub fn tx_check_sum_re(&self) -> TX_CHECK_SUM_RE_R
Bit 4 - a
sourcepub fn tx_ack_num_re(&self) -> TX_ACK_NUM_RE_R
pub fn tx_ack_num_re(&self) -> TX_ACK_NUM_RE_R
Bit 5 - a
sourcepub fn wait_sw_start(&self) -> WAIT_SW_START_R
pub fn wait_sw_start(&self) -> WAIT_SW_START_R
Bit 7 - a
sourcepub fn sw_start(&self) -> SW_START_R
pub fn sw_start(&self) -> SW_START_R
Bit 8 - a
Methods from Deref<Target = R<CONF1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more