Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md20 …codec_config_t boardCodecConfig = {.codecDevType = kCODEC_TFA9XXX, .codecDevConfig = &tfa9xxxConfi…
30 Call `CODEC_Init(codecHandle, &boardCodecConfig)` to initialize the TFA.
35 rc = CODEC_Init(&codecHandle, &boardCodecConfig);
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/boardkit/lpcxpresso55s69/
Dboard.c24 codec_config_t boardCodecConfig = {.I2C_SendFunc = BOARD_Codec_I2C_Send, variable