Home
last modified time | relevance | path

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

/hal_ambiq-3.7.0/mcu/apollo4p/hal/
Dam_hal_i2s.c296 …if ((pI2SData->eChannelLenPhase1 != AM_HAL_I2S_FRAME_WDLEN_8BITS) && (pI2SData->eChannelLenPhase1 in am_hal_i2s_configure()
297 …(pI2SData->eChannelLenPhase1 != AM_HAL_I2S_FRAME_WDLEN_24BITS) && (pI2SData->eChannelLenPhase1 != … in am_hal_i2s_configure()
320 …ramePeriod = (pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPhase1]); in am_hal_i2s_configure()
324 …eriod = ((pI2SData->ui32ChannelNumbersPhase1 * ui32I2sWordLength[pI2SData->eChannelLenPhase1]) + \ in am_hal_i2s_configure()
335 _VAL2FLD(I2S0_I2SIOCFG_FWID, (ui32I2sWordLength[pI2SData->eChannelLenPhase1] - 1) ); in am_hal_i2s_configure()
342 _VAL2FLD(I2S0_I2SDATACFG_WDLEN1, pI2SData->eChannelLenPhase1) | in am_hal_i2s_configure()
Dam_hal_i2s.h326 am_hal_i2s_channel_length_e eChannelLenPhase1; member