Loading...
Searching...
No Matches
my9221_internal.h File Reference

Internal config and parameters for the MY9221 LED controller. More...

Detailed Description

Internal config and parameters for the MY9221 LED controller.

Author
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t

Definition in file my9221_internal.h.

#include "xtimer.h"
+ Include dependency graph for my9221_internal.h:

Go to the source code of this file.

#define MY9221_LATCH_WAIT   (10U * US_PER_MS)
 Time to wait until latch register is processed.
 
#define MY9221_LATCH_LOOP   (4U)
 Number of write loops for latch register.
 
#define MY9221_CMDMODE   (0x00)
 Enable command mode on LED controller.
 

Macro Definition Documentation

◆ MY9221_CMDMODE

#define MY9221_CMDMODE   (0x00)

Enable command mode on LED controller.

Definition at line 41 of file my9221_internal.h.

◆ MY9221_LATCH_LOOP

#define MY9221_LATCH_LOOP   (4U)

Number of write loops for latch register.

Definition at line 36 of file my9221_internal.h.

◆ MY9221_LATCH_WAIT

#define MY9221_LATCH_WAIT   (10U * US_PER_MS)

Time to wait until latch register is processed.

Definition at line 31 of file my9221_internal.h.