Home
last modified time | relevance | path

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

/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst63 ch0: 5.318888 MHz ch1: 5.150293 MHz
64 ch0: 49.742308 pF ch1: 53.052260 pF
66 ch0: 5.318819 MHz ch1: 5.150307 MHz
67 ch0: 49.743612 pF ch1: 53.051964 pF
69 ch0: 5.318822 MHz ch1: 5.150200 MHz
70 ch0: 49.743548 pF ch1: 53.054176 pF
72 ch0: 5.318752 MHz ch1: 5.150265 MHz
73 ch0: 49.744860 pF ch1: 53.052828 pF
83 ch0: 4.966171 MHz ch1: 4.946465 MHz ch2: 4.985879 MHz ch3: 4.907051 MHz
84 ch0: 57.059016 pF ch1: 57.514568 pF ch2: 56.608844 pF ch3: 58.442204 pF
[all …]
/Zephyr-latest/tests/drivers/i2c/i2c_tca954x/boards/
Dnrf52840dk_nrf52840.overlay16 ch0: mux_i2c@0 {
34 i2c-channel-0 = &ch0;
/Zephyr-latest/drivers/sensor/ams/tsl2561/
Dtsl2561.c96 uint16_t ch0; member
163 data->ch0 = bytes[1] << 8 | bytes[0]; in tsl2561_sample_fetch()
178 LOG_DBG("channel0: 0x%x; channel1: 0x%x", data->ch0, data->ch1); in tsl2561_sample_fetch()
194 channel0 = (data->ch0 * data->ch_scale) >> TSL2561_CH_SCALE; in tsl2561_channel_get()
/Zephyr-latest/drivers/adc/
DKconfig.it8xxx216 Support 8 channels: ch0~ch7.