Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c61 (void)CODEC_ModuleControl(handle->driver, kCODEC_ModuleSwitchI2SInInterface, in SRTM_I2CCodecAdapter_SetParam()
66 (void)CODEC_ModuleControl(handle->driver, kCODEC_ModuleSwitchI2SInInterface, in SRTM_I2CCodecAdapter_SetParam()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.c173 assert(cmd == (uint32_t)kCODEC_ModuleSwitchI2SInInterface); in HAL_CODEC_AK4497_ModuleControl()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.h106 kCODEC_ModuleSwitchI2SInInterface = 0U, /*!< module digital interface siwtch. */ enumerator
Dfsl_codec_common.c90 if (cmd == kCODEC_ModuleSwitchI2SInInterface) in CODEC_ModuleControl()