Module esp32_hal::pac::uhci0::conf1

Expand description

Structs

This register you can read, write_with_zero, reset, write, modify. See API.
Register CONF1 reader
Register CONF1 writer

Type Definitions

Field CHECK_OWNER reader - Set this bit to check the owner bit in link descriptor.
Field CHECK_OWNER writer - Set this bit to check the owner bit in link descriptor.
Field CHECK_SEQ_EN reader - Set this bit to enable decoder to check seq num in packet header.
Field CHECK_SEQ_EN writer - Set this bit to enable decoder to check seq num in packet header.
Field CHECK_SUM_EN reader - Set this bit to enable decoder to check check_sum in packet header.
Field CHECK_SUM_EN writer - Set this bit to enable decoder to check check_sum in packet header.
Field CRC_DISABLE reader - Set this bit to disable crc calculation.
Field CRC_DISABLE writer - Set this bit to disable crc calculation.
Field DMA_INFIFO_FULL_THRS reader - when data amount in link descriptor’s fifo is more than this register value it will produce uhci_dma_infifo_full_wm_int interrupt.
Field DMA_INFIFO_FULL_THRS writer - when data amount in link descriptor’s fifo is more than this register value it will produce uhci_dma_infifo_full_wm_int interrupt.
Field SAVE_HEAD reader - Set this bit to save packet header .
Field SAVE_HEAD writer - Set this bit to save packet header .
Field SW_START reader - Set this bit to start inserting the packet header.
Field SW_START writer - Set this bit to start inserting the packet header.
Field TX_ACK_NUM_RE reader - Set this bit to enable hardware replace ack num in packet header automatically.
Field TX_ACK_NUM_RE writer - Set this bit to enable hardware replace ack num in packet header automatically.
Field TX_CHECK_SUM_RE reader - Set this bit to enable hardware replace check_sum in packet header automatically.
Field TX_CHECK_SUM_RE writer - Set this bit to enable hardware replace check_sum in packet header automatically.
Field WAIT_SW_START reader - Set this bit to enable software way to add packet header.
Field WAIT_SW_START writer - Set this bit to enable software way to add packet header.