Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c430 case kWM8962_ModuleADC: in WM8962_SetModulePower()
552 case kWM8962_ModuleADC: in WM8962_SetModuleVolume()
641 case kWM8962_ModuleADC: in WM8962_GetModuleVolume()
666 case kWM8962_ModuleADC: in WM8962_SetModuleMute()
672 … WM8962_CHECK_RET(WM8962_ReadReg(handle, WM8962_LADC, &handle->volume[kWM8962_ModuleADC]), ret); in WM8962_SetModuleMute()
673 … WM8962_CHECK_RET(WM8962_ReadReg(handle, WM8962_RADC, &handle->volume[kWM8962_ModuleADC]), ret); in WM8962_SetModuleMute()
679 vol = 0x100U | (uint16_t)handle->volume[kWM8962_ModuleADC]; in WM8962_SetModuleMute()
Dfsl_wm8962.h264 kWM8962_ModuleADC = 0, /*!< ADC module in WM8962 */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.c43 ((module) == (uint32_t)kCODEC_ModuleADC ? kWM8962_ModuleADC : \
50 kWM8962_ModuleADC)