Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h305 #define swap_byte_16(x) ((t_u16)((((t_u16)(x)&0x00ffU) << 8) | (((t_u16)(x)&0xff00U) >> 8))) macro
329 #define wlan_le16_to_cpu(x) swap_byte_16(x)
335 #define wlan_cpu_to_le16(x) swap_byte_16(x)
367 #define mlan_ntohs(x) swap_byte_16(x)
369 #define mlan_htons(x) swap_byte_16(x)