Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2s.c133 ASSERT(ui32Chan0Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()
134 ASSERT(ui32Chan1Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()
149 ui32ChanMask = (ui32Chan0Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()
176 ui32ChanMask = (ui32Chan1Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()
Di2s.h197 #define I2S_CHAN_CFG_MASK 0x0000FF00 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2s.c135 ASSERT(ui32Chan0Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()
136 ASSERT(ui32Chan1Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()
151 ui32ChanMask = (ui32Chan0Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()
178 ui32ChanMask = (ui32Chan1Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()
Di2s.h199 #define I2S_CHAN_CFG_MASK 0x0000FF00 macro