Searched refs:D (Results 1 – 25 of 379) sorted by relevance
12345678910>>...16
/Zephyr-latest/samples/subsys/zbus/hello_world/ |
D | README.rst | 28 D: Sensor sample started raw reading, version 0.1-2! 29 D: Channel list: 30 D: 0 - Channel acc_data: 31 D: Message size: 12 32 D: Observers: 33 D: - my_listener 34 D: - my_subscriber 35 D: 1 - Channel version: 36 D: Message size: 4 37 D: Observers: [all …]
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 44 D: sensor@0: buf_len = 16, buf = 0x8056430 45 D: sensor@0: buf_len = 16, buf = 0x8056440 46 D: sensor@0: buf_len = 16, buf = 0x8056450 47 D: sensor@0: buf_len = 16, buf = 0x8056460 48 D: Consumed completion event 0 49 D: Consumed completion event 1 50 D: Consumed completion event 2 51 D: Consumed completion event 3 53 D: Sample data: 54 D: 00 01 02 03 04 05 06 07 |........ [all …]
|
/Zephyr-latest/scripts/coccinelle/ |
D | const_config_info.cocci | 44 // asg: struct T *D = (const struct T*) 50 identifier D; 54 struct T * D = (const struct T*)E->config_info; 56 // asg to const local: struct T * const D = (const struct T*) 62 identifier D; 66 struct T * const D = (const struct T*)E->config_info; 68 // asg via macro: struct T * D = DEV_CFG() 74 identifier D; 78 struct T * D = DEV_CFG(E); 80 // asg via macro to const local: struct T * const D = DEV_CFG() [all …]
|
D | find_dev_usage.cocci | 23 def check_and_report(F, f, D, nb_args, p): 26 loosing const qualifier, please wrap".format(F, f, D) 30 check if const qualifier is not lost".format(F, f, D) 48 local idexpression struct device *D; 53 f(args, D@p, ...) 60 D << r_find_dev_usage.D; 64 check_and_report(p[0].current_element, f, D, nb_args, p)
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 34 D: Core sending start measurement with status 0 35 D: START processing channel start_measurement change 36 D: FINISH processing channel start_measurement change 37 D: Peripheral sending sensor data 38 D: START processing channel sensor_data change 39 D: FINISH processing channel sensor_data change 40 D: Bridge Started 41 D: Channel start_measurement claimed 42 D: Channel start_measurement finished 43 D: Bridge send start_measurement [all …]
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | README.rst | 37 D: [Mock Proxy] Started. 38 D: [Mock Proxy RX] Started. 39 D: [Mock Proxy RX] Found sentence 40 D: Channel start_measurement claimed 41 D: Channel start_measurement finished 42 D: Publishing channel start_measurement 43 D: START processing channel start_measurement change 44 D: Channel start_measurement claimed 45 D: discard loopback event (channel start_measurement) 46 D: Channel start_measurement finished [all …]
|
/Zephyr-latest/boards/shields/lcd_par_s035/boards/ |
D | rd_rw612_bga.overlay | 24 * | HD2.8 | D0 | D[0] | 25 * | HD2.16 | D1 | D[1] | 27 * | J5.4 | D2 | D[2] | 28 * | J5.1 | D3 | D[3] | 30 * | J5.3 | D4 | D[4] | 31 * | HD2.7 | D5 | D[5] | 32 * | HD2.6 | D6 | D[6] | 33 * | HD2.1 | D7 | D[7] | 36 * | HD8.2 | D/C | DC |
|
/Zephyr-latest/boards/seeed/xiao_esp32c6/support/ |
D | openocd.cfg | 1 # ESP32C6 has built-in JTAG interface over USB port in pins GPIO13/GPIO12 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c6_devkitc/support/ |
D | openocd.cfg | 1 # ESP32C6 has built-in JTAG interface over USB port in pins GPIO13/GPIO12 (D-/D+).
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 268 0 1 2 3 4 5 6 7 8 9 A B C D E F 285 00000100 56 5D A2 6A DF 34 C3 29 48 9A DC 38 06 66 53 48 V].j.4.)H..8.fSH 286 00000110 41 32 35 36 02 58 20 6D E1 0F 82 E0 CF FC 84 5A A256.X m.......Z 288 00000130 34 1E 1C D2 80 5D A3 A5 01 64 4E 53 50 45 04 65 4....]...dNSPE.e 290 00000150 2A 48 82 FA 9D 48 23 EF B1 66 A9 EF 6A 6E 4A A3 *H...H#..f..jnJ. 292 00000170 02 58 20 01 4C F2 64 0D 49 F8 23 69 57 FE F3 73 .X .L.d.I.#iW..s 293 00000180 97 7E 73 C2 2C 4F D2 95 25 D8 BE 29 32 14 23 5D .~s.,O..%..)2.#] 295 000001A0 73 74 65 64 66 69 72 6D 77 61 72 65 2E 6F 72 67 stedfirmware.org 301 00000200 41 97 BC 6F C6 7D 9C A5 21 BB 4C 2C D1 2C F3 66 A..o.}..!.L,.,.f 308 0 1 2 3 4 5 6 7 8 9 A B C D E F [all …]
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 35 Device found: D3:3A:5D:F5:73:33 (random) (RSSI -78) 37 Device found: 65:CF:20:0D:CB:9D (random) (RSSI -82) 41 Connected: 65:CF:20:0D:CB:9D (random)
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | Kconfig | 1 # TMAG5273 Low-Power Linear 3D Hall-Effect Sensor configuration options 7 bool "TMAG5273/TMAG3001 3D Hall-Effect Sensor"
|
/Zephyr-latest/boards/we/orthosie1ev/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_devkitc/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_devkitm/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/espressif/esp32c3_rust/support/ |
D | openocd.cfg | 3 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/weact/mini_stm32h7b0/ |
D | mini_stm32h7b0.dts | 66 frmctr1 = [01 2C 2D]; 67 frmctr2 = [01 2C 2D]; 68 frmctr3 = [01 2C 2D 01 2C 2D]; 70 gamctrp1 = [02 1C 07 12 37 32 29 2D 29 25 2B 39 00 01 03 10]; 71 gamctrn1 = [03 1D 07 06 2E 2C 29 2D 2E 2E 37 3F 00 00 02 10];
|
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/support/ |
D | openocd.cfg | 4 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/others/esp32c3_supermini/support/ |
D | openocd.cfg | 6 # ESP32C3 has built-in JTAG interface over USB port in pins GPIO18/GPIO19 (D-/D+).
|
/Zephyr-latest/boards/nuvoton/numaker_m2l31ki/ |
D | numaker_m2l31ki-pinctrl.dtsi | 28 /* USBD multi-function pins for VBUS, D+, D-, and ID pins */
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 10 is designed around the LSM6DSL 3D accelerometer and 3D gyroscope, the LSM303AGR 11 3D accelerometer and 3D magnetometer, the HTS221 humidity and temperature sensor 30 - LSM6DSL MEMS 3D accelerometer (±2/±4/±8/±16 g) and 31 3D gyroscope (±125/±245/±500/±1000/±2000 dps) 32 - LM303AGR MEMS 3D accelerometer (±2/±4/±8/±16 g) and
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_broadcast_assistant.rst | 79 Found broadcaster with ID 0x05BD38 and addr 1E:4D:0A:AA:6E:49 (random) and sid 0x00 97 …[DEVICE]: 1E:4D:0A:AA:6E:49 (random), AD evt type 5, RSSI -28 Broadcast Audio Source C:0 S:0 D:0 S… 98 Found BAP broadcast source with address 1E:4D:0A:AA:6E:49 (random) and ID 0x05BD38 99 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 0, encrypt_state 0 102 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0 104 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0 116 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.intel_vtd | 1 # Intel VT-D interrupt remapping controller configuration 7 bool "Intel VT-D interrupt remapping controller" 13 Such interrupt remapping hardware is provided through Intel VT-D
|
/Zephyr-latest/boards/sipeed/longan_nano/ |
D | longan_nano-common.dtsi | 94 pwctr3 = [0D 00]; 95 pwctr4 = [8D 6A]; 96 pwctr5 = [8D EE]; 102 gamctrp1 = [10 0E 02 03 0E 07 02 07 0A 12 27 37 00 0D 0E 10]; 103 gamctrn1 = [10 0E 03 03 0F 06 02 08 0A 13 26 36 00 0D 0E 10];
|
/Zephyr-latest/boards/weact/mini_stm32h743/ |
D | mini_stm32h743.dts | 64 frmctr1 = [01 2C 2D]; 65 frmctr2 = [01 2C 2D]; 66 frmctr3 = [01 2C 2D 01 2C 2D]; 68 gamctrp1 = [02 1C 07 12 37 32 29 2D 29 25 2B 39 00 01 03 10]; 69 gamctrn1 = [03 1D 07 06 2E 2C 29 2D 2E 2E 37 3F 00 00 02 10];
|
12345678910>>...16