Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md46 …Call `CODEC_SetVolume()` with volume between 0 ~ 100, which eventually passes volume to `TFA9XXX_S…
48CODEC_SetVolume(&codecHandle, kCODEC_SupportPlayChannelLeft0 | kCODEC_SupportPlayChannelRight0, vo…
/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.h349 status_t CODEC_SetVolume(codec_handle_t *handle, uint32_t channel, uint32_t volume);
Dfsl_codec_common.c113 status_t CODEC_SetVolume(codec_handle_t *handle, uint32_t channel, uint32_t volume) in CODEC_SetVolume() function