Searched refs:wm8960_module_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8960/ |
D | fsl_wm8960.h | 225 } wm8960_module_t; typedef 454 status_t WM8960_SetVolume(wm8960_handle_t *handle, wm8960_module_t module, uint32_t volume); 466 uint32_t WM8960_GetVolume(wm8960_handle_t *handle, wm8960_module_t module); 475 status_t WM8960_SetMute(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled); 484 status_t WM8960_SetModule(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled);
|
D | fsl_wm8960.c | 294 status_t WM8960_SetModule(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled) in WM8960_SetModule() 561 status_t WM8960_SetVolume(wm8960_handle_t *handle, wm8960_module_t module, uint32_t volume) in WM8960_SetVolume() 650 uint32_t WM8960_GetVolume(wm8960_handle_t *handle, wm8960_module_t module) in WM8960_GetVolume() 679 status_t WM8960_SetMute(wm8960_handle_t *handle, wm8960_module_t module, bool isEnabled) in WM8960_SetMute()
|