Searched refs:bclkTimerIndex (Results 1 – 2 of 2) sorted by relevance
131 shifterConfig.timerSelect = base->bclkTimerIndex; in FLEXIO_I2S_Init()151 shifterConfig.timerSelect = base->bclkTimerIndex; in FLEXIO_I2S_Init()235 FLEXIO_SetTimerConfig(base->flexioBase, base->bclkTimerIndex, &timerConfig); in FLEXIO_I2S_Init()289 base->flexioBase->TIMCFG[base->bclkTimerIndex] = 0; in FLEXIO_I2S_Deinit()290 base->flexioBase->TIMCMP[base->bclkTimerIndex] = 0; in FLEXIO_I2S_Deinit()291 base->flexioBase->TIMCTL[base->bclkTimerIndex] = 0; in FLEXIO_I2S_Deinit()375 base->flexioBase->TIMCMP[base->bclkTimerIndex] = FLEXIO_TIMCMP_CMP(bclkDiv); in FLEXIO_I2S_MasterSetFormat()393 … base->flexioBase->TIMCMP[base->bclkTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * 2UL - 1UL); in FLEXIO_I2S_SlaveSetFormat()
56 uint8_t bclkTimerIndex; /*!< Bit clock timer index */ member