Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8524/
Dfsl_wm8524.h60 } wm8524_handle_t; typedef
75 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config);
83 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol);
91 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute);
Dfsl_wm8524.c33 status_t WM8524_Init(wm8524_handle_t *handle, wm8524_config_t *config) in WM8524_Init()
58 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol) in WM8524_ConfigFormat()
77 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute) in WM8524_SetMute()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.c41wm8524_handle_t *devHandle = (wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8524_Init()
105 …WM8524_SetMute((wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMut… in HAL_CODEC_WM8524_SetMute()