Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h88 status_t HAL_CODEC_SGTL5000_SetPower(void *handle, uint32_t module, bool powerOn);
212 return HAL_CODEC_SGTL5000_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_sgtl_adapter.c206 status_t HAL_CODEC_SGTL5000_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SGTL5000_SetPower() function
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c578 retVal = HAL_CODEC_SGTL5000_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()