Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h341 } tfa9896_config_t; typedef
346 tfa9896_config_t *config; /*!< tfa9896 config pointer */
557 status_t TFA9896_Init(tfa9896_handle_t *handle, tfa9896_config_t *tfa9896Config);
Dfsl_tfa9896.c25 status_t TFA9896_Init(tfa9896_handle_t *handle, tfa9896_config_t *tfa9896Config) in TFA9896_Init()
35 tfa9896_config_t *config = tfa9896Config; in TFA9896_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.c47 tfa9896_config_t *devConfig = (tfa9896_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_TFA9896_Init()