Searched refs:ui32Chan1Cfg (Results 1 – 4 of 4) sorted by relevance
125 uint32_t ui32Chan1Cfg) in I2SChannelConfigure() argument134 ASSERT(ui32Chan1Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()142 (( ui32Chan1Cfg << I2S_AIFDIRCFG_AD1_S) & I2S_AIFDIRCFG_AD1_M ) ); in I2SChannelConfigure()146 HWREG(I2S0_BASE + I2S_O_AIFWMASK1) = (ui32Chan1Cfg >> 8) & I2S_AIFWMASK1_MASK_M; in I2SChannelConfigure()176 ui32ChanMask = (ui32Chan1Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()177 if(ui32Chan1Cfg & I2S_LINE_INPUT) in I2SChannelConfigure()189 else if(ui32Chan1Cfg & I2S_LINE_OUTPUT) in I2SChannelConfigure()
422 uint32_t ui32Chan1Cfg);
127 uint32_t ui32Chan1Cfg) in I2SChannelConfigure() argument136 ASSERT(ui32Chan1Cfg & (I2S_CHAN_CFG_MASK | I2S_LINE_MASK)) in I2SChannelConfigure()144 (( ui32Chan1Cfg << I2S_AIFDIRCFG_AD1_S) & I2S_AIFDIRCFG_AD1_M ) ); in I2SChannelConfigure()148 HWREG(I2S0_BASE + I2S_O_AIFWMASK1) = (ui32Chan1Cfg >> 8) & I2S_AIFWMASK1_MASK_M; in I2SChannelConfigure()178 ui32ChanMask = (ui32Chan1Cfg & I2S_CHAN_CFG_MASK) >> 8; in I2SChannelConfigure()179 if(ui32Chan1Cfg & I2S_LINE_INPUT) in I2SChannelConfigure()191 else if(ui32Chan1Cfg & I2S_LINE_OUTPUT) in I2SChannelConfigure()
424 uint32_t ui32Chan1Cfg);