Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_i2s.c256 uint32_t ui32FramePeriod = 0; in am_hal_i2s_configure() local
320ui32FramePeriod = (pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPha… in am_hal_i2s_configure()
324ui32FramePeriod = ((pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPh… in am_hal_i2s_configure()
330 …_VAL2FLD(I2S0_I2SIOCFG_FPER, ui32FramePeriod - 1) | /*specifying a frame period of 2x WDLEN1 cyc… in am_hal_i2s_configure()