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... | |
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.
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.