Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/apds9253/
Dapds9253.c22 #define VALUES_PER_SAMPLE 4 macro
58 uint8_t buf[BYTES_PER_VALUE * VALUES_PER_SAMPLE]; in apds9253_sample_fetch()
86 for (int i = 0; i < VALUES_PER_SAMPLE; ++i) { in apds9253_sample_fetch()