Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/audio/
Dfsl_adapter_flexcomm_i2s.c164 if (0U == config->frameLength) in HAL_AudioCommonInit()
166 i2sConfig.frameLength = (uint16_t)config->bitWidth * channelNum; in HAL_AudioCommonInit()
170 i2sConfig.frameLength = config->frameLength; in HAL_AudioCommonInit()
Dfsl_adapter_audio.h331 …uint16_t frameLength; /*!< Only flexcomm_i2s uses this field. In most cases, frameLength is equa… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s.c251 config->frameLength = 32U; in I2S_TxGetDefaultConfig()
305 config->frameLength = 32U; in I2S_RxGetDefaultConfig()
352 cfg2 |= I2S_CFG2_FRAMELEN(config->frameLength - 1UL); in I2S_Config()
Dfsl_i2s.h104 uint16_t frameLength; /*!< Frame width (4 - 512) */ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/
DPhy.h1025 void Radio_Phy_PlmeRxWatermark(uint32_t frameLength, uint16_t fcf);