Searched refs:pcfg2 (Results 1 – 1 of 1) sorted by relevance
524 uint32_t pcfg2 = base->SECCHANNEL[channel].PCFG2; in I2S_EnableSecondaryChannel() local529 pcfg2 &= ~I2S_CFG2_POSITION_MASK; in I2S_EnableSecondaryChannel()530 pcfg2 |= I2S_CFG2_POSITION(position); in I2S_EnableSecondaryChannel()533 base->SECCHANNEL[channel].PCFG2 = pcfg2; in I2S_EnableSecondaryChannel()