Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/uds/CTR/
Duds_Type.h286 inline u32 UDS_LE2BE32( u32 value) in UDS_LE2BE32() function
302 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()
303 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()