Home
last modified time | relevance | path

Searched refs:codecConfig (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c38 handle->codecConfig = config; in CODEC_Init()
51 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_Deinit()
67 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetFormat()
87 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_ModuleControl()
115 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetVolume()
138 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetMute()
160 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetPower()
182 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetRecord()
207 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetRecordChannel()
234 assert((handle != NULL) && (handle->codecConfig != NULL)); in CODEC_SetPlay()
Dfsl_codec_common.h285 codec_config_t *codecConfig; /*!< codec configuration function pointer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c38 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_Init() local
41 switch (codecConfig->codecDevType) in HAL_CODEC_Init()
146 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_Deinit()
248 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetFormat()
349 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetVolume()
438 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetMute()
533 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPower()
622 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecord()
714 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecordChannel()
803 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPlay()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c332 status_t DA7212_Init(da7212_handle_t *handle, da7212_config_t *codecConfig) in DA7212_Init() argument
334 assert(codecConfig != NULL); in DA7212_Init()
339 da7212_config_t *config = codecConfig; in DA7212_Init()
398 if (codecConfig->sysClkSource == kDA7212_SysClkSourcePLL) in DA7212_Init()
400 if (DA7212_SetPLLConfig(handle, codecConfig->pll) != kStatus_Success) in DA7212_Init()
405 sysClock = (uint32_t)(codecConfig->pll->outputClock_HZ); in DA7212_Init()
Dfsl_dialog7212.h1143 status_t DA7212_Init(da7212_handle_t *handle, da7212_config_t *codecConfig);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.c38 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_WM8524_Init() local
40 wm8524_config_t *devConfig = (wm8524_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_WM8524_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_adapter.c36 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_Init() local
38 pcm186x_config_t *devConfig = (pcm186x_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_Init()
Dfsl_codec_pcm186x_adapter.c36 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_PCM186x_Init() local
38 pcm186x_config_t *devConfig = (pcm186x_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_PCM186x_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.c40 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_AK4497_Init() local
42 ak4497_config_t *devConfig = (ak4497_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_AK4497_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_adapter.c36 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_Init() local
38 pcm512x_config_t *devConfig = (pcm512x_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_Init()
Dfsl_codec_pcm512x_adapter.c36 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_PCM512x_Init() local
38 pcm512x_config_t *devConfig = (pcm512x_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_PCM512x_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.c43 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_TFA9XXX_Init() local
45 tfa9xxx_config_t *devConfig = (tfa9xxx_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_TFA9XXX_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.c44 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_TFA9896_Init() local
47 tfa9896_config_t *devConfig = (tfa9896_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_TFA9896_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.c62 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_DA7212_Init() local
64 da7212_config_t *devConfig = (da7212_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_DA7212_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.c50 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_CS42888_Init() local
52 cs42888_config_t *devConfig = (cs42888_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_CS42888_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.c49 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_CS42448_Init() local
51 cs42448_config_t *devConfig = (cs42448_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_CS42448_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.c86 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_WM8962_Init() local
88 wm8962_config_t *devConfig = (wm8962_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_WM8962_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c69 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_SGTL5000_Init() local
71 sgtl_config_t *devConfig = (sgtl_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_SGTL5000_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c91 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_WM8904_Init() local
93 wm8904_config_t *devConfig = (wm8904_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_WM8904_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.c93 codec_config_t *codecConfig = (codec_config_t *)config; in HAL_CODEC_WM8960_Init() local
95 wm8960_config_t *devConfig = (wm8960_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_WM8960_Init()