Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.c126 mappedVolume = (uint8_t)(CS42448_AOUT_MAX_VOLUME_VALUE - in HAL_CODEC_CS42448_SetVolume()
127 ((volume - 1U) * (CS42448_AOUT_MAX_VOLUME_VALUE + 3U)) / 100U); in HAL_CODEC_CS42448_SetVolume()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.h105 #define CS42448_AOUT_MAX_VOLUME_VALUE 0xFFU macro