Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_adapter.h42 status_t HAL_CODEC_Init(void *handle, void *config);
Dfsl_codec_adapter.c32 status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
Dfsl_codec_pcm512x_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_adapter.h42 status_t HAL_CODEC_Init(void *handle, void *config);
Dfsl_codec_adapter.c32 status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
Dfsl_codec_pcm186x_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.h143 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.h146 static inline status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.h255 status_t HAL_CODEC_Init(void *handle, void *config);
Dfsl_codec_adapter.c34 status_t HAL_CODEC_Init(void *handle, void *config) in HAL_CODEC_Init() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c40 return HAL_CODEC_Init(handle, config); in CODEC_Init()