Home
last modified time | relevance | path

Searched refs:cs42888_func_mode (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.h126 } cs42888_func_mode; typedef
178 cs42888_func_mode ADCMode; /*!< CS42888 ADC function mode. */
179 cs42888_func_mode DACMode; /*!< CS42888 DAC function mode. */
245 void CS42888_SetFuncMode(cs42888_handle_t *handle, cs42888_func_mode mode);
254 …S42888_SelectFunctionalMode(cs42888_handle_t *handle, cs42888_func_mode adcMode, cs42888_func_mode
Dfsl_cs42888.c144 …S42888_SelectFunctionalMode(cs42888_handle_t *handle, cs42888_func_mode adcMode, cs42888_func_mode in CS42888_SelectFunctionalMode()
156 void CS42888_SetFuncMode(cs42888_handle_t *handle, cs42888_func_mode mode) in CS42888_SetFuncMode()