Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_i2s.c320 …ui32FramePeriod = (pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPha… in am_hal_i2s_configure()
324 …ui32FramePeriod = ((pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPh… in am_hal_i2s_configure()
325 … (pI2SData->ui32ChannelNumbersPhase2 * ui32I2sWordLength[pI2SData->eChannelLenPhase2]) ); in am_hal_i2s_configure()
335 _VAL2FLD(I2S0_I2SIOCFG_FWID, (ui32I2sWordLength[pI2SData->eChannelLenPhase1] - 1) ); in am_hal_i2s_configure()
Dam_hal_i2s.h219 static const uint32_t ui32I2sWordLength[AM_HAL_I2S_FRAME_WDLEN_MAX] = variable