Home
last modified time | relevance | path

Searched refs:kLIST_Ok (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.c34 list_status_t listStatus = kLIST_Ok; in LIST_Error_Check()
127 list_status_t listStatus = kLIST_Ok; in LIST_AddTail()
130 if (listStatus == kLIST_Ok) /* Avoiding list status error */ in LIST_AddTail()
173 list_status_t listStatus = kLIST_Ok; in LIST_AddHead()
176 if (listStatus == kLIST_Ok) /* Avoiding list status error */ in LIST_AddHead()
330 list_status_t listStatus = kLIST_Ok; in LIST_RemoveElement()
401 list_status_t listStatus = kLIST_Ok; in LIST_AddPrevElement()
411 if (listStatus == kLIST_Ok) in LIST_AddPrevElement()
Dfsl_component_generic_list.h48 kLIST_Ok = kStatus_Success, /*!< Success */ enumerator
58 kLIST_Ok = 0, /*!< Success */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.c56 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddTail()
70 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddHead()
87 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueAddPrev()
100 …return ((list_status_t)kLIST_Ok == listStatus) ? (messaging_status_t)kMSG_Success : (messaging_sta… in MSG_QueueRemove()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c476 (list_element_handle_t) & (notifyElement->link)) != kLIST_Ok) in PM_RegisterNotify()
521 …emoveElement((list_element_handle_t) & (((pm_notify_element_t *)notifyElement)->link)) != kLIST_Ok) in PM_UnregisterNotify()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c435 assert(listStatus == kLIST_Ok); in OSA_TaskCreate()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c1754 if (kLIST_Ok == LIST_RemoveElement(&serialWriteHandle->link))