Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.c71 sgtl_config_t *devConfig = (sgtl_config_t *)(codecConfig->codecDevConfig); in HAL_CODEC_SGTL5000_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.h857 } sgtl_config_t; typedef
863 sgtl_config_t *config; /*!< sgtl config pointer */
894 status_t SGTL_Init(sgtl_handle_t *handle, sgtl_config_t *config);
Dfsl_sgtl5000.c29 status_t SGTL_Init(sgtl_handle_t *handle, sgtl_config_t *config) in SGTL_Init()