Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c15 #define GET_VOLUME_CAPABILITY(capability) ((capability)&0x1FFU) macro
120 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetVolume()
142 if ((GET_VOLUME_CAPABILITY(handle->codecCapability->codecVolumeCapability) & channel) == 0U) in CODEC_SetMute()