OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LED_COUNT
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/itf/
ILEDArray.c
61
if (!(index <
MAX_LED_COUNT
) || NULL == pColor)
86
if (!(index <
MAX_LED_COUNT
) || NULL == pColor) {
116
for (index = 0; index <
MAX_LED_COUNT
; ++index, ++color) {
122
thiz->mCount =
MAX_LED_COUNT
;
/frameworks/wilhelm/src/
itfstruct.h
358
#define
MAX_LED_COUNT
32
364
SLHSL mColors[
MAX_LED_COUNT
];
Completed in 453 milliseconds