Home
last modified time | relevance | path

Searched refs:chanNum (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/dac/
Ddac_core.h33 uint32_t chanNum; member
/drivers/hdf_core/framework/support/platform/include/adc/
Dadc_core.h33 uint32_t chanNum; member
/drivers/hdf_core/framework/support/platform/src/adc/
Dadc_core.c95 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in AdcDeviceStart()
127 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in AdcDeviceStop()
/drivers/hdf_core/framework/support/platform/src/dac/
Ddac_core.c303 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in DacDeviceStart()
335 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_2 - 1] = device->chanNum; in DacDeviceStop()