Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Drpmsg_compiler.h115 #error Please implement the structure packing macros for your compiler here!
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/
Dsrtm_defs.h102 #error Please implement the structure packing macros for your compiler here!
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dreadme.txt29 …As a consequence, no structure cast should be done on flash direct addresses. Likewise memcpy oper…
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/
DREADME.txt10 This release contains the following structure for the mmcau directory:
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md257 *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.
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt256 - 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.
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c550 #define DPU_STRUCT_OFFSET(structure, member) (uint32_t)(&((structure *)0)->member) argument