Searched +full:termination +full:- +full:resistor (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | s32z2xxdc2_s32z270_dspi.overlay | 4 * SPDX-License-Identifier: Apache-2.0 11 output-enable; 12 nxp,current-reference-control; 13 nxp,termination-resistor; 17 input-enable; 18 nxp,current-reference-control; 19 nxp,termination-resistor; 25 pinctrl-0 = <&dspi0_default>; 26 pinctrl-names = "default"; 30 compatible = "test-spi-loopback-slow"; [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,s32ze-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 20 #include <nxp/s32/S32Z27-BGA594-pinctrl.h> 26 output-enable; 30 input-enable; 40 'bias-pull-up' or 'slew-rate' that will be applied to all the pins defined in 41 'pinmux' array. To enable the input buffer use 'input-enable' and to enable the 42 output buffer use 'output-enable'. 44 To link the pin configurations with UART0 device, use pinctrl-N property in the 45 device node, where 'N' is the zero-based state index (0 is the default state). 49 pinctrl-0 = <&uart0_default>; [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | maxim,max17055.yaml | 4 # SPDX-License-Identifier: Apache-2.0 11 include: [sensor-device.yaml, i2c-device.yaml] 14 design-capacity: 19 design-voltage: 24 desired-voltage: 29 desired-charging-current: 34 i-chg-term: 37 description: The charge termination current in mA 39 rsense-mohms: 43 Value of Rsense resistor in milliohms (e.g. 5). It cannot be 0. [all …]
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 3 * SPDX-License-Identifier: Apache-2.0 8 * @brief USB Type-C Cable and Connector API used for USB-C drivers 10 * The information in this file was taken from the USB Type-C 18 * @brief USB Type-C 19 * @defgroup usb_type_c USB Type-C 32 * See Table 4-3 VBUS Sink Characteristics 38 * See Table 4-3 VBUS Sink Characteristics 45 * See Table 4-29 VBUS and VCONN Timing Parameters 52 * See Table 4-29 VBUS and VCONN Timing Parameters 58 * See Table 4-29 VBUS and VCONN Timing Parameters [all …]
|
/Zephyr-latest/drivers/sensor/maxim/max17055/ |
D | max17055.h | 4 * SPDX-License-Identifier: Apache-2.0 74 /* Value of Rsense resistor in milliohms (typically 5 or 10) */ 84 /* The charge termination current in uA */
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 9 This test suite uses `python-can`_ for testing Controller Area Network (CAN) communication between a 17 * The python-can library installed on the host PC. 25 the ``bitrate`` and ``bitrate-data`` CAN controller devicetree properties if needed. Default 29 The host end of the CAN fixture can be configured through python-can. Available configuration 30 options depend on the type of host CAN adapter used. The python-can library provides a lot of 31 flexibility for configuration as decribed in the `python-can configuration`_ page, all centered 35 * By default, the python-can configuration context is not specified, causing python-can to use the 38 ``:`` (i.e. specify fixture ``can:zcan0`` to use the ``zcan0`` python-can configuration context). 39 * The configuration context can be overridden using the ``--can-context`` test suite argument 40 (i.e. run ``twister`` with the ``--pytest-args=--can-context=zcan0`` argument to use the ``zcan0`` [all …]
|