Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_adapter.h50 status_t HAL_CODEC_Deinit(void *handle);
Dfsl_codec_adapter.c53 status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
Dfsl_codec_pcm512x_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_adapter.h50 status_t HAL_CODEC_Deinit(void *handle);
Dfsl_codec_adapter.c53 status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
Dfsl_codec_pcm186x_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.h154 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.h157 static inline status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.h263 status_t HAL_CODEC_Deinit(void *handle);
Dfsl_codec_adapter.c141 status_t HAL_CODEC_Deinit(void *handle) in HAL_CODEC_Deinit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c53 return HAL_CODEC_Deinit(handle); in CODEC_Deinit()