Home
last modified time | relevance | path

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

/drivers/sensor/apds9253/
A Dapds9253.c87 data->sample_crgb[i] = get_value_from_buf(i, buf); in apds9253_sample_fetch()
90 LOG_DBG("IR 0x%x GREEN 0x%x BLUE 0x%x RED 0x%x\n", data->sample_crgb[0], in apds9253_sample_fetch()
91 data->sample_crgb[1], data->sample_crgb[2], data->sample_crgb[3]); in apds9253_sample_fetch()
106 val->val1 = sys_le32_to_cpu(data->sample_crgb[0]); in apds9253_channel_get()
109 val->val1 = sys_le32_to_cpu(data->sample_crgb[1]); in apds9253_channel_get()
112 val->val1 = sys_le32_to_cpu(data->sample_crgb[2]); in apds9253_channel_get()
115 val->val1 = sys_le32_to_cpu(data->sample_crgb[3]); in apds9253_channel_get()
328 .sample_crgb = {0}, \
A Dapds9253.h101 uint32_t sample_crgb[4]; member
/drivers/sensor/ams/tcs3400/
A Dtcs3400.c67 uint16_t sample_crgb[4]; member
121 (uint8_t *)&data->sample_crgb, in tcs3400_sample_fetch()
122 sizeof(data->sample_crgb)); in tcs3400_sample_fetch()
151 val->val1 = sys_le16_to_cpu(data->sample_crgb[0]); in tcs3400_channel_get()
155 val->val1 = sys_le16_to_cpu(data->sample_crgb[1]); in tcs3400_channel_get()
159 val->val1 = sys_le16_to_cpu(data->sample_crgb[2]); in tcs3400_channel_get()
163 val->val1 = sys_le16_to_cpu(data->sample_crgb[3]); in tcs3400_channel_get()
/drivers/sensor/apds9960/
A Dapds9960.c125 (uint8_t *)&data->sample_crgb, in apds9960_sample_fetch()
126 sizeof(data->sample_crgb))) { in apds9960_sample_fetch()
160 val->val1 = sys_le16_to_cpu(data->sample_crgb[0]); in apds9960_channel_get()
164 val->val1 = sys_le16_to_cpu(data->sample_crgb[1]); in apds9960_channel_get()
168 val->val1 = sys_le16_to_cpu(data->sample_crgb[2]); in apds9960_channel_get()
172 val->val1 = sys_le16_to_cpu(data->sample_crgb[3]); in apds9960_channel_get()
496 (void)memset(data->sample_crgb, 0, sizeof(data->sample_crgb)); in apds9960_init()
A Dapds9960.h234 uint16_t sample_crgb[4]; member

Completed in 16 milliseconds