Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.h126 } cs42448_func_mode; typedef
179 cs42448_func_mode ADCMode; /*!< CS42448 ADC function mode. */
180 cs42448_func_mode DACMode; /*!< CS42448 DAC function mode. */
246 void CS42448_SetFuncMode(cs42448_handle_t *handle, cs42448_func_mode mode);
255 …S42448_SelectFunctionalMode(cs42448_handle_t *handle, cs42448_func_mode adcMode, cs42448_func_mode
Dfsl_cs42448.c141 …S42448_SelectFunctionalMode(cs42448_handle_t *handle, cs42448_func_mode adcMode, cs42448_func_mode in CS42448_SelectFunctionalMode()
153 void CS42448_SetFuncMode(cs42448_handle_t *handle, cs42448_func_mode mode) in CS42448_SetFuncMode()