/Zephyr-latest/dts/bindings/gpio/ |
D | arduino-header-r3.yaml | 17 signals labeled from D0 at the bottom D7 at the top; 25 correspond to D0 through D15, as depicted below: 45 5 A5 D0 6
|
D | arduino-mkr-header.yaml | 12 D0-D5 is a digital output. 18 through 14 correspond to D0 through D21, and parent pins 15 through 21 29 0 D0 D11/SDA 11
|
D | seeed-xiao-header.yaml | 20 through 10 correspond to D0 through D10, as depicted below: 22 0 D0 5V -
|
D | arduino-nano-header-r3.yaml | 16 through 13 correspond to D0 through D13, and parent pins 14 through 21 20 0 D0 GND -
|
D | panasonic,reduced-arduino-header.yaml | 25 NC A5 D0 6 40 Arduino UNO layout, labeled from D0 at the bottom to D7 at the top, but D6
|
D | sparkfun,micromod-gpio.yaml | 23 * 2 digital pins (D0 and D1). 31 - 02 -> D0 PIN 10
|
/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) */ 11 out-gpios = <&gpioc 6 0>; /* DCI D0 (JP27 pin 16)*/
|
D | lpcxpresso54114_lpc54114_m4.overlay | 10 out-gpios = <&gpio0 8 0>; /* Arduino D0 */
|
D | numaker_pfm_m467.overlay | 10 out-gpios = <&gpiob 2 0>; /* UNO D0 */
|
D | sltb004a.overlay | 10 out-gpios = <&gpiof 6 0>; /* Arduino D0 */
|
D | nrf52840dk_nrf52840.overlay | 10 out-gpios = <&gpio1 1 0>; /* Arduino D0 */
|
D | frdm_ke15z.overlay | 14 out-gpios = <&gpioc 8 0>; /* Arduino D0 */
|
D | frdm_ke17z512.overlay | 10 out-gpios = <&gpioc 6 0>; /* Arduino D0 J1-2 */
|
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 */
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 331 1485663798: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) 332 1485663799: Received PUBLISH from zephyr_publisher (d0, q1, r0, m1888, 'sensors', ... (15 bytes)) 334 1485663799: Received PUBLISH from zephyr_publisher (d0, q2, r0, m16356, 'sensors', ... (15 bytes)) 340 1485663800: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) 341 1485663801: Received PUBLISH from zephyr_publisher (d0, q1, r0, m45861, 'sensors', ... (15 bytes)) 343 1485663801: Received PUBLISH from zephyr_publisher (d0, q2, r0, m53870, 'sensors', ... (15 bytes)) 349 1485663802: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) 350 1485663803: Received PUBLISH from zephyr_publisher (d0, q1, r0, m60144, 'sensors', ... (15 bytes)) 352 1485663803: Received PUBLISH from zephyr_publisher (d0, q2, r0, m6561, 'sensors', ... (15 bytes)) 358 1485663804: Received PUBLISH from zephyr_publisher (d0, q0, r0, m0, 'sensors', ... (15 bytes)) [all …]
|
/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/ |
D | main.c | 25 static const struct device *d0 = &DEVICE_NAME_GET(device_0); variable 31 zassert_equal_ptr(d0, shell_device_filter(0, NULL)); in ZTEST() 36 zassert_equal_ptr(d0, shell_device_lookup(0, NULL)); in ZTEST()
|
/Zephyr-latest/tests/boards/nrf/qdec/boards/ |
D | nrf52840dk_nrf52840.overlay | 30 psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Ardiuno D0 */ 37 psels = <NRF_PSEL(QDEC_A, 1, 1)>, /* Ardiuno D0 */
|
/Zephyr-latest/boards/shields/st7789v_generic/ |
D | st7789v_tl019fqv01.overlay | 41 pvgam-param = [D0 00 02 07 0B 1A 31 54 40 29 12 12 12 17]; 42 nvgam-param = [D0 00 02 07 05 15 2D 44 44 1C 18 16 1C 1D];
|
D | st7789v_waveshare_240x240.overlay | 43 pvgam-param = [D0 04 0D 11 13 2B 3F 54 4C 18 0D 0B 1F 23]; 44 nvgam-param = [D0 04 0C 11 13 2C 3F 44 51 2F 1F 1F 20 23];
|
/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/tests/drivers/regulator/fixed/boards/ |
D | nrf52840dk_nrf52840.overlay | 10 /* Arduino D0 */
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 28 * Registers s0-s15 (d0-d7, q0-q3) do not have to be preserved (and can be used 34 uint32_t s[16]; /* s0~s15 (d0-d7) */
|