Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 21 of 21) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.c83 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()
Dfsl_component_generic_list.h71 struct list_element_tag *tail; /*!< list tail */ member
/hal_nxp-latest/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c161 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/
Dfsl_component_log_backend_ringbuffer.c41 __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/
Dfsl_csi.c140 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()
Dfsl_csi.h221 int tail; member
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c136 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/
Dfsl_ad_edma.c870 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()
Dfsl_edma.c898 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()
Dfsl_ad_edma.h250 volatile int8_t tail; /*!< The last TCD index. */ member
Dfsl_edma.h251 volatile int8_t tail; /*!< The last TCD index. */ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c1092 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/
Dfsl_spdif_edma.c152 currentTcd = handle->tail; in SPDIF_SubmitTransfer()
161 handle->tail = nextTcd; in SPDIF_SubmitTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma4/
Dfsl_edma.c1952 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()
Dfsl_edma.h454 …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/
Dfsl_edma.c1959 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()
Dfsl_edma.h454 …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/
Dfsl_edma.c1164 currentTcd = handle->tail; in EDMA_SubmitTransfer()
1173 handle->tail = nextTcd; in EDMA_SubmitTransfer()
1365 handle->tail = 0; in EDMA_AbortTransfer()
Dfsl_edma.h251 …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/
Dfsl_adapter_lpuart.c1918 uartDmaHandle->rxEdmaHandle.tail = 0U; in LPUART_StartRingBufferEDMA()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c3177 memcpy(ap_params->tail_ie.ie, params->tail, params->tail_len); in wifi_nxp_hostapd_set_ap()