pub struct R(_);
Expand description
Register CONF1
reader
Implementations§
§impl R
impl R
pub fn check_sum_en(&self) -> BitReaderRaw<bool>
pub fn check_sum_en(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to enable decoder to check check_sum in packet header.
pub fn check_seq_en(&self) -> BitReaderRaw<bool>
pub fn check_seq_en(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit to enable decoder to check seq num in packet header.
pub fn crc_disable(&self) -> BitReaderRaw<bool>
pub fn crc_disable(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to disable crc calculation.
pub fn tx_check_sum_re(&self) -> BitReaderRaw<bool>
pub fn tx_check_sum_re(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit to enable hardware replace check_sum in packet header automatically.
pub fn tx_ack_num_re(&self) -> BitReaderRaw<bool>
pub fn tx_ack_num_re(&self) -> BitReaderRaw<bool>
Bit 5 - Set this bit to enable hardware replace ack num in packet header automatically.
pub fn check_owner(&self) -> BitReaderRaw<bool>
pub fn check_owner(&self) -> BitReaderRaw<bool>
Bit 6 - Set this bit to check the owner bit in link descriptor.
pub fn wait_sw_start(&self) -> BitReaderRaw<bool>
pub fn wait_sw_start(&self) -> BitReaderRaw<bool>
Bit 7 - Set this bit to enable software way to add packet header.
pub fn sw_start(&self) -> BitReaderRaw<bool>
pub fn sw_start(&self) -> BitReaderRaw<bool>
Bit 8 - Set this bit to start inserting the packet header.
pub fn dma_infifo_full_thrs(&self) -> FieldReaderRaw<u16, u16>
pub fn dma_infifo_full_thrs(&self) -> FieldReaderRaw<u16, u16>
Bits 9:20 - when data amount in link descriptor’s fifo is more than this register value it will produce uhci_dma_infifo_full_wm_int interrupt.
Methods from Deref<Target = R<CONF1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.