Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/
Ddma.ld4 * The user is allowed to change UDMALPF3_CONFIG_BASE to move it away from
5 * the default address 0x2000_0400, but remember it must be 1024 bytes aligned.
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c1574 RF_Cmd* it = pHead; in RF_howToSchedule() local
1590 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()