/Zephyr-latest/drivers/fuel_gauge/composite/ |
D | Kconfig | 1 # Zephyr composite fuel-gauge device 7 bool "Zephyr composite fuel gauge" 11 Enable driver for the Zephyr composite fuel gauge device.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_observation.h | 26 bool composite : 1; /* Composite Observation */ member 53 bool composite);
|
D | lwm2m_observation.c | 402 static struct observe_node *engine_allocate_observer(sys_slist_t *path_list, bool composite) in engine_allocate_observer() argument 422 obs->composite = composite; in engine_allocate_observer() 1387 bool composite) in lwm2m_engine_observation_handler() argument 1400 if (composite) { in lwm2m_engine_observation_handler() 1411 if (composite) { in lwm2m_engine_observation_handler()
|
D | lwm2m_shell.c | 692 shell_fprintf(sh, SHELL_NORMAL, "%2u %10c ", i, obs->composite ? 'y' : 'n'); in cmd_observations()
|
D | lwm2m_message_handling.c | 3104 if (!obs->composite) { in generate_notify_message() 3164 if (obs->composite) { in generate_notify_message()
|
D | Kconfig | 405 int "Maximum # of composite read and send operation URL path"
|
/Zephyr-latest/drivers/fuel_gauge/ |
D | CMakeLists.txt | 6 add_subdirectory_ifdef(CONFIG_FUEL_GAUGE_COMPOSITE composite)
|
D | Kconfig | 25 source "drivers/fuel_gauge/composite/Kconfig"
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | app.overlay | 57 compatible = "zephyr,fuel-gauge-composite";
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.cdc | 51 IAD should not be required for non-composite CDC ACM device,
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 40 compatible = "zephyr,fuel-gauge-composite";
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_common.dtsi | 97 compatible = "zephyr,fuel-gauge-composite";
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 61 The consequence is that if HCI USB is used in a composite configuration and is 63 the next interface, preventing other composite functions from working. 64 Because of this problem, HCI USB should not be used in a composite configuration. 579 | Reserved (previously: usb-cdc-acm-composite) | 0x0002 |
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 205 is connected to the PC through USB, it presents itself as a USB composite
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 121 The SAR Transmitter state is a composite state that controls the number and timing of transmissions 132 The SAR Receiver state is a composite state that controls the number and timing of Segment
|
/Zephyr-latest/boards/st/sensortile_box/doc/ |
D | index.rst | 118 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 208 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 224 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 520 …- The value of a composite expression shall not be assigned to an object with wider essential type 527 …- If a composite expression is used as one operand of an operator in which the usual arithmetic c… 534 …- The value of a composite expression shall not be cast to a different essential type category or…
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 481 This is especially useful if the server is composite-observing the resources being
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 641 * Added support for Send, Read-composite, Write-composite, Observe-composite
|
D | release-notes-2.0.rst | 1245 * :github:`15507` - NRF52840: usb composite MSC + HID (with CONFIG_ENABLE_HID_INT_OUT_EP) 1251 * :github:`15486` - usb composite MSC + HID (with CONFIG_ENABLE_HID_INT_OUT_EP)
|
D | release-notes-1.14.rst | 97 * :github:`15507` - NRF52840: usb composite MSC + HID (with CONFIG_ENABLE_HID_INT_OUT_EP) 295 * :github:`15507` - NRF52840: usb composite MSC + HID (with CONFIG_ENABLE_HID_INT_OUT_EP) 1235 * :github:`14882` - USB DFU never enters DFU mode, when composite device is enabled and mcuboot is …
|
D | release-notes-3.6.rst | 795 * Fixed composite read/write access rights check.
|
D | release-notes-2.2.rst | 1186 * :github:`13403` - USBD event and composite-device handling
|