Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Dplatform_trace.c114 case PLATFORM_TRACE_UINT_PARAM_SIZE_3: in PlatformTraceAddUintMsg()
117 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1]); in PlatformTraceAddUintMsg()
122 … infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1], infos[PLATFORM_TRACE_UINT_PARAM_SIZE_4 - 1]); in PlatformTraceAddUintMsg()
127 … infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1], infos[PLATFORM_TRACE_UINT_PARAM_SIZE_4 - 1], in PlatformTraceAddUintMsg()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_trace.h20 PLATFORM_TRACE_UINT_PARAM_SIZE_3 = 3, enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_core.c99 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1] = cntlr->curCs; in SpiCntlrSetCfg()
129 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1] = cntlr->curCs; in SpiCntlrGetCfg()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/timer/
H A Dtimer_core.c144 infos[PLATFORM_TRACE_UINT_PARAM_SIZE_3 - 1] = cntrl->info.isPeriod; in TimerCntrlStart()