Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/include/
Dhcs_blob_if.h44 static inline uint8_t HcsByteCodeToUint8(const char *start) in HcsByteCodeToUint8() function
66 return HcsIsByteAlign() ? HcsByteCodeToUint32(start) : HcsByteCodeToUint8(start); in HcsGetPrefix()
/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_blob_if.c121 … *value = g_byteAlign ? (uint8_t)HcsByteCodeToUint32(realValue) : HcsByteCodeToUint8(realValue); in HcsSwapToUint8()