Structure defining the destination bulk memory for the BOTA transfer.
Data Fields | |
| BotaReadFunc | read |
| Function to read the destination bulk memory. More... | |
| BotaWriteFunc | write |
| Function to write to the destination bulk memory. More... | |
| BotaMemoryAddr | startAddr |
| Start address in the destination bulk memory where the bulk data will be stored. More... | |
| size_t | capacity |
| Capacity of the the destination bulk memory (number of bytes). This is the number of available bytes in the destination memory starting from the 'startAddr'. More... | |
| BotaReadFunc BotaDestinationMemory::read |
Function to read the destination bulk memory.
| BotaWriteFunc BotaDestinationMemory::write |
Function to write to the destination bulk memory.
| BotaMemoryAddr BotaDestinationMemory::startAddr |
Start address in the destination bulk memory where the bulk data will be stored.
| size_t BotaDestinationMemory::capacity |
Capacity of the the destination bulk memory (number of bytes). This is the number of available bytes in the destination memory starting from the 'startAddr'.