Home
last modified time | relevance | path

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

/hal_atmel-3.7.0/asf/common/components/wifi/winc1500/driver/source/
Dnmasic.h70 #define ISNMC1000(id) ((((id) & 0xfffff000) == 0x100000) ? 1 : 0) argument
71 #define ISNMC1500(id) ((((id) & 0xfffff000) == 0x150000) ? 1 : 0) argument
72 #define ISNMC3000(id) ((((id) & 0xfff00000) == 0x300000) ? 1 : 0) argument
73 #define REV(id) (((id) & 0x00000fff )) argument