Searched refs:structure (Results 1 – 7 of 7) sorted by relevance
115 #error Please implement the structure packing macros for your compiler here!
102 #error Please implement the structure packing macros for your compiler here!
29 …As a consequence, no structure cast should be done on flash direct addresses. Likewise memcpy oper…
10 This release contains the following structure for the mmcau directory:
257 *Parameter:* handle : Pointer to the pm_handle_t structure, upper layer software should pre-allocat…288 handle : Pointer to the pm_handle_t structure. 307 handle : Pointer to the pm_handle_t structure.
256 - RPMsg-Lite: Correction of rpmsg_lite_instance structure members description.345 - eRPC: Added support for unions type non-wrapped by structure.379 - RPMsg-Lite: Fix of double initialization of vring shared data structure.
550 #define DPU_STRUCT_OFFSET(structure, member) (uint32_t)(&((structure *)0)->member) argument