Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Di2s.c927 IntRegister(INT_I2S,pfnHandler); in I2SIntRegister()
932 IntEnable(INT_I2S); in I2SIntRegister()
957 IntDisable(INT_I2S); in I2SIntUnregister()
962 IntUnregister(INT_I2S); in I2SIntUnregister()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_ints.h90 #define INT_I2S 177 // McAPS macro
/hal_ti-2.7.6/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c207 HwiP_clearInterrupt(INT_I2S); in I2S_open()
211 object->hwi = HwiP_create(INT_I2S, (HwiP_Fxn)I2S_hwiIntFxn, &hwiParams); in I2S_open()