Home
last modified time | relevance | path

Searched defs:STREAM_TO_UINT16 (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h331 #define STREAM_TO_UINT16(u16, p) {u16 = *(uint16_t *)(p); (p) += 2;} macro
340 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… macro