Home
last modified time | relevance | path

Searched +full:diag +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/options/
Dopenthread,config.yaml2 # SPDX-License-Identifier: Apache-2.0
11 diag-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>,
13 bootloader-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
20 diag-gpios:
21 type: phandle-array
26 bootloader-gpios:
27 type: phandle-array
/Zephyr-latest/modules/openthread/platform/
Ddiag.c4 * SPDX-License-Identifier: Apache-2.0
11 #include <openthread/platform/alarm-milli.h>
12 #include <openthread/platform/diag.h>
15 #include "platform-zephyr.h"
77 return startModCarrier(aInstance, aArgsLength - 1, aArgs + 1); in otPlatDiagProcess()
82 return processTransmit(aInstance, aArgsLength - 1, aArgs + 1); in otPlatDiagProcess()
86 diag_output("diag feature '%s' is not supported\r\n", aArgs[0]); in otPlatDiagProcess()
144 * To enable gpio diag commands, in Devicetree create `openthread` node in `/options/` path
145 * with `compatible = "openthread,config"` property and `diag-gpios` property,
152 * diag-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>,
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dti,tmag5273.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Texas Instruments Low-Power Linear 3D Hall-Effect Sensor with an I2C interface.
17 #include <zephyr/dt-bindings/sensor/tmag5273.h>
27 include: [sensor-device.yaml, i2c-device.yaml]
30 operation-mode:
38 - 0 # TMAG5273_DT_OPER_MODE_CONTINUOUS (continuous)
39 - 1 # TMAG5273_DT_OPER_MODE_STANDBY (standby)
49 - 0 # TMAG5273_DT_AXIS_NONE
50 - 1 # TMAG5273_DT_AXIS_X
51 - 2 # TMAG5273_DT_AXIS_Y
[all …]