Searched refs:it (Results 1 – 2 of 2) sorted by relevance
4 * The user is allowed to change UDMALPF3_CONFIG_BASE to move it away from5 * the default address 0x2000_0400, but remember it must be 1024 bytes aligned.
1574 RF_Cmd* it = pHead; in RF_howToSchedule() local1590 while (it) in RF_howToSchedule()1593 if (RF_verifyGap(newCmd, it, (RF_Cmd*)List_next((List_Elem*)it))) in RF_howToSchedule()1602 it = (RF_Cmd*)List_next((List_Elem*)it); in RF_howToSchedule()1615 *pInsertLocation = it; in RF_howToSchedule()