Home
last modified time | relevance | path

Searched refs:fields (Results 26 – 50 of 110) sorted by relevance

12345

/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_onoff_switch.c57 static struct lwm2m_engine_obj_field fields[] = { variable
243 onoff_switch.fields = fields; in ipso_switch_init()
244 onoff_switch.field_count = ARRAY_SIZE(fields); in ipso_switch_init()
Dipso_pressure_sensor.c56 static struct lwm2m_engine_obj_field fields[] = { variable
215 sensor.fields = fields; in ipso_pressure_sensor_init()
216 sensor.field_count = ARRAY_SIZE(fields); in ipso_pressure_sensor_init()
Dipso_voltage_sensor.c61 static struct lwm2m_engine_obj_field fields[] = { variable
223 sensor.fields = fields; in ipso_voltage_sensor_init()
224 sensor.field_count = ARRAY_SIZE(fields); in ipso_voltage_sensor_init()
Ducifi_lpwan.c62 static struct lwm2m_engine_obj_field fields[] = { variable
172 lpwan.fields = fields; in ucifi_lpwan_init()
173 lpwan.field_count = ARRAY_SIZE(fields); in ucifi_lpwan_init()
Dlwm2m_obj_security.c86 static struct lwm2m_engine_obj_field fields[] = { variable
249 security.fields = fields; in lwm2m_security_init()
250 security.field_count = ARRAY_SIZE(fields); in lwm2m_security_init()
Dipso_generic_sensor.c69 static struct lwm2m_engine_obj_field fields[] = { variable
231 sensor.fields = fields; in ipso_generic_sensor_init()
232 sensor.field_count = ARRAY_SIZE(fields); in ipso_generic_sensor_init()
Dipso_filling_sensor.c57 static struct lwm2m_engine_obj_field fields[] = { variable
237 fill_sensor.fields = fields; in fill_sensor_init()
238 fill_sensor.field_count = ARRAY_SIZE(fields); in fill_sensor_init()
Dlwm2m_obj_device.c101 static struct lwm2m_engine_obj_field fields[] = { variable
364 device.fields = fields; in lwm2m_device_init()
365 device.field_count = ARRAY_SIZE(fields); in lwm2m_device_init()
Dipso_timer.c69 static struct lwm2m_engine_obj_field fields[] = { variable
362 ipso_timer.fields = fields; in ipso_timer_init()
363 ipso_timer.field_count = ARRAY_SIZE(fields); in ipso_timer_init()
Dlwm2m_obj_firmware.c64 static struct lwm2m_engine_obj_field fields[] = { variable
483 firmware.fields = fields; in lwm2m_firmware_init()
484 firmware.field_count = ARRAY_SIZE(fields); in lwm2m_firmware_init()
Dlwm2m_obj_server.c61 static struct lwm2m_engine_obj_field fields[] = { variable
443 server.fields = fields; in lwm2m_server_init()
444 server.field_count = ARRAY_SIZE(fields); in lwm2m_server_init()
Dlwm2m_obj_swmgmt.c61 static struct lwm2m_engine_obj_field fields[] = { variable
792 swmgmt.fields = fields; in lwm2m_swmgmt_init()
793 swmgmt.field_count = ARRAY_SIZE(fields); in lwm2m_swmgmt_init()
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst42 Echo request header fields:
73 Echo response header fields:
143 Task statistics request header fields:
160 Task statistics response header fields:
264 Memory pool statistics request header fields:
280 Memory pool statistics response header fields:
372 Date-time request header fields:
388 Date-time get response header fields:
457 Date-time set request header fields:
488 Date-time set response header fields:
[all …]
Dsmp_group_63.rst27 Erase storage request header fields:
43 Read setting response header fields:
Dsmp_group_1.rst69 Get state of images request header fields:
87 Get state of images response header fields:
223 Set state of image request header fields:
265 Image upload request header fields:
328 happens, a client must re-send all the required and optional fields that it
330 by the server. If the original fields are not included, the upload will be
346 Image upload response header fields:
430 Image erase request header fields:
462 Image erase response header fields:
533 Slot info request header fields:
[all …]
Dsmp_group_2.rst81 (str)"fields" : {
119 | "fields" | this is map of entries within groups that consists of pairs where the |
/Zephyr-latest/drivers/pinctrl/renesas/rcar/
Dpfc_rcar.c109 for (size_t i = 0U; i < ARRAY_SIZE(drive_regs->fields); i++) { in pfc_rcar_get_drive_reg()
110 if (drive_regs->fields[i].pin == pin) { in pfc_rcar_get_drive_reg()
111 *offset = drive_regs->fields[i].offset; in pfc_rcar_get_drive_reg()
112 *size = drive_regs->fields[i].size; in pfc_rcar_get_drive_reg()
/Zephyr-latest/doc/services/serialization/
Dnanopb.rst64 that can be used to configure messages or fields. This allows to set fixed sizes or skip fields
/Zephyr-latest/doc/build/version/
Dindex.rst26 located. This is a simple text file which contains the various version information fields, each on
39 is used for, e.g. bootloaders might only support some of these fields or might place limits on the
40 maximum values of fields):
74 fields can be freely used. The include file name is :file:`app_version.h` (no path is needed), the
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c1146 const struct pdu_adv_ext_hdr *fields, argument
1158 if (fields->cte_info && (hdr->ext_hdr_len == 0U || hdr->ext_hdr.cte_info == 0U)) {
1161 if (fields->adi && (hdr->ext_hdr_len == 0U || hdr->ext_hdr.adi == 0U)) {
1164 if (fields->aux_ptr && (hdr->ext_hdr_len == 0U || hdr->ext_hdr.aux_ptr == 0U)) {
1167 if (fields->tx_pwr && (hdr->ext_hdr_len == 0U || hdr->ext_hdr.tx_pwr == 0U)) {
1203 memcpy(&hdr->ext_hdr, fields, sizeof(struct pdu_adv_ext_hdr));
1246 } else if (fields->tx_pwr) {
1254 } else if (fields->aux_ptr) {
1262 } else if (fields->adi) {
1271 } else if (fields->cte_info) {
[all …]
/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_rcar_common.h111 const struct pfc_drive_reg_field fields[8]; member
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig89 Allows applications to add additional fields to responses for the details of supported
101 additional fields that are returned by hooks.
/Zephyr-latest/tests/drivers/sdhc/
DREADME.txt14 must initialize all fields of the structure to zero.)
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst18 before use. Its interior fields are opaque and should not be accessed
70 "head" and "tail" pointer fields. And a :c:type:`sys_snode_t` stores only a
89 fields from arbitrary structures and emits an arbitrarily named set of
/Zephyr-latest/boards/
Dindex.rst22 * A board must meet **all** criteria selected across different fields. For example, if you select

12345