Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Di2s.c125 uint32_t ui32Chan1Cfg) in I2SChannelConfigure() argument
134 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()
Di2s.h422 uint32_t ui32Chan1Cfg);
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Di2s.c127 uint32_t ui32Chan1Cfg) in I2SChannelConfigure() argument
136 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()
Di2s.h424 uint32_t ui32Chan1Cfg);