Searched full:ch1 (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/samples/sensor/fdc2x1x/ |
D | README.rst | 63 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/include/zephyr/drivers/sensor/ |
D | fdc2x1x.h | 24 /** CH1 Capacitance, in Picofarad **/ 33 /** CH1 Frequency, in MHz **/
|
/Zephyr-latest/tests/drivers/i2c/i2c_tca954x/boards/ |
D | nrf52840dk_nrf52840.overlay | 23 ch1: mux_i2c@1 { 35 i2c-channel-1 = &ch1;
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,fdc2x1x.yaml | 62 0 = Ch0, Ch1 63 1 = Ch0, Ch1, Ch2 (FDC2114, FDC2214 only) 64 2 = Ch0, Ch1, Ch2, Ch3 (FDC2114, FDC2214 only)
|
D | espressif,esp32-pcnt.yaml | 16 Each unit has two independent channel: ch0 and ch1 that can be configured
|
/Zephyr-latest/dts/bindings/pwm/ |
D | telink,b91-pwm.yaml | 25 clk32k-ch1-enable:
|
/Zephyr-latest/drivers/sensor/ams/tsl2561/ |
D | tsl2561.c | 97 uint16_t ch1; member 170 data->ch1 = 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() 195 channel1 = (data->ch1 * data->ch_scale) >> TSL2561_CH_SCALE; in tsl2561_channel_get()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break
|
/Zephyr-latest/boards/st/stm32f411e_disco/doc/ |
D | index.rst | 99 - LD4 : PD12 (PWM4 CH1)
|
/Zephyr-latest/dts/arm/infineon/cat1b/cyw20829/ |
D | cyw20829.dtsi | 307 <20 4>, /* CH1 */
|
/Zephyr-latest/include/zephyr/drivers/ |
D | espi_saf.h | 67 * | CH0 CH1 CH2 CH3 | (logical channels) 75 *| CH0 | CH1 | CH2 | CH3 |
|
D | espi.h | 78 * | CH0 CH1 CH2 CH3 | (logical channels) 86 *| CH0 | CH1 | CH2 | CH3 |
|
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x.c | 650 LOG_ERR("CH1 not defined."); in fdc2x1x_channel_get() 687 LOG_ERR("CH1 not selected or not supported by device."); in fdc2x1x_channel_get()
|
/Zephyr-latest/drivers/dma/ |
D | dma_xmc4xxx.c | 160 LOG_ERR("Gather/scatter only supported on DMA0 on ch0 and ch1"); in dma_xmc4xxx_config()
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 613 "ch1": "PWM_OUT1",
|
/Zephyr-latest/boards/st/b_u585i_iot02a/doc/ |
D | index.rst | 256 - DAC1 CH1 : PA4 (STMOD+1)
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1212 zassert_true(DT_SAME_NODE(DT_IO_CHANNELS_CTLR_BY_NAME(TEST_TEMP, ch1), in ZTEST() 1228 zassert_true(DT_SAME_NODE(DT_INST_IO_CHANNELS_CTLR_BY_NAME(0, ch1), in ZTEST() 1239 zassert_equal(DT_IO_CHANNELS_INPUT_BY_NAME(TEST_TEMP, ch1), 10, ""); in ZTEST() 1245 zassert_equal(DT_INST_IO_CHANNELS_INPUT_BY_NAME(0, ch1), 10, ""); in ZTEST() 1257 adc_spec = (struct adc_dt_spec)ADC_DT_SPEC_GET_BY_NAME(TEST_TEMP, ch1); in ZTEST() 1264 adc_spec = (struct adc_dt_spec)ADC_DT_SPEC_INST_GET_BY_NAME(0, ch1); in ZTEST()
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 405 io-channel-names = "ch1", "ch2";
|