/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_onoff_switch.c | 57 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()
|
D | ipso_pressure_sensor.c | 56 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()
|
D | ipso_voltage_sensor.c | 61 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()
|
D | ucifi_lpwan.c | 62 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()
|
D | lwm2m_obj_security.c | 86 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()
|
D | ipso_generic_sensor.c | 69 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()
|
D | ipso_filling_sensor.c | 57 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()
|
D | lwm2m_obj_device.c | 101 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()
|
D | ipso_timer.c | 69 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()
|
D | lwm2m_obj_firmware.c | 64 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()
|
D | lwm2m_obj_server.c | 61 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()
|
D | lwm2m_obj_swmgmt.c | 61 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/ |
D | smp_group_0.rst | 42 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 …]
|
D | smp_group_63.rst | 27 Erase storage request header fields: 43 Read setting response header fields:
|
D | smp_group_1.rst | 69 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 …]
|
D | smp_group_2.rst | 81 (str)"fields" : { 119 | "fields" | this is map of entries within groups that consists of pairs where the |
|
/Zephyr-latest/drivers/pinctrl/renesas/rcar/ |
D | pfc_rcar.c | 109 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/ |
D | nanopb.rst | 64 that can be used to configure messages or fields. This allows to set fixed sizes or skip fields
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 26 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/ |
D | ull_adv_sync.c | 1146 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/ |
D | pinctrl_rcar_common.h | 111 const struct pfc_drive_reg_field fields[8]; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 89 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/ |
D | README.txt | 14 must initialize all fields of the structure to zero.)
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 18 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/ |
D | index.rst | 22 * A board must meet **all** criteria selected across different fields. For example, if you select
|