Home
last modified time | relevance | path

Searched +full:s11059 +full:- +full:02 +full:dt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Dhamamatsu,s11059.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Hamamatsu Photonics S11059 Color Sensor. See datasheet at
6 https://datasheetspdf.com/pdf/1323325/Hamamatsu/S11059-02DT/1
8 compatible: "hamamatsu,s11059"
10 include: [sensor-device.yaml, i2c-device.yaml]
13 high-gain:
19 integration-time:
/Zephyr-latest/drivers/sensor/s11059/
Ds11059.c4 * SPDX-License-Identifier: Apache-2.0
7 * https://datasheetspdf.com/pdf/1323325/Hamamatsu/S11059-02DT/1
20 LOG_MODULE_REGISTER(S11059, CONFIG_SENSOR_LOG_LEVEL);
104 const struct s11059_dev_config *cfg = dev->config; in s11059_samples_read()
108 return -EINVAL; in s11059_samples_read()
111 rc = i2c_burst_read_dt(&cfg->bus, addr, (uint8_t *)val, size); in s11059_samples_read()
125 const struct s11059_dev_config *cfg = dev->config; in s11059_control_write()
128 return i2c_write_dt(&cfg->bus, opcode, sizeof(opcode)); in s11059_control_write()
133 const struct s11059_dev_config *cfg = dev->config; in s11059_manual_timing_write()
137 return i2c_write_dt(&cfg->bus, opcode, sizeof(opcode)); in s11059_manual_timing_write()
[all …]