Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/drivers/fuel_gauge/composite/
DKconfig1 # 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/
Dlwm2m_observation.h26 bool composite : 1; /* Composite Observation */ member
53 bool composite);
Dlwm2m_observation.c402 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()
Dlwm2m_shell.c692 shell_fprintf(sh, SHELL_NORMAL, "%2u %10c ", i, obs->composite ? 'y' : 'n'); in cmd_observations()
Dlwm2m_message_handling.c3104 if (!obs->composite) { in generate_notify_message()
3164 if (obs->composite) { in generate_notify_message()
DKconfig405 int "Maximum # of composite read and send operation URL path"
/Zephyr-latest/drivers/fuel_gauge/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_FUEL_GAUGE_COMPOSITE composite)
DKconfig25 source "drivers/fuel_gauge/composite/Kconfig"
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/
Dapp.overlay57 compatible = "zephyr,fuel-gauge-composite";
/Zephyr-latest/subsys/usb/device/class/
DKconfig.cdc51 IAD should not be required for non-composite CDC ACM device,
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi40 compatible = "zephyr,fuel-gauge-composite";
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi97 compatible = "zephyr,fuel-gauge-composite";
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst61 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/
Dindex.rst205 is connected to the PC through USB, it presents itself as a USB composite
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst121 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/
Dindex.rst118 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/
Dindex.rst208 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/
Dindex.rst224 certain standard or vendor class, e.g. a CDC, a mass storage or a composite device with both
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst520 …- 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/
Dlwm2m.rst481 This is especially useful if the server is composite-observing the resources being
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst641 * Added support for Send, Read-composite, Write-composite, Observe-composite
Drelease-notes-2.0.rst1245 * :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)
Drelease-notes-1.14.rst97 * :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 …
Drelease-notes-3.6.rst795 * Fixed composite read/write access rights check.
Drelease-notes-2.2.rst1186 * :github:`13403` - USBD event and composite-device handling

12