Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s.c524 uint32_t pcfg2 = base->SECCHANNEL[channel].PCFG2; in I2S_EnableSecondaryChannel() local
529 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()