Home
last modified time | relevance | path

Searched refs:codec_module_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.h101 } codec_module_t; typedef
370 status_t CODEC_SetPower(codec_handle_t *handle, codec_module_t module, bool powerOn);
Dfsl_codec_common.c158 status_t CODEC_SetPower(codec_handle_t *handle, codec_module_t module, bool powerOn) in CODEC_SetPower()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c223 HAL_WM8904_MAP_MODULE((codec_module_t)module), powerOn); in HAL_CODEC_WM8904_SetPower()