CRpi
A library for rpi with intefaces to: gpio, pwm, dma
Data Fields
ccmb_desc_struct Struct Reference

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.
 

Detailed Description

Describes a Cache Coherent Memory Block allocated by ccmp_malloc()


The documentation for this struct was generated from the following file: