Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c88 assert(handle->codecCapability != NULL); in CODEC_ModuleControl()
92 …if ((handle->codecCapability->codecModuleCapability & (uint32_t)kCODEC_SupportModuleI2SInSwitchInt… in CODEC_ModuleControl()
117 assert(handle->codecCapability != NULL); in CODEC_SetVolume()
120 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetVolume()
139 assert(handle->codecCapability != NULL); in CODEC_SetMute()
142 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetMute()
161 assert(handle->codecCapability != NULL); in CODEC_SetPower()
164 if ((handle->codecCapability->codecModuleCapability & (1UL << (uint32_t)module)) == 0U) in CODEC_SetPower()
183 assert(handle->codecCapability != NULL); in CODEC_SetRecord()
186 …if ((GET_RECORD_SOURCE_CAPABILITY(handle->codecCapability->codecRecordCapability) & recordSource) … in CODEC_SetRecord()
[all …]
Dfsl_codec_common.h286 const codec_capability_t *codecCapability; /*!< codec capability */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.c43 ((codec_handle_t *)handle)->codecCapability = &s_wm8524_capability; in HAL_CODEC_WM8524_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_adapter.c41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_Init()
Dfsl_codec_pcm186x_adapter.c41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_PCM186x_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.c45 ((codec_handle_t *)handle)->codecCapability = &s_ak4497_capability; in HAL_CODEC_AK4497_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_adapter.c41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_Init()
Dfsl_codec_pcm512x_adapter.c41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_PCM512x_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.c48 ((codec_handle_t *)handle)->codecCapability = &s_tfa9xxx_capability; in HAL_CODEC_TFA9XXX_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.c49 ((codec_handle_t *)handle)->codecCapability = &s_tfa9896_capability; in HAL_CODEC_TFA9896_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.c67 ((codec_handle_t *)handle)->codecCapability = &s_da7212_capability; in HAL_CODEC_DA7212_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.c56 ((codec_handle_t *)handle)->codecCapability = &s_cs42888_capability; in HAL_CODEC_CS42888_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.c55 ((codec_handle_t *)handle)->codecCapability = &s_cs42448_capability; in HAL_CODEC_CS42448_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.c91 ((codec_handle_t *)handle)->codecCapability = &s_wm8962_capability; in HAL_CODEC_WM8962_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c74 ((codec_handle_t *)handle)->codecCapability = &s_sgtl5000_capability; in HAL_CODEC_SGTL5000_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c96 ((codec_handle_t *)handle)->codecCapability = &s_wm8904_capability; in HAL_CODEC_WM8904_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.c98 ((codec_handle_t *)handle)->codecCapability = &s_wm8960_capability; in HAL_CODEC_WM8960_Init()