Home
last modified time | relevance | path

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

/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dbsp_common.c879 void BytesPutLe32(void *ptr, uint32_t v) in BytesPutLe32() function
913 BytesPutLe32(p, v & 0xffffffff); in BytesPutLe64()
914 BytesPutLe32(p + 4, (v >> 32) & 0xffffffff); in BytesPutLe64()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dbsp_common.h372 void BytesPutLe32(void *ptr, uint32_t v);

Completed in 11 milliseconds