libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
arm_shared_memory_system.c
Go to the documentation of this file.
2 void *arm_shared_init(arm_shared *handle, const uint32_t address, const uint32_t length) {};
3 void arm_shared_close(arm_shared *handle){};
arm_shared_memory_system.h
arm_shared_t::address
uint32_t address
Definition: arm_shared_memory_system.h:41
arm_shared_t::length
uint32_t length
Definition: arm_shared_memory_system.h:42
arm_shared_t
Definition: arm_shared_memory_system.h:39
arm_shared_close
void arm_shared_close(arm_shared *handle)
Definition: arm_shared_memory_system.c:70
arm_shared_init
void * arm_shared_init(arm_shared *handle, const uint32_t address, const uint32_t length)
Definition: arm_shared_memory_system.c:32