Expand description
UHCI configuration register
Structs
- UHCI configuration register
- RegisterCONF1reader
- RegisterCONF1writer
Type Definitions
- FieldCHECK_SEQ_ENreader - This is the enable bit to check sequence number when UHCI receives a data packet.
- FieldCHECK_SEQ_ENwriter - This is the enable bit to check sequence number when UHCI receives a data packet.
- FieldCHECK_SUM_ENreader - This is the enable bit to check header checksum when UHCI receives a data packet.
- FieldCHECK_SUM_ENwriter - This is the enable bit to check header checksum when UHCI receives a data packet.
- FieldCRC_DISABLEreader - Set this bit to support CRC calculation. Data Integrity Check Present bit in UHCI packet frame should be 1.
- FieldCRC_DISABLEwriter - Set this bit to support CRC calculation. Data Integrity Check Present bit in UHCI packet frame should be 1.
- FieldSAVE_HEADreader - Set this bit to save the packet header when HCI receives a data packet.
- FieldSAVE_HEADwriter - Set this bit to save the packet header when HCI receives a data packet.
- FieldSW_STARTreader - If current UHCI_ENCODE_STATE is ST_SW_WAIT, the UHCI will start to send data packet out when this bit is set to 1.
- FieldSW_STARTwriter - If current UHCI_ENCODE_STATE is ST_SW_WAIT, the UHCI will start to send data packet out when this bit is set to 1.
- FieldTX_ACK_NUM_REreader - Set this bit to encode the data packet with an acknowledgment when a reliable packet is to be transmit.
- FieldTX_ACK_NUM_REwriter - Set this bit to encode the data packet with an acknowledgment when a reliable packet is to be transmit.
- FieldTX_CHECK_SUM_REreader - Set this bit to encode the data packet with a checksum.
- FieldTX_CHECK_SUM_REwriter - Set this bit to encode the data packet with a checksum.
- FieldWAIT_SW_STARTreader - The uhci-encoder will jump to ST_SW_WAIT status if this register is set to 1.
- FieldWAIT_SW_STARTwriter - The uhci-encoder will jump to ST_SW_WAIT status if this register is set to 1.