Searched full:d1 (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/ |
D | main.c | 26 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/ |
D | gd32f450i_eval.overlay | 10 /* unplug camera from JP27 and bridge D0-D1 (pins 16 and 15) */ 12 in-gpios = <&gpioc 7 0>; /* DCI D1 (JP27 pin 15) */
|
D | lpcxpresso54114_lpc54114_m4.overlay | 11 in-gpios = <&gpio0 9 0>; /* Arduino D1 */
|
D | numaker_pfm_m467.overlay | 11 in-gpios = <&gpiob 3 0>; /* UNO D1 */
|
D | sltb004a.overlay | 11 in-gpios = <&gpiof 5 0>; /* Arduino D1 */
|
D | nrf52840dk_nrf52840.overlay | 11 in-gpios = <&gpio1 2 0>; /* Arduino D1 */
|
D | frdm_ke15z.overlay | 15 in-gpios = <&gpioc 9 0>; /* Arduino D1 */
|
D | frdm_ke17z512.overlay | 11 in-gpios = <&gpioc 7 0>; /* Arduino D1 J1-4 */
|
D | mimxrt1020_evk.overlay | 7 /* loopback with arduino header D0 and D1 */
|
D | mimxrt1040_evk.overlay | 7 /* loopback with arduino header D0 and D1 */
|
D | mimxrt1050_evk_mimxrt1052_hyperflash.overlay | 7 /* loopback with arduino header D0 and D1 */
|
D | mimxrt1060_evk_mimxrt1062_qspi.overlay | 7 /* loopback with arduino header D0 and D1 */
|
D | mimxrt1060_evk_mimxrt1062_qspi_B.overlay | 7 /* loopback with arduino header D0 and D1 */
|
/Zephyr-latest/include/zephyr/drivers/stepper/ |
D | stepper_trinamic.h | 71 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/ |
D | sparkfun,micromod-gpio.yaml | 23 * 2 digital pins (D0 and D1). 32 - 03 -> D1/CAM_TRIG PIN 18
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/ |
D | ttgo_lora32_esp32_procpu.dts | 98 /* SX1276 D1 -> GPIO35 */ 100 /* SX1276 D1 -> GPIO34 */ 140 d1-pin = <4>;
|
/Zephyr-latest/tests/subsys/modem/backends/uart/boards/ |
D | b_u585i_iot02a.overlay | 4 * The Arduino D0 and D1 must be connected to each other to loopback RX/TX.
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 31 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/ |
D | nrf52840dk_nrf52840.overlay | 14 /* Arduino D1 */
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32h7-rcc.yaml | 54 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/ |
D | grove_connectors.dtsi | 14 <1 0 &gpio1 0 0>; /* D1/SDA/TX */
|
/Zephyr-latest/boards/shields/nrf7002ek/boards/ |
D | nrf9160dk_nrf9160_ns.overlay | 7 /* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/ |
D | nucleo_wba52cg.overlay | 31 pinctrl-0 = <&tim3_ch1_pb5>; /* PB5 D1 */
|
/Zephyr-latest/boards/shields/arduino_uno_click/ |
D | arduino_uno_click.overlay | 24 <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/ |
D | heltec_wifi_lora32_v2_procpu.dts | 105 /* SX1276 D1 -> GPIO35 */ 107 /* SX1276 D1 -> GPIO34 */
|
12345678910>>...13