Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c73 #define WPOLY 0x011b macro
78 #define f2(x) ((x << 1) ^ (((x >> 7) & 1) * WPOLY))
79 #define f4(x) ((x << 2) ^ (((x >> 6) & 1) * WPOLY) ^ (((x >> 6) & 2) * WPOLY))
80 #define f8(x) ((x << 3) ^ (((x >> 5) & 1) * WPOLY) ^ (((x >> 5) & 2) * WPOLY) \
81 ^ (((x >> 5) & 4) * WPOLY))