Searched refs:LED_BLINK_ON (Results 1 – 1 of 1) sorted by relevance
30 #define LED_BLINK_ON(x) ((x & 0x7) * 66 + 66) macro31 #define LED_BLINK_ON_MIN LED_BLINK_ON(0)32 #define LED_BLINK_ON_MAX LED_BLINK_ON(0x7)