|
CRpi
A library for rpi with intefaces to: gpio, pwm, dma
|
Describes a Cache Coherent Memory Block allocated by ccmp_malloc() More...
#include <cacheCoherentMemoryProvider.h>
Data Fields | |
| uint32_t | mem_alloc_handle |
| A hande to the allocated block. | |
| uintptr_t | bus_address |
| The bus address of the block. | |
| void * | virt_address |
| The virtual address of the block. | |
| size_t | size |
| The size of the block in bytes. | |
Describes a Cache Coherent Memory Block allocated by ccmp_malloc()
1.8.11