Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.h192 } cs42448_handle_t; typedef
216 status_t CS42448_Init(cs42448_handle_t *handle, cs42448_config_t *config);
225 status_t CS42448_Deinit(cs42448_handle_t *handle);
236 status_t CS42448_SetProtocol(cs42448_handle_t *handle, cs42448_bus_t protocol, uint32_t bitWidth);
246 void CS42448_SetFuncMode(cs42448_handle_t *handle, cs42448_func_mode mode);
255 status_t CS42448_SelectFunctionalMode(cs42448_handle_t *handle, cs42448_func_mode adcMode, cs42448_…
267 status_t CS42448_SetAOUTVolume(cs42448_handle_t *handle, uint8_t channel, uint8_t volume);
279 status_t CS42448_SetAINVolume(cs42448_handle_t *handle, uint8_t channel, uint8_t volume);
290 uint8_t CS42448_GetAOUTVolume(cs42448_handle_t *handle, uint8_t channel);
301 uint8_t CS42448_GetAINVolume(cs42448_handle_t *handle, uint8_t channel);
[all …]
Dfsl_cs42448.c27 static void CS42448_Reset(cs42448_handle_t *handle, cs42448_reset codecReset);
51 status_t CS42448_Init(cs42448_handle_t *handle, cs42448_config_t *config) in CS42448_Init()
141 status_t CS42448_SelectFunctionalMode(cs42448_handle_t *handle, cs42448_func_mode adcMode, cs42448_… in CS42448_SelectFunctionalMode()
153 void CS42448_SetFuncMode(cs42448_handle_t *handle, cs42448_func_mode mode) in CS42448_SetFuncMode()
161 static void CS42448_Reset(cs42448_handle_t *handle, cs42448_reset codecReset) in CS42448_Reset()
174 status_t CS42448_Deinit(cs42448_handle_t *handle) in CS42448_Deinit()
185 status_t CS42448_SetProtocol(cs42448_handle_t *handle, cs42448_bus_t protocol, uint32_t bitWidth) in CS42448_SetProtocol()
275 status_t CS42448_ConfigDataFormat(cs42448_handle_t *handle, uint32_t mclk, uint32_t sample_rate, ui… in CS42448_ConfigDataFormat()
344 status_t CS42448_SetModule(cs42448_handle_t *handle, cs42448_module_t module, bool isEnabled) in CS42448_SetModule()
368 status_t CS42448_SetAOUTVolume(cs42448_handle_t *handle, uint8_t channel, uint8_t volume) in CS42448_SetAOUTVolume()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.c52cs42448_handle_t *devHandle = (cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_CS42448_Init()
76 …return CS42448_Deinit((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_CS42448_Deinit()
92 …return CS42448_ConfigDataFormat((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_CS42448_SetFormat()
120 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetVolume()
129 …ret = CS42448_SetAOUTVolume((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_CS42448_SetVolume()
135 …CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_CS42448_SetVolume()
170 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetMute()