Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm105 Data.Set EAXI:0x41850014 %LE %Long 0x0
106 Data.Set EAXI:0x41850018 %LE %Long 0x0
107 Data.Set EAXI:0x4185001C %LE %Long 0x0
110 Data.Set DP:0x1C100c0 %LE %Long 0x3cf3cf00
111 Data.Set DP:0x1C100c8 %LE %Long 0x3cf3cf00
121 Data.Set EZAXI:&cfgCoreAddr %Long 0yXXXXxxxxXXXXxxxxXXXXxxxxXXXXxxx&(spltLckBit) ; CFG_CORE
124 Data.Set EAXI:&rtuStartAddr %Long 0xFFFEF7FF
147 Data.LOAD.Elf &elfFile EAXI:
181 Data.Set EAXI:0x41900300 %LE %Long 0x5
182 Data.Set EAXI:0x41900304 %LE %Long 0x1
[all …]
/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst49 Data read: 1122
50 Data read matches data written. Good!
53 Data read: aabb
54 Data read matches data written. Good!
57 Data read: abcd
58 Data read matches data written. Good!
61 Data read: 1234
62 Data read matches data written. Good!
70 Data read: 1234
71 Data read matches data written. Good!
[all …]
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_data.h26 VL53L1_DevData_t Data; member
50 #define VL53L1DevDataGet(Dev, field) (Dev->Data.field)
60 #define VL53L1DevDataSet(Dev, field, data) ((Dev->Data.field) = (data))
69 #define VL53L1DevStructGetLLDriverHandle(Dev) (&Dev->Data.LLData)
77 #define VL53L1DevStructGetLLResultsHandle(Dev) (&Dev->Data.llresults)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dlcd_cli.rst3 Large Composition Data Client
6 The Large Composition Data Client model is a foundation model defined by the Bluetooth Mesh
10 The Large Composition Data Client model was introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and supports the functionality of reading pages of Composition Data that do not fit in
12 a Config Composition Data Status message and reading the metadata of the model instances on a node
15 The Large Composition Data Client model communicates with a Large Composition Data Server model
16 using the device key of the node containing the target Large Composition Data Server model instance.
18 If present, the Large Composition Data Client model must only be instantiated on the primary
Dlcd_srv.rst3 Large Composition Data Server
6 The Large Composition Data Server model is a foundation model defined by the Bluetooth Mesh
10 The Large Composition Data Server model was introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and is used to support the functionality of exposing pages of Composition Data that do
12 not fit in a Config Composition Data Status message and to expose metadata of the model instances.
14 The Large Composition Data Server does not have an API of its own and relies on a
18 If present, the Large Composition Data Server model must only be instantiated on the primary
24 The Large Composition Data Server model allows each model to have a list of model's specific
25 metadata that can be read by the Large Composition Data Client model. The metadata list can be
Ddfu_srv.rst54 Composition Data and Models Metadata
57 If the transfer will cause the device to change its Composition Data or become
60 When the transfer will cause the Composition Data to change, and the
61 :ref:`bluetooth_mesh_models_rpr_srv` is supported, the Composition Data of the new firmware image
62 will be represented by Composition Data Pages 128, 129, and 130. The Models Metadata of the new
63 firmware image will be represented by Models Metadata Page 128. Composition Data Pages 0, 1 and 2,
64 and Models Metadata Page 0, will represent the Composition Data and the Models Metadata of the old
69 :c:func:`bt_mesh_models_metadata_change_prepare` to store the existing Composition Data and Models
70 Metadata pages before booting into the firmware with the updated Composition Data and Models
71 Metadata. The old Composition Data will then be loaded into Composition Data Pages 0, 1 and 2,
[all …]
/Zephyr-latest/boards/shields/dvp_fpc24_mt9m114/doc/
Dindex.rst41 | 12 | Data 9 |
45 | 14 | Data 8 |
49 | 16 | Data 7 |
53 | 18 | Data 6 |
55 | 19 | Data 2 |
57 | 20 | Data 5 |
59 | 21 | Data 3 |
61 | 22 | Data 4 |
63 | 23 | Data 1 |
65 | 24 | Data 0 |
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/doc/
Dindex.rst35 | DCMI_D0 | PC6 | DCMI Data Line 0 |
37 | DCMI_D1 | PC7 | DCMI Data Line 1 |
39 | DCMI_D2 | PE0 | DCMI Data Line 2 |
41 | DCMI_D3 | PE1 | DCMI Data Line 3 |
43 | DCMI_D4 | PE4 | DCMI Data Line 4 |
45 | DCMI_D5 | PD3 | DCMI Data Line 5 |
47 | DCMI_D6 | PE5 | DCMI Data Line 6 |
49 | DCMI_D7 | PE6 | DCMI Data Line 7 |
57 | I2C_SDA | PB9 | I2C Data Line |
/Zephyr-latest/tests/subsys/fs/fat_fs_api/
DREADME.txt31 Data written:"hello world!"
33 Data successfully written!
38 Data read:"hello world!"
40 Data read matches data written
48 Data written:"hello world!"
50 Data successfully written!
73 Data written:"hello world!"
75 Data successfully written!
/Zephyr-latest/subsys/bluetooth/lib/
DKconfig5 bool "Encrypted Advertising Data"
8 Enable the Encrypted Advertising Data library
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_support.c288 memcpy(sl_conn.ssid, wlan_event->Data.Connect.SsidName, in SimpleLinkWlanEventHandler()
289 wlan_event->Data.Connect.SsidLen); in SimpleLinkWlanEventHandler()
290 memcpy(sl_conn.bssid, wlan_event->Data.Connect.Bssid, in SimpleLinkWlanEventHandler()
310 event_data = &wlan_event->Data.Disconnect; in SimpleLinkWlanEventHandler()
347 memcpy(&(sl_conn.bssid), wlan_event->Data.STAAdded.Mac, in SimpleLinkWlanEventHandler()
356 memcpy(&(sl_conn.bssid), wlan_event->Data.STAAdded.Mac, in SimpleLinkWlanEventHandler()
396 event_data = &netapp_event->Data.IpAcquiredV4; in SimpleLinkNetAppEventHandler()
422 netapp_event->Data.IpAcquiredV6.Ip[i]; in SimpleLinkNetAppEventHandler()
446 sl_conn.sta_ip = netapp_event->Data.IpLeased.IpAddress; in SimpleLinkNetAppEventHandler()
501 dev_event->Data.Error.Code, in SimpleLinkGeneralEventHandler()
[all …]
/Zephyr-latest/snippets/nordic-log-stm-dict/
DREADME.rst10 the Coresight STM stimulus ports. Data is collected in ETR buffer. Data from ETR
/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_platform.h28 VL53L0X_DevData_t Data; /* embed ST Ewok Dev data as "Data"*/ member
52 #define PALDevDataGet(Dev, field) (Dev->Data.field)
60 #define PALDevDataSet(Dev, field, data) ((Dev->Data.field) = (data))
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/
Dindex.rst3 Adafruit Data Logger Shield
9 The `Adafruit Data Logger Shield`_ rev. B features an `NXP PCF8523 Real-Time Clock/Calendar with
14 :alt: Adafruit Data Logger Shield
16 Adafruit Data Logger Shield (Credit: Adafruit)
19 The older revision A of the Adafruit Data Logger Shield is not supported.
73 .. _Adafruit Data Logger Shield:
/Zephyr-latest/snippets/nordic-log-stm/
DREADME.rst10 stimulus ports. Data is collected in ETR buffer. Data from ETR buffer is
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst87 [Library Test] == Fast Fourier Transform on Real Data test ==
89 [Library Test] Fast Fourier Transform on Real Data takes 67956 cycles
90 [Library Test] == Fast Fourier Transform on Real Data test end ==
97 [Library Test] == Least Mean Square (LMS) Filter for Real Data test ==
99 [Library Test] Least Mean Square (LMS) Filter for Real Data test takes 184792 cycles
100 [Library Test] == Least Mean Square (LMS) Filter for Real Data test end ==
125 [Library Test] == Fast Fourier Transform on Real Data test ==
127 [Library Test] Fast Fourier Transform on Real Data takes 3338 cycles
128 [Library Test] == Fast Fourier Transform on Real Data test end ==
135 [Library Test] == Least Mean Square (LMS) Filter for Real Data test ==
[all …]
/Zephyr-latest/samples/drivers/lora/send/
DREADME.rst35 [00:00:00.531,000] <inf> lora_send: Data sent!
36 [00:00:01.828,000] <inf> lora_send: Data sent!
37 [00:00:03.125,000] <inf> lora_send: Data sent!
/Zephyr-latest/lib/acpi/
Dacpi.c460 if (res->Data.ExtendedIrq.InterruptCount > irq_res->irq_vector_max) { in acpi_device_irq_get()
464 irq_res->irq_vector_max = res->Data.ExtendedIrq.InterruptCount; in acpi_device_irq_get()
466 irq_res->irqs[i] = (uint16_t)res->Data.ExtendedIrq.Interrupts[i]; in acpi_device_irq_get()
469 irq_res->flags = arch_acpi_encode_irq_flags(res->Data.ExtendedIrq.Polarity, in acpi_device_irq_get()
470 res->Data.ExtendedIrq.Triggering); in acpi_device_irq_get()
472 if (res->Data.Irq.InterruptCount > irq_res->irq_vector_max) { in acpi_device_irq_get()
476 irq_res->irq_vector_max = res->Data.Irq.InterruptCount; in acpi_device_irq_get()
478 irq_res->irqs[i] = (uint16_t)res->Data.Irq.Interrupts[i]; in acpi_device_irq_get()
481 irq_res->flags = arch_acpi_encode_irq_flags(res->Data.ExtendedIrq.Polarity, in acpi_device_irq_get()
482 res->Data.ExtendedIrq.Triggering); in acpi_device_irq_get()
[all …]
Dacpi_shell.c31 ACPI_RESOURCE_IRQ *irq_res = &res->Data.Irq; in dump_dev_res()
41 ACPI_RESOURCE_IO *io_res = &res->Data.Io; in dump_dev_res()
70 ACPI_RESOURCE_MEMORY32 *mem_res = &res->Data.Memory32; in dump_dev_res()
78 ACPI_RESOURCE_FIXED_MEMORY32 *fix_mem_res = &res->Data.FixedMemory32; in dump_dev_res()
88 ACPI_RESOURCE_ADDRESS32 *add_res = &res->Data.Address32; in dump_dev_res()
96 ACPI_RESOURCE_ADDRESS64 *add_res64 = &res->Data.Address64; in dump_dev_res()
107 ACPI_RESOURCE_EXTENDED_IRQ *ext_irq_res = &res->Data.ExtendedIrq; in dump_dev_res()
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm69 Data.LOAD.Elf &elfFile
76 Data.LOAD.Elf &elfFile /DIFF
82 Data.LOAD.Elf &elfFile /ComPare
94 Data.LOAD.Elf &elfFile
125 Data.Set SD:0x4007F010 %LE %Long 0x6
126 Data.Set SD:0x4007F014 %LE %Long 0x0
/Zephyr-latest/boards/shields/st7735r/doc/
Dindex.rst21 | D9 | ST7735R DC | (Data/Command) |
25 | D11 | SPI MOSI | (Serial Data Input) |
27 | D12 | SPI MISO | (Serial Data Out) |
/Zephyr-latest/boards/shields/st7789v_generic/doc/
Dindex.rst21 | D9 | ST7789V DC | (Data/Command) |
25 | D11 | SPI MOSI | (Serial Data Input) |
27 | D12 | SPI MISO | (Serial Data Out) |
/Zephyr-latest/soc/espressif/esp32s2/
DKconfig44 prompt "Data cache size"
47 Data cache size to be set on application startup.
59 prompt "Data cache line size"
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst20 Each frame consists of a header and data. The ``Data Length`` field in the
36 | Res |Ver| OP | Flags | Data Length |
40 | Data |
51 Data is optional and is not present when ``Data Length`` is zero.
81 | ``Data Length`` | Length of the ``Data`` field |
95 | ``Data`` | This is data payload of the ``Data Length`` |
96 | | size. It is optional as ``Data Length`` may be |
102 Contents of ``Data`` depends on a value of an ``OP``, a ``Group ID``,
/Zephyr-latest/drivers/crypto/
DKconfig.mcux_dcp5 bool "NXP Data Co-Processor (DCP) driver"
12 Enable NXP Data Co-Processor (DCP) driver.

12345678910>>...15