| /hal_nxp-latest/mcux/mcux-sdk/components/lists/ |
| D | fsl_component_generic_list.c | 83 list->tail = NULL; in LIST_Init() 138 list->tail->next = listElement; in LIST_AddTail() 142 listElement->prev = list->tail; in LIST_AddTail() 146 list->tail = listElement; in LIST_AddTail() 181 list->tail = listElement; in LIST_AddHead() 232 list->tail = NULL; in LIST_RemoveHead() 359 listElement->list->tail = element_Prev; in LIST_RemoveElement() 368 listElement->list->tail = listElement->prev; /*is null if solo*/ in LIST_RemoveElement()
|
| D | fsl_component_generic_list.h | 71 struct list_element_tag *tail; /*!< list tail */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/ |
| D | fsl_component_mem_manager_light.c | 161 struct blockHeader_s *tail; member 299 UPDATE_PEAK(((uint32_t)FreeBlockHdrList.tail + BLOCK_HDR_SIZE), s_memStatis.peak_upper_addr); in MEM_BufferAllocates_memStatis() 368 assert(BlockHdr < p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferFreeBlocksCleanUp() 394 p_area->ctx.FreeBlockHdrList.tail = BlockHdr; in MEM_BufferFreeBlocksCleanUp() 586 p_area->ctx.FreeBlockHdrList.tail = firstBlockHdr; in MEM_RegisterExtendedArea() 707 assert(FreeBlockHdr < p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferAllocateFromArea() 766 assert(FreeBlockHdr == p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferAllocateFromArea() 801 assert(p_area->ctx.FreeBlockHdrList.head == p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferAllocateFromArea() 815 p_area->ctx.FreeBlockHdrList.tail = NextFreeBlockHdr; in MEM_BufferAllocateFromArea() 989 assert((uint32_t)BlockHdr < (uint32_t)p_area->ctx.FreeBlockHdrList.tail); in MEM_BufferFreeBackToArea() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/log/ |
| D | fsl_component_log_backend_ringbuffer.c | 41 __WEAK_FUNC void log_backend_ringbuffer_update(uint8_t *buffer, size_t head, size_t tail); 42 __WEAK_FUNC void log_backend_ringbuffer_update(uint8_t *buffer, size_t head, size_t tail) in log_backend_ringbuffer_update() argument 46 (void)tail; in log_backend_ringbuffer_update()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/csi/ |
| D | fsl_csi.c | 140 bq->tail = -1; in CSI_InitBufferQueue() 150 return bq->tail == (CSI_DRIVER_QUEUE_SIZE - 1); in CSI_IsBufferQueueFull() 159 return bq->tail - bq->head + 1; in CSI_BufferQueueCount() 174 bq->tail++; in CSI_EnqueueBuffer() 175 bq->addr[bq->tail] = addr; in CSI_EnqueueBuffer() 189 if (bq->head == bq->tail) in CSI_DequeueBuffer() 192 bq->tail = -1; in CSI_DequeueBuffer()
|
| D | fsl_csi.h | 221 int tail; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_bm.c | 136 uint16_t tail; /*!< Index of the next place to write to */ member 1214 pMsgQStruct->tail = 0; in OSA_MsgQCreate() 1250 pMsgArray = &pQueue->queueMem[pQueue->tail]; in OSA_MsgQPut() 1257 pQueue->tail += (uint16_t)pQueue->size; in OSA_MsgQPut() 1259 if (pQueue->tail >= (pQueue->max * pQueue->size)) in OSA_MsgQPut() 1261 pQueue->tail = 0; in OSA_MsgQPut()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/ |
| D | fsl_ad_edma.c | 870 handle->tail = 0; in EDMA_AD_InstallTCDMemory() 1126 currentTcd = handle->tail; in EDMA_AD_SubmitTransfer() 1135 handle->tail = nextTcd; in EDMA_AD_SubmitTransfer() 1349 handle->tail = 0; in EDMA_AD_AbortTransfer()
|
| D | fsl_edma.c | 898 handle->tail = 0; in EDMA_InstallTCDMemory() 1158 currentTcd = handle->tail; in EDMA_SubmitTransfer() 1167 handle->tail = nextTcd; in EDMA_SubmitTransfer() 1400 handle->tail = 0; in EDMA_AbortTransfer()
|
| D | fsl_ad_edma.h | 250 volatile int8_t tail; /*!< The last TCD index. */ member
|
| D | fsl_edma.h | 251 volatile int8_t tail; /*!< The last TCD index. */ member
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ohci.c | 1092 uint32_t tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciTdDoneHandle() local 1095 if (head != tail) in USB_HostOhciTdDoneHandle() 1966 uint32_t tail; in USB_HostOhciSof() local 2005 tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciSof() 2007 if ((0U != pipe->isBusy) && (head == tail)) in USB_HostOhciSof() 2754 uint32_t tail = pipe->ed->TailP & USB_HOST_OHCI_ED_TAILP_MASK; in USB_HostOhciIsrFunction() local 2756 if (head == tail) in USB_HostOhciIsrFunction()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/ |
| D | fsl_spdif_edma.c | 152 currentTcd = handle->tail; in SPDIF_SubmitTransfer() 161 handle->tail = nextTcd; in SPDIF_SubmitTransfer()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/edma4/ |
| D | fsl_edma.c | 1952 currentTcd = handle->tail; in EDMA_SubmitTransferTCD() 1961 handle->tail = nextTcd; in EDMA_SubmitTransferTCD() 2140 currentTcd = handle->tail; in EDMA_SubmitTransfer() 2149 handle->tail = nextTcd; in EDMA_SubmitTransfer() 2468 handle->tail = 0; in EDMA_AbortTransfer()
|
| D | fsl_edma.h | 454 …volatile int8_t tail; /*!< The last TCD index. Should point to the next TCD to be stored into th… member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/edma4/ |
| D | fsl_edma.c | 1959 currentTcd = handle->tail; in EDMA_SubmitTransferTCD() 1968 handle->tail = nextTcd; in EDMA_SubmitTransferTCD() 2147 currentTcd = handle->tail; in EDMA_SubmitTransfer() 2156 handle->tail = nextTcd; in EDMA_SubmitTransfer() 2475 handle->tail = 0; in EDMA_AbortTransfer()
|
| D | fsl_edma.h | 454 …volatile int8_t tail; /*!< The last TCD index. Should point to the next TCD to be stored into th… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/edma/ |
| D | fsl_edma.c | 1164 currentTcd = handle->tail; in EDMA_SubmitTransfer() 1173 handle->tail = nextTcd; in EDMA_SubmitTransfer() 1365 handle->tail = 0; in EDMA_AbortTransfer()
|
| D | fsl_edma.h | 251 …volatile int8_t tail; /*!< The last TCD index. Should point to the next TCD to be stored into th… member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/uart/ |
| D | fsl_adapter_lpuart.c | 1918 uartDmaHandle->rxEdmaHandle.tail = 0U; in LPUART_StartRingBufferEDMA()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
| D | rtos_wpa_supp_if.c | 3177 memcpy(ap_params->tail_ie.ie, params->tail, params->tail_len); in wifi_nxp_hostapd_set_ap()
|