|
mrfioc2
2.3.0
|

Go to the source code of this file.
Macros | |
| #define | SERIAL_DATA_BIT(idx) (1 << (0+4*idx)) |
| #define | SERIAL_CLOCK_BIT(idx) (1 << (1+4*idx)) |
| #define | TRANSFER_LATCH_CLOCK_BIT(idx) (1 << (2+4*idx)) |
| #define | OUTPUT_DISABLE_BIT(idx) (1 << (3+4*idx)) |
| #define OUTPUT_DISABLE_BIT | ( | idx | ) | (1 << (3+4*idx)) |
Definition at line 13 of file delayModule.cpp.
| #define SERIAL_CLOCK_BIT | ( | idx | ) | (1 << (1+4*idx)) |
Definition at line 11 of file delayModule.cpp.
| #define SERIAL_DATA_BIT | ( | idx | ) | (1 << (0+4*idx)) |
Definition at line 10 of file delayModule.cpp.
| #define TRANSFER_LATCH_CLOCK_BIT | ( | idx | ) | (1 << (2+4*idx)) |
Definition at line 12 of file delayModule.cpp.
1.8.13