Home
last modified time | relevance | path

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

12345678910>>...13

/Zephyr-Core-3.5.0/boards/arm/s32z270dc2_r52/support/
Dstartup.cmm114 Data.Set EAXI:0x41850014 %LE %Long 0x0
115 Data.Set EAXI:0x41850018 %LE %Long 0x0
116 Data.Set EAXI:0x4185001C %LE %Long 0x0
119 Data.Set DP:0x1C100c0 %LE %Long 0x3cf3cf00
120 Data.Set DP:0x1C100c8 %LE %Long 0x3cf3cf00
130 Data.Set EZAXI:&cfgCoreAddr %Long 0yXXXXxxxxXXXXxxxxXXXXxxxxXXXXx&(thumbBit)x&(spltLckBit) ; CFG_C…
133 Data.Set EAXI:&rtuStartAddr %Long 0xFFFEF7FF
156 Data.LOAD.Elf &elfFile EAXI:
190 Data.Set EAXI:0x41900300 %LE %Long 0x5
191 Data.Set EAXI:0x41900304 %LE %Long 0x1
[all …]
/Zephyr-Core-3.5.0/samples/drivers/soc_flash_nrf/
DREADME.rst50 Data read: 1122
51 Data read matches data written. Good!
54 Data read: aabb
55 Data read matches data written. Good!
58 Data read: abcd
59 Data read matches data written. Good!
62 Data read: 1234
63 Data read matches data written. Good!
71 Data read: 1234
72 Data read matches data written. Good!
[all …]
/Zephyr-Core-3.5.0/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
Daccess.rst168 Composition Data
175 version 1.0.1, only Composition Data Page 0 is supported. Users that are developing
178 model and Composition Data Pages 1, 2, 128, 129 and 130.
180 The Composition Data provides information about a mesh device.
181 A device's Composition Data holds information about the elements on the
183 Data is split into different pages, where each page contains specific feature
188 Composition Data Page 0 and 128 argument
191 Composition Data Page 0 provides the fundemental information about a device, and
193 the supported features, and manufacturer information. Composition Data Page 128
194 mirrors Page 0 and is used to represent the new content of the Composition Data
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/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-Core-3.5.0/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-Core-3.5.0/samples/net/wpanusb/
Dwpan-radio-spec.txt28 Data length wLength
93 Data from Device to Host
101 Data Sequence number
103 Data
106 Data Data
/Zephyr-Core-3.5.0/subsys/bluetooth/lib/
DKconfig5 bool "Encrypted Advertising Data"
8 Enable the Encrypted Advertising Data library
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/sensor/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-Core-3.5.0/lib/acpi/
Dacpi_shell.c36 ACPI_RESOURCE_IRQ *irq_res = &res->Data.Irq; in dump_dev_res()
47 ACPI_RESOURCE_IO * io_res = &res->Data.Io; in dump_dev_res()
75 ACPI_RESOURCE_MEMORY32 * mem_res = &res->Data.Memory32; in dump_dev_res()
82 ACPI_RESOURCE_FIXED_MEMORY32 * fix_mem_res = &res->Data.FixedMemory32; in dump_dev_res()
91 ACPI_RESOURCE_ADDRESS32 * add_res = &res->Data.Address32; in dump_dev_res()
98 ACPI_RESOURCE_ADDRESS64 * add_res64 = &res->Data.Address64; in dump_dev_res()
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/crypto/
DKconfig.mcux_dcp5 bool "NXP Data Co-Processor (DCP) driver"
12 Enable NXP Data Co-Processor (DCP) driver.
/Zephyr-Core-3.5.0/samples/subsys/usb_c/sink/
DREADME.rst73 Dual Role Data: 1
84 Dual Role Data: 0
95 Dual Role Data: 0
106 Dual Role Data: 0
/Zephyr-Core-3.5.0/doc/_doxygen/
Dgroups.dox51 @brief Data Structure APIs
52 @defgroup datastructure_apis Data Structure APIs
/Zephyr-Core-3.5.0/boards/shields/max3421e/doc/
Dindex.rst43 | D11 | SPI MOSI | 36 (SPI Serial Data Input) |
45 | D12 | SPI MISO | 35 (SPI Serial Data Out) |
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/
Ddata_buffer.rst4 Data Buffers
/Zephyr-Core-3.5.0/doc/kernel/services/
Dindex.rst48 Data Passing
57 Object Bidirectional? Data structure Data item size Data Alignment I…
82 [6] Data item size must be a multiple of the data alignment.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dl2cap-pics.rst30 TSPC_L2CAP_1_1 False Data Channel Initiator (C.3)
31 TSPC_L2CAP_1_2 False Data Channel Acceptor (C.1)
34 TSPC_L2CAP_1_5 True LE Data Channel Initiator (C.4)
35 TSPC_L2CAP_1_6 True LE Data Channel Acceptor (C.5)
78 TSPC_L2CAP_2_35 False Unicast Connectionless Data, Reception (O)
91 TSPC_L2CAP_2_47 True Support for LE Data Channel (C.20)
116 TSPC_L2CAP_3_16 True Support Multiple Simultaneous LE Data Channels (C.10)
/Zephyr-Core-3.5.0/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/
Dindex.rst26 | D7 | ILI9341 DC (Data/Command) |
32 | D11 | SPI MOSI (Serial Data Input) |
34 | D12 | SPI MISO (Serial Data Out) |
/Zephyr-Core-3.5.0/boards/shields/arceli_eth_w5500/doc/
Dindex.rst25 | SDO | SPI's Slave Data Output (MISO) |
27 | SDI | SPI's Slave Data Input (MISO) |

12345678910>>...13