/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx8m-pinctrl.yaml | 15 drive-strength = "40-ohm"; 75 - "255-ohm" 76 - "105-ohm" 77 - "75-ohm" 78 - "85-ohm" 79 - "65-ohm" 80 - "45-ohm" 81 - "40-ohm" 88 001 255_OHM — 255 Ohm @3.3V, 240 Ohm @2.5V, 230 Ohm @1.8V, 265 Ohm @1.2V 89 010 105_OHM — 105 Ohm @3.3V, 100 Ohm @2.5V, 85 Ohm @1.8V, 110 Ohm @1.2V [all …]
|
D | nxp,mcux-rt-pinctrl.yaml | 94 001 DSE_1_R0_1 — 157 Ohm impedance @3.3V, 260 Ohm impedance @1.8V 95 010 DSE_2_R0_2 — 78 Ohm @3.3V, 130 Ohm @1.8V 96 011 DSE_3_R0_3 — 53 Ohm @3.3V, 88 Ohm @1.8V 97 100 DSE_4_R0_4 — 39 Ohm @3.3V, 65 Ohm @1.8V 98 101 DSE_5_R0_5 — 32 Ohm @3.3V, 52 Ohm @1.8V 99 110 DSE_6_R0_6 — 32 Ohm @3.3V, 43 Ohm @1.8V 100 111 DSE_7_R0_7 — 26 Ohm @3.3V, 37 Ohm @1.8V 115 01 PUS_1_47K_Ohm_Pull_Up — 47K Ohm Pull Up 116 10 PUS_2_100K_Ohm_Pull_Up — 100K Ohm Pull Up 117 11 PUS_2_22K_Ohm_Pull_Up — 22K Ohm Pull Up [all …]
|
/Zephyr-latest/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor_calc.c | 32 * Finds indices where ohm falls between. 34 * @param ohm key value search is looking for 38 static void ntc_lookup_comp(const struct ntc_type *type, unsigned int ohm, int *i_low, int *i_high) in ntc_lookup_comp() argument 43 if (ohm > type->comp[low].ohm) { in ntc_lookup_comp() 45 } else if (ohm < type->comp[high].ohm) { in ntc_lookup_comp() 52 if (ohm > type->comp[mid].ohm) { in ntc_lookup_comp() 66 uint32_t ohm; in ntc_get_ohm_of_thermistor() local 77 ohm = cfg->pulldown_ohm * (sample_value_max - sample_value) / sample_value; in ntc_get_ohm_of_thermistor() 79 ohm = cfg->pullup_ohm * sample_value / (sample_value_max - sample_value); in ntc_get_ohm_of_thermistor() 82 return ohm; in ntc_get_ohm_of_thermistor() [all …]
|
D | ntc_thermistor.h | 15 const uint32_t ohm; member 32 * @brief Converts ohm to temperature in milli centigrade. 35 * @param[in] ohm Read resistance of NTC thermistor 39 int32_t ntc_get_temp_mc(const struct ntc_type *type, unsigned int ohm);
|
D | ntc_thermistor.c | 73 uint32_t ohm; in ntc_thermistor_channel_get() local 78 ohm = ntc_get_ohm_of_thermistor(&cfg->ntc_cfg, data->sample_val, in ntc_thermistor_channel_get() 80 temp = ntc_get_temp_mc(&cfg->ntc_cfg.type, ohm); in ntc_thermistor_channel_get()
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 62 pullup-ohm = <0>; 63 pulldown-ohm = <10000>; 72 pullup-ohm = <0>; 73 pulldown-ohm = <10000>; 81 pullup-ohm = <0>; 82 pulldown-ohm = <10000>; 90 pullup-ohm = <0>; 91 pulldown-ohm = <10000>; 105 pullup-ohm = <0>; 106 pulldown-ohm = <10000>;
|
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/ |
D | README.rst | 43 R: 111.15 ohm 45 R: 111.14 ohm 47 R: 111.14 ohm 49 R: 111.13 ohm
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qsf | 231 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[0] -ta… 233 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[1] -ta… 235 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[2] -ta… 237 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[3] -ta… 239 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[4] -ta… 241 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[5] -ta… 243 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[6] -ta… 245 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dq[7] -ta… 247 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dqs[0] -t… 249 set_instance_assignment -name OUTPUT_TERMINATION "SERIES 40 OHM WITH CALIBRATION" -to mem_dqs_n[0] … [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ntc-thermistor.yaml | 22 pullup-ohm: 27 pulldown-ohm:
|
/Zephyr-latest/boards/nxp/imx8mq_evk/ |
D | imx8mq_evk-pinctrl.dtsi | 17 drive-strength = "45-ohm";
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | main.c | 43 /* Select pull enabled, speed 100 MHz, drive strength 43 ohm */ in board_setup() 53 /* Select pull enabled, speed 100 MHz, drive strength 43 ohm */ in board_setup()
|
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | thingy52_nrf52832.overlay | 6 * - ~300 ohm resistor between M1.D and TP5 (5V / Vbus)
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | transceiver.rst | 25 The first and last node use a 120-ohm resistor between CAN H and CAN L to
|
/Zephyr-latest/samples/sensor/th02/ |
D | README.rst | 30 using you might need to connect two 10K ohm resistors to SDL and SDA (I2C).
|
/Zephyr-latest/samples/sensor/ina219/ |
D | README.rst | 35 When monitoring a 3.3 V bus with a 0.1 Ohm shunt resistor
|
/Zephyr-latest/samples/drivers/misc/grove_display/ |
D | README.rst | 28 On some boards you will need to use 2 pull-up resistors (10k Ohm) between the
|
/Zephyr-latest/boards/tdk/robokit1/ |
D | robokit1-common.dtsi | 50 pullup-ohm = <0>; 51 pulldown-ohm = <10000>;
|
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/src/ |
D | main.c | 75 printf("R: %.02f ohm\n", resistance); in main()
|
/Zephyr-latest/boards/nxp/mimxrt1160_evk/ |
D | mimxrt1160_evk.dtsi | 78 /* Two zero ohm resistors (R256 and R270) isolate sensor
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 91 Make sure the CAN bus is terminated with 120 ohm resistors at both ends. The termination resistor
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk.dtsi | 63 /* Two zero ohm resistors (R256 and R270) isolate sensor
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk.dtsi | 144 /* Two zero ohm resistors (R263 and R264) isolate sensor
|
/Zephyr-latest/boards/nxp/mimxrt1040_evk/ |
D | mimxrt1040_evk.dts | 214 /* Two zero ohm resistors (R115 and R122) isolate sensor
|
/Zephyr-latest/boards/lilygo/ttgo_t8c3/doc/ |
D | index.rst | 22 enabled by moving a 0-ohm resistor.
|
/Zephyr-latest/boards/weact/stm32g431_core/doc/ |
D | index.rst | 15 The pull-downs are disconnected by removing the zero-Ohm resistors on SB8 and SB9 next to
|