Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c564 uint32_t interruptStatus = (rawInterruptStatus & object->activatedFlag); in I2S_hwiIntFxn() local
568 if((interruptStatus & (uint32_t)(I2S_STS_RLAST | I2S_STS_RDATA | I2S_STS_RDMA)) != 0U) in I2S_hwiIntFxn()
573 if((interruptStatus & (uint32_t)(I2S_STS_XLAST | I2S_STS_XDATA | I2S_STS_XDMA)) != 0U) in I2S_hwiIntFxn()
579 if((interruptStatus & (uint32_t)I2S_STS_ROVERN ) != 0U) in I2S_hwiIntFxn()
584 if((interruptStatus & (uint32_t)I2S_STS_RSYNCERR) != 0U) in I2S_hwiIntFxn()
589 if((interruptStatus & (uint32_t)I2S_STS_RDMAERR ) != 0U) in I2S_hwiIntFxn()
595 if((interruptStatus & (uint32_t)I2S_STS_XUNDRN ) != 0U) in I2S_hwiIntFxn()
600 if((interruptStatus & (uint32_t)I2S_STS_XSYNCERR) != 0U) in I2S_hwiIntFxn()
605 if((interruptStatus & (uint32_t)I2S_STS_XDMAERR ) != 0U) in I2S_hwiIntFxn()