Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h172 list_element_handle_t LIST_GetPrev(list_element_handle_t element);
Dfsl_component_generic_list.c304 list_element_handle_t LIST_GetPrev(list_element_handle_t element) in LIST_GetPrev() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.c144 p = LIST_GetPrev(p); in MSG_QueueGetPrev()