Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h133 #define OSA_MSGQ_HANDLE_SIZE (4U) macro
161 #define OSA_MSGQ_HANDLE_SIZE (32U) macro
163 #define OSA_MSGQ_HANDLE_SIZE (28U) macro
352 uint32_t name[(OSA_MSGQ_HANDLE_SIZE + sizeof(uint32_t) - 1U) / sizeof(uint32_t)]
356 …uint32_t name[((OSA_MSGQ_HANDLE_SIZE + numberOfMsgs * msgSize) + sizeof(uint32_t) - 1U) / sizeof(u…
Dfsl_os_abstraction_free_rtos.c872 assert(sizeof(osa_msgq_handle_t) == OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()
Dfsl_os_abstraction_bm.c1111 assert(sizeof(msg_queue_t) == OSA_MSGQ_HANDLE_SIZE); in OSA_MsgQCreate()