Home
last modified time | relevance | path

Searched refs:list_element_t (Results 1 – 25 of 268) sorted by relevance

1234567891011

/hal_nxp-3.5.0/mcux/mcux-sdk/components/messaging/
Dfsl_component_messaging.c52 msg = (list_element_t *)msg - 1; in MSG_QueueAddTail()
54 listStatus = LIST_AddTail(msgQueue, (list_element_t *)msg); in MSG_QueueAddTail()
66 msg = (list_element_t *)msg - 1; in MSG_QueueAddHead()
68 listStatus = LIST_AddHead(msgQueue, (list_element_t *)msg); in MSG_QueueAddHead()
75 list_element_t *pElem; in MSG_QueueAddPrev()
76 list_element_t *pNewElem; in MSG_QueueAddPrev()
82 pElem = (list_element_t *)msg - 1; in MSG_QueueAddPrev()
83 pNewElem = (list_element_t *)newMsg - 1; in MSG_QueueAddPrev()
85 listStatus = LIST_AddPrevElement((list_element_t *)pElem, (list_element_t *)pNewElem); in MSG_QueueAddPrev()
92 list_element_t *p; in MSG_QueueRemove()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h81 } list_element_t, *list_element_handle_t; typedef
89 } list_element_t, *list_element_handle_t; typedef
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h171 list_element_t link; /*!< For placing on the notify list. */
192 list_element_t link; /*!< For placing on the wake up source list. */
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.h22 #define OSA_TASK_HANDLE_SIZE (sizeof(TX_THREAD) + sizeof(list_element_t))
/hal_nxp-3.5.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c.h162 list_element_t listNode; /*!< list node to link i3c devices in i3c bus. */
176 list_element_t listNode; /*!< list node to link i2c devices in i3c bus. */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL17Z644/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX6/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX6/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX2/utilities/
Dfsl_shell.h94 list_element_t link; /*!< link of the element */

1234567891011