Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c173 status_t SGTL_EnableModule(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_EnableModule() function
273 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
278 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
279 ret = SGTL_EnableModule(handle, kSGTL_ModuleDAC); in SGTL_SetDataRoute()
280 ret = SGTL_EnableModule(handle, kSGTL_ModuleI2SIN); in SGTL_SetDataRoute()
286 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
287 ret = SGTL_EnableModule(handle, kSGTL_ModuleDAC); in SGTL_SetDataRoute()
288 ret = SGTL_EnableModule(handle, kSGTL_ModuleI2SIN); in SGTL_SetDataRoute()
289 ret = SGTL_EnableModule(handle, kSGTL_ModuleI2SOUT); in SGTL_SetDataRoute()
290 ret = SGTL_EnableModule(handle, kSGTL_ModuleADC); in SGTL_SetDataRoute()
[all …]
Dfsl_sgtl5000.h967 status_t SGTL_EnableModule(sgtl_handle_t *handle, sgtl_module_t module);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c212 …return SGTL_EnableModule((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetPower()