Searched refs:BYTE_N (Results 1 – 1 of 1) sorted by relevance
34 #define BYTE_N(word, n) ((word >> (8 * n)) & 0xFF) macro212 buf[3] = BYTE_N(led_off_count, 0); in pca9685_set_cycles()213 buf[4] = BYTE_N(led_off_count, 1); in pca9685_set_cycles()