Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 2 of 2) sorted by relevance

/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/
A Dxemacpsif_dma.c800 s32_t index1; in free_txrx_pbufs() local
803 index1 = get_base_index_txpbufsstorage (xemacpsif); in free_txrx_pbufs()
805 for (index = index1; index < (index1 + XLWIP_CONFIG_N_TX_DESC); index++) { in free_txrx_pbufs()
813 for (index = index1; index < (index1 + XLWIP_CONFIG_N_TX_DESC); index++) { in free_txrx_pbufs()
823 s32_t index1; in free_onlytx_pbufs() local
826 index1 = get_base_index_txpbufsstorage (xemacpsif); in free_onlytx_pbufs()
827 for (index = index1; index < (index1 + XLWIP_CONFIG_N_TX_DESC); index++) { in free_onlytx_pbufs()
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_linrot.c472 static TSC_tIndex_T index1, index2; in TSC_Linrot_CalcPos() local
477 index1 = 0; in TSC_Linrot_CalcPos()
530 index2 = index1; in TSC_Linrot_CalcPos()
531 index1 = index; in TSC_Linrot_CalcPos()
565 curPosition = *(TSC_Globals.For_LinRot->p_PosOff + (index1 * FOR_NB_CHANNELS) + index2); in TSC_Linrot_CalcPos()

Completed in 12 milliseconds