Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c158 mappedVolume = ((volume - 1U) * (SGTL5000_LINE_OUT_MAX_VOLUME_VALUE + 1U)) / 100U; in HAL_CODEC_SGTL5000_SetVolume()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.h742 #define SGTL5000_LINE_OUT_MAX_VOLUME_VALUE 0x1FU macro
Dfsl_sgtl5000.c406 if (volume > SGTL5000_LINE_OUT_MAX_VOLUME_VALUE) in SGTL_SetVolume()