Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s.c198 FLEXIO_SetTimerConfig(base->flexioBase, base->fsTimerIndex, &timerConfig); in FLEXIO_I2S_Init()
220 timerConfig.triggerSelect = FLEXIO_TIMER_TRIGGER_SEL_TIMn(base->fsTimerIndex); in FLEXIO_I2S_Init()
286 base->flexioBase->TIMCFG[base->fsTimerIndex] = 0; in FLEXIO_I2S_Deinit()
287 base->flexioBase->TIMCMP[base->fsTimerIndex] = 0; in FLEXIO_I2S_Deinit()
288 base->flexioBase->TIMCTL[base->fsTimerIndex] = 0; in FLEXIO_I2S_Deinit()
371 … base->flexioBase->TIMCMP[base->fsTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * timDiv - 1U); in FLEXIO_I2S_MasterSetFormat()
390 base->flexioBase->TIMCMP[base->fsTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * 4UL - 3UL); in FLEXIO_I2S_SlaveSetFormat()
Dfsl_flexio_i2s.h57 uint8_t fsTimerIndex; /*!< Frame sync timer index */ member