Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h308 #define swap_byte_32(x) … macro
331 #define wlan_le32_to_cpu(x) swap_byte_32(x)
337 #define wlan_cpu_to_le32(x) swap_byte_32(x)
363 #define mlan_ntohl(x) swap_byte_32(x)
365 #define mlan_htonl(x) swap_byte_32(x)