CBUFF Linked List parameters.
The structure contains the parameters which are used to program and setup the CBUFF linked list entries.
Data Fields | |
CBUFF_LLType | type |
Type of data being stored in the linked list entry. More... | |
uint8_t | crcEnable |
CRC Enable: Only ADC Buffers have CRC and these need to be verified. More... | |
uint8_t | lpHdrEn |
Long packet header enable: This is to be 1 for the first entry in the group. More... | |
uint8_t | outputDataFmt |
Output data format: 00 - 16bit 01 - 14bit 10 - 12bit. More... | |
uint16_t | transferSize |
Transfer size. More... | |
uint16_t | totalTransferSize |
Cumulative Transfer Size for all linked entries. This is applicable only if the HSI is CSI. More... | |
uint8_t | align96 |
96 byte transfer mode More... | |
uint8_t | dataFmtMap |
Data Format mapping. More... | |
uint8_t | vcNum |
Virtual channel. More... | |
uint8_t | hsyncStart |
Horizontal sync start. More... | |
uint8_t | hsyncEnd |
Horizontal sync end. More... | |
uint32_t | lpHeaderValue |
Long Packet Header Value. More... | |
uint32_t | threshold |
Thresholds to be configured. More... | |
CBUFF_LLType CBUFF_LinkListParams::type |
Type of data being stored in the linked list entry.
uint8_t CBUFF_LinkListParams::crcEnable |
CRC Enable: Only ADC Buffers have CRC and these need to be verified.
uint8_t CBUFF_LinkListParams::lpHdrEn |
Long packet header enable: This is to be 1 for the first entry in the group.
uint8_t CBUFF_LinkListParams::outputDataFmt |
Output data format: 00 - 16bit 01 - 14bit 10 - 12bit.
uint16_t CBUFF_LinkListParams::transferSize |
Transfer size.
uint16_t CBUFF_LinkListParams::totalTransferSize |
Cumulative Transfer Size for all linked entries. This is applicable only if the HSI is CSI.
uint8_t CBUFF_LinkListParams::align96 |
96 byte transfer mode
uint8_t CBUFF_LinkListParams::dataFmtMap |
Data Format mapping.
uint8_t CBUFF_LinkListParams::vcNum |
Virtual channel.
uint8_t CBUFF_LinkListParams::hsyncStart |
Horizontal sync start.
uint8_t CBUFF_LinkListParams::hsyncEnd |
Horizontal sync end.
uint32_t CBUFF_LinkListParams::lpHeaderValue |
Long Packet Header Value.
uint32_t CBUFF_LinkListParams::threshold |
Thresholds to be configured.