Searched refs:sgtl_module_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/sgtl5000/ |
D | fsl_sgtl5000.h | 772 } sgtl_module_t; typedef 940 status_t SGTL_SetVolume(sgtl_handle_t *handle, sgtl_module_t module, uint32_t volume); 951 uint32_t SGTL_GetVolume(sgtl_handle_t *handle, sgtl_module_t module); 960 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute); 967 status_t SGTL_EnableModule(sgtl_handle_t *handle, sgtl_module_t module); 974 status_t SGTL_DisableModule(sgtl_handle_t *handle, sgtl_module_t module);
|
D | fsl_sgtl5000.c | 173 status_t SGTL_EnableModule(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_EnableModule() 219 status_t SGTL_DisableModule(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_DisableModule() 373 status_t SGTL_SetVolume(sgtl_handle_t *handle, sgtl_module_t module, uint32_t volume) in SGTL_SetVolume() 420 uint32_t SGTL_GetVolume(sgtl_handle_t *handle, sgtl_module_t module) in SGTL_GetVolume() 450 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute) in SGTL_SetMute()
|