Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h174 #define OSA_MSGQ_HANDLE_SIZE (84U) macro
176 #define OSA_MSGQ_HANDLE_SIZE (4U) macro
213 #define OSA_MSGQ_HANDLE_SIZE (32U) macro
215 #define OSA_MSGQ_HANDLE_SIZE (28U) macro
418 uint32_t name[(OSA_MSGQ_HANDLE_SIZE + sizeof(uint32_t) - 1U) / sizeof(uint32_t)]
421 …uint32_t name[(OSA_MSGQ_HANDLE_SIZE + (numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u…
425 …uint32_t name[((OSA_MSGQ_HANDLE_SIZE + numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u…
Dfsl_os_abstraction_threadx.h34 #define OSA_MSGQ_HANDLE_SIZE sizeof(TX_QUEUE) macro
Dfsl_os_abstraction_zephyr.h129 #define OSA_MSGQ_HANDLE_SIZE (sizeof(osa_zephyr_msgQueueHandle_t)) macro
Dfsl_os_abstraction_free_rtos.c1036 assert((sizeof(osa_msgq_handle_t) + sizeof(StaticQueue_t)) == OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()
1038 assert(sizeof(osa_msgq_handle_t) == OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()
Dfsl_os_abstraction_threadx.c919 …*)msgqHandle, (CHAR *)"queue 0", msgSize, (uint8_t *)msgqHandle + OSA_MSGQ_HANDLE_SIZE , msgNo *ms… in OSA_MsgQCreate()
Dfsl_os_abstraction_zephyr.c792 …t8_t *buffer_addr = (uint8_t *)((uint8_t *)msgqHandle + OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()
Dfsl_os_abstraction_bm.c1208 assert(sizeof(msg_queue_t) == OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()