AM273x MCU+ SDK  08.02.00
CBUFF_BufferCfg Struct Reference

Detailed Description

CBUFF Buffer configuration.

This is a generic data structure which is exposed to the application to pass buffer configuration to the drivers. This is used to populate the User Buffers and Headers which can be streamed out via CBUFF to the selected High speed interface.

Data Fields

uint16_t size
 Size of the Buffer: This can be set to 0 to indicate that no buffer is specified. The size is specified in CBUFF units i.e. 16 bits. More...
 
uint32_t address
 Address of the Buffer: Please be aware that the address should be in a memory range which is accessible by the EDMA. More...
 

Field Documentation

◆ size

uint16_t CBUFF_BufferCfg::size

Size of the Buffer: This can be set to 0 to indicate that no buffer is specified. The size is specified in CBUFF units i.e. 16 bits.

◆ address

uint32_t CBUFF_BufferCfg::address

Address of the Buffer: Please be aware that the address should be in a memory range which is accessible by the EDMA.