Searched refs:TLC5971_PIXELS_PER_DEVICE (Results 1 – 1 of 1) sorted by relevance
46 #define TLC5971_PIXELS_PER_DEVICE 4 macro195 for (int device = (num_pixels / TLC5971_PIXELS_PER_DEVICE) - 1; device >= 0; device--) { in tlc5971_fill_data_buffer()206 for (int pixel = (TLC5971_PIXELS_PER_DEVICE - 1); pixel >= 0; pixel--) { in tlc5971_fill_data_buffer()209 &pixels[(device * TLC5971_PIXELS_PER_DEVICE) + pixel]; in tlc5971_fill_data_buffer()238 .len = (num_pixels / TLC5971_PIXELS_PER_DEVICE) * TLC5971_PACKET_LEN, in tlc5971_transmit_data()291 if ((cfg->num_pixels % TLC5971_PIXELS_PER_DEVICE) != 0) { in tlc5971_init()331 (DT_INST_PROP(inst, chain_length) / TLC5971_PIXELS_PER_DEVICE) * TLC5971_PACKET_LEN