Home
last modified time | relevance | path

Searched full:d1 (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/
Dmain.c26 static const struct device *d1 = &DEVICE_NAME_GET(device_1); variable
32 zassert_equal_ptr(d1, shell_device_filter(1, NULL)); in ZTEST()
37 zassert_equal_ptr(d1, shell_device_lookup(1, NULL)); in ZTEST()
55 zassert_equal_ptr(d1, shell_device_filter(0, pm_device_test_filter)); in ZTEST()
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dgd32f450i_eval.overlay10 /* unplug camera from JP27 and bridge D0-D1 (pins 16 and 15) */
12 in-gpios = <&gpioc 7 0>; /* DCI D1 (JP27 pin 15) */
Dlpcxpresso54114_lpc54114_m4.overlay11 in-gpios = <&gpio0 9 0>; /* Arduino D1 */
Dnumaker_pfm_m467.overlay11 in-gpios = <&gpiob 3 0>; /* UNO D1 */
Dsltb004a.overlay11 in-gpios = <&gpiof 5 0>; /* Arduino D1 */
Dnrf52840dk_nrf52840.overlay11 in-gpios = <&gpio1 2 0>; /* Arduino D1 */
Dfrdm_ke15z.overlay15 in-gpios = <&gpioc 9 0>; /* Arduino D1 */
Dfrdm_ke17z512.overlay11 in-gpios = <&gpioc 7 0>; /* Arduino D1 J1-4 */
Dmimxrt1020_evk.overlay7 /* loopback with arduino header D0 and D1 */
Dmimxrt1040_evk.overlay7 /* loopback with arduino header D0 and D1 */
Dmimxrt1050_evk_mimxrt1052_hyperflash.overlay7 /* loopback with arduino header D0 and D1 */
Dmimxrt1060_evk_mimxrt1062_qspi.overlay7 /* loopback with arduino header D0 and D1 */
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay7 /* loopback with arduino header D0 and D1 */
/Zephyr-latest/include/zephyr/drivers/stepper/
Dstepper_trinamic.h71 uint16_t d1; member
99 COND_CODE_1(DT_PROP_EXISTS(node, d1), \
100 BUILD_ASSERT(IN_RANGE(DT_PROP(node, d1), TMC_RAMP_D1_MIN, \
101 TMC_RAMP_D1_MAX), "d1 out of range"), ()); \
141 .d1 = DT_PROP(node, d1), \
/Zephyr-latest/dts/bindings/gpio/
Dsparkfun,micromod-gpio.yaml23 * 2 digital pins (D0 and D1).
32 - 03 -> D1/CAM_TRIG PIN 18
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts98 /* SX1276 D1 -> GPIO35 */
100 /* SX1276 D1 -> GPIO34 */
140 d1-pin = <4>;
/Zephyr-latest/tests/subsys/modem/backends/uart/boards/
Db_u585i_iot02a.overlay4 * The Arduino D0 and D1 must be connected to each other to loopback RX/TX.
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst31 DEFINE_DATA(d1, 1, 2);
63 above would visit ``d1``, ``d2`` and ``d3`` in that order, regardless of how
/Zephyr-latest/tests/drivers/regulator/fixed/boards/
Dnrf52840dk_nrf52840.overlay14 /* Arduino D1 */
/Zephyr-latest/dts/bindings/clock/
Dst,stm32h7-rcc.yaml54 D1 Domain, CPU1 clock prescaler. Sets a HCLK frequency (feeding Cortex-M Systick)
80 D1 domain, APB3 peripheral prescaler
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dgrove_connectors.dtsi14 <1 0 &gpio1 0 0>; /* D1/SDA/TX */
/Zephyr-latest/boards/shields/nrf7002ek/boards/
Dnrf9160dk_nrf9160_ns.overlay7 /* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/
Dnucleo_wba52cg.overlay31 pinctrl-0 = <&tim3_ch1_pb5>; /* PB5 D1 */
/Zephyr-latest/boards/shields/arduino_uno_click/
Darduino_uno_click.overlay24 <9 0 &arduino_header 7 0>, /* TX -> D1 */
47 <9 0 &arduino_header 7 0>, /* TX -> D1 */
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/
Dheltec_wifi_lora32_v2_procpu.dts105 /* SX1276 D1 -> GPIO35 */
107 /* SX1276 D1 -> GPIO34 */

12345678910>>...13