Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c204 case kSGTL_ModuleHP: in SGTL_EnableModule()
250 case kSGTL_ModuleHP: in SGTL_DisableModule()
273 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
278 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
286 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
298 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
308 ret = SGTL_EnableModule(handle, kSGTL_ModuleHP); in SGTL_SetDataRoute()
397 case kSGTL_ModuleHP: in SGTL_SetVolume()
435 case kSGTL_ModuleHP: in SGTL_GetVolume()
470 case kSGTL_ModuleHP: in SGTL_SetMute()
Dfsl_sgtl5000.h766 kSGTL_ModuleHP, /*!< Headphone module in SGTL5000 */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c30 (module) == (uint32_t)kCODEC_ModuleHeadphone ? kSGTL_ModuleHP : \
125 kSGTL_ModuleHP, true); in HAL_CODEC_SGTL5000_SetVolume()
134 kSGTL_ModuleHP, mappedVolume); in HAL_CODEC_SGTL5000_SetVolume()
138 kSGTL_ModuleHP, false); in HAL_CODEC_SGTL5000_SetVolume()
184 …_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), kSGTL_ModuleHP, in HAL_CODEC_SGTL5000_SetMute()