Home
last modified time | relevance | path

Searched refs:KOSA_StatusSuccess (Results 1 – 25 of 147) sorted by relevance

123456

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c237 return KOSA_StatusSuccess; in OSA_TaskSetPriority()
272 status = KOSA_StatusSuccess; in OSA_TaskCreate()
291 osa_status_t status = KOSA_StatusSuccess; in OSA_TaskDestroy()
350 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate()
362 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreCreate()
396 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreDestroy()
423 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphoreWait()
461 osa_status_t status = KOSA_StatusSuccess; in OSA_SemaphorePost()
484 osa_status_t status = KOSA_StatusSuccess; in OSA_MutexCreate()
508 osa_status_t status = KOSA_StatusSuccess; in OSA_MutexLock()
[all …]
Dfsl_os_abstraction_free_rtos.c254 return KOSA_StatusSuccess; in OSA_TaskSetPriority()
289 status = KOSA_StatusSuccess; in OSA_TaskCreate()
317 status = KOSA_StatusSuccess; in OSA_TaskDestroy()
373 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate()
398 return KOSA_StatusSuccess; in OSA_SemaphoreCreate()
425 return KOSA_StatusSuccess; in OSA_SemaphoreCreateBinary()
443 return KOSA_StatusSuccess; in OSA_SemaphoreDestroy()
481 return KOSA_StatusSuccess; /* semaphore taken */ in OSA_SemaphoreWait()
507 status = KOSA_StatusSuccess; in OSA_SemaphorePost()
518 status = KOSA_StatusSuccess; /* sync object given */ in OSA_SemaphorePost()
[all …]
Dfsl_os_abstraction_bm.c359 return KOSA_StatusSuccess; in OSA_TaskSetPriority()
413 return KOSA_StatusSuccess; in OSA_TaskCreate()
439 return KOSA_StatusSuccess; in OSA_TaskCreate()
460 return KOSA_StatusSuccess; in OSA_TaskDestroy()
547 return KOSA_StatusSuccess; in OSA_SemaphorePrecreate()
577 return KOSA_StatusSuccess; in OSA_SemaphoreCreate()
605 return KOSA_StatusSuccess; in OSA_SemaphoreCreateBinary()
623 return KOSA_StatusSuccess; in OSA_SemaphoreDestroy()
660 return KOSA_StatusSuccess; in OSA_SemaphoreWait()
739 return KOSA_StatusSuccess; in OSA_SemaphorePost()
[all …]
Dfsl_os_abstraction.h99 KOSA_StatusSuccess = kStatus_Success, /*!< Success */ enumerator
108 KOSA_StatusSuccess = 0, /*!< Success */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.c59 if (KOSA_StatusSuccess == in COMMON_TASK_task()
82 assert(KOSA_StatusSuccess == status); in COMMON_TASK_init()
86 assert(KOSA_StatusSuccess == status); in COMMON_TASK_init()
112 if (KOSA_StatusSuccess != OSA_MsgQPut((osa_msgq_handle_t)s_commonTaskState->msgqhandle, &msg)) in COMMON_TASK_post_message()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c784 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->bulkIn.mutex))) in USB_DeviceCdcAcmInit()
791 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->bulkOut.mutex))) in USB_DeviceCdcAcmInit()
798 if (KOSA_StatusSuccess != OSA_MutexCreate((cdcAcmHandle->interruptIn.mutex))) in USB_DeviceCdcAcmInit()
828 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->bulkIn.mutex))) in USB_DeviceCdcAcmDeinit()
834 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->bulkOut.mutex))) in USB_DeviceCdcAcmDeinit()
840 if (KOSA_StatusSuccess != OSA_MutexDestroy((cdcAcmHandle->interruptIn.mutex))) in USB_DeviceCdcAcmDeinit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.c220 if (KOSA_StatusSuccess == in BUTTON_Task()
366 assert(KOSA_StatusSuccess == osaStatus);
369 assert(KOSA_StatusSuccess == osaStatus);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c489 if (KOSA_StatusSuccess == in TimerManagerTask()
605 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init()
609 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init()
613 assert(KOSA_StatusSuccess == (osa_status_t)osaStatus); in TM_Init()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c700 … if (KOSA_StatusSuccess != OSA_MsgQPut(deviceHandle->notificationQueue, (osa_msg_handle_t)message)) in USB_DeviceNotificationTrigger()
813 if (KOSA_StatusSuccess != in USB_DeviceInit()
923 if (KOSA_StatusSuccess != OSA_MsgQDestroy(deviceHandle->notificationQueue)) in USB_DeviceDeinit()
1410 if (KOSA_StatusSuccess == in USB_DeviceTaskFunction()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
886 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c336 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
929 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) in SHELL_Init()
934 if (KOSA_StatusSuccess != in SHELL_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/
Dfsl_shell.c293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task()
883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
888 if (KOSA_StatusSuccess !=

123456