Searched refs:I2S_CHAN_CFG_MASK (Results 1 – 4 of 4) sorted by relevance
133 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()
197 #define I2S_CHAN_CFG_MASK 0x0000FF00 macro
135 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()
199 #define I2S_CHAN_CFG_MASK 0x0000FF00 macro