Searched refs:OSA_ASSERT (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_zephyr.c | 26 OSA_ASSERT(false, "OSA Handle is NULL!"); \ 35 OSA_ASSERT(false, "Cannot execute in isr routine!"); \ 44 OSA_ASSERT(false, "Checkmark is not correct"); \ 53 OSA_ASSERT(false, "Cannot wait for event in ISR routine"); \ 64 #define OSA_ASSERT(condition, message, ...) __ASSERT(condition, message __VA_OPT__(, ) __VA_ARGS__) macro 66 #define OSA_ASSERT(condition, message, ...) macro 197 OSA_ASSERT(sr != NULL, "Critical section counter pointer is NULL\r\n"); in OSA_EnterCritical() 311 OSA_ASSERT(false, "Function %s not implemented/supported", __FUNCTION__); in OSA_InstallIntHandler() 341 OSA_ASSERT(false, "Stack size is less or equall 0!\r\n"); in OSA_TaskCreate() 350 OSA_ASSERT(false, "Could not create notification semaphore!\r\n"); in OSA_TaskCreate() [all …]
|