Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dbyteswap.h13 # define __bswap_16(x) \ macro
19 __bswap_16 (unsigned short int __bsx) in __bswap_16() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h19 #define __bswap_16(x) ((uint16_t) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8))) macro