Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/wpa_supplicant/src/utils/
Dcommon.h344 #define __bitwise __attribute__((bitwise)) macro
347 #define __bitwise macro
350 typedef u16 __bitwise be16;
351 typedef u16 __bitwise le16;
352 typedef u32 __bitwise be32;
353 typedef u32 __bitwise le32;
354 typedef u64 __bitwise be64;
355 typedef u64 __bitwise le64;