Home
last modified time | relevance | path

Searched refs:ui32NextPointer (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2s.h1097 I2SInPointerSet(uint32_t ui32Base, uint32_t ui32NextPointer) in I2SInPointerSet() argument
1102 HWREG(I2S0_BASE + I2S_O_AIFINPTRNEXT) = ui32NextPointer; in I2SInPointerSet()
1126 I2SOutPointerSet(uint32_t ui32Base, uint32_t ui32NextPointer) in I2SOutPointerSet() argument
1131 HWREG(I2S0_BASE + I2S_O_AIFOUTPTRNEXT) = ui32NextPointer; in I2SOutPointerSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2s.h1099 I2SInPointerSet(uint32_t ui32Base, uint32_t ui32NextPointer) in I2SInPointerSet() argument
1104 HWREG(I2S0_BASE + I2S_O_AIFINPTRNEXT) = ui32NextPointer; in I2SInPointerSet()
1128 I2SOutPointerSet(uint32_t ui32Base, uint32_t ui32NextPointer) in I2SOutPointerSet() argument
1133 HWREG(I2S0_BASE + I2S_O_AIFOUTPTRNEXT) = ui32NextPointer; in I2SOutPointerSet()
/hal_ti-latest/simplelink/source/ti/drivers/
DI2S.h715 typedef void (*I2S_RegUpdate)(uint32_t ui32Base, uint32_t ui32NextPointer);