Home
last modified time | relevance | path

Searched refs:NUM_OF_COLOR_CHANNELS (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/s11059/
Ds11059.c64 NUM_OF_COLOR_CHANNELS enumerator
74 uint16_t samples[NUM_OF_COLOR_CHANNELS];
77 static const uint16_t convert_factors[S11059_NUM_GAIN_MODE][NUM_OF_COLOR_CHANNELS] = {
107 if (size < NUM_OF_COLOR_CHANNELS * 2) { in s11059_samples_read()
116 for (size_t i = 0; i < NUM_OF_COLOR_CHANNELS; i++) { in s11059_samples_read()
201 uint16_t values[NUM_OF_COLOR_CHANNELS]; in s11059_sample_fetch()
232 for (size_t i = 0; i < NUM_OF_COLOR_CHANNELS; i++) { in s11059_sample_fetch()