Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md30 Call `CODEC_Init(codecHandle, &boardCodecConfig)` to initialize the TFA.
35 rc = CODEC_Init(&codecHandle, &boardCodecConfig);
40 …- If you use multiple TFAs, you need to call `CODEC_Init()` for each TFA, every call with its own …
42 …- `CODEC_Init()` eventually calls `TFA9XXX_Init()`, this is the actual function for TFA initializa…
65 …SetMute()` part in `TFA9XXX_Init()` function, and do the unmute after all the `CODEC_Init()` calls.
/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.h304 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config);
Dfsl_codec_common.c33 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config) in CODEC_Init() function