Home
last modified time | relevance | path

Searched refs:referenced (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig80 bool "Use referenced activity detection"
83 Activity detection can be configured as referenced or absolute.
89 bool "Use referenced inactivity detection"
92 Inactivity detection can be configured as referenced or absolute.
Dadxl367.c48 th->referenced)); in adxl367_setup_activity_detection()
86 th->referenced)); in adxl367_setup_inactivity_detection()
803 threshold.referenced = cfg->activity_th.referenced; in adxl367_attr_set_thresh()
1107 .activity_th.referenced = \
1113 .inactivity_th.referenced = \
Dadxl367.h305 bool referenced; member
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-kernel-devices.ld29 /* since z_shared_isr() is not referenced anywhere when
33 * now being referenced (thanks to isr_tables.c). This is very
40 * if it's not being referenced anywhere.
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl23 Declarations in these files not necessarily have to be referenced."
26 -doc="Library entry points not necessarily have to be referenced."
29 -doc="Library entry points not necessarily have to be referenced in more than one translation units…
/Zephyr-latest/scripts/kconfig/
Dlint.py132 referenced = referenced_sym_names()
135 sym.name not in referenced:
240 for ref in node.referenced
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md21 The Zephyr module that this blob(s) will be referenced from
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c47 val = (act->thresh << 5) | (act->referenced << 1) | act->enable; in adxl372_set_activity_threshold()
606 threshold.referenced = cfg->activity_th.referenced; in adxl372_attr_set_thresh()
893 .activity_th.referenced = \
898 .inactivity_th.referenced = \
DKconfig77 bool "Use referenced activity/in-activity detection"
80 Activity detection can be configured as referenced or absolute.
Dadxl372.h285 bool referenced; member
/Zephyr-latest/drivers/sensor/adi/adxl362/
DKconfig150 int "Absolute or referenced interrupt"
154 mode in either absolute or referenced mode.
/Zephyr-latest/subsys/usb/usb_c/
DKconfig22 This driver must be initialized after devices referenced by USB-C connectors
/Zephyr-latest/modules/hal_gigadevice/
DCMakeLists.txt24 # The HXTAL_VALUE has the possibility of being referenced from any files
/Zephyr-latest/doc/connectivity/usb/pd/
Ducds.rst45 VBUS is measured by a device that's referenced in the devicetree by a
135 VBUS is measured by a device that's referenced in the devicetree by a
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst86 …date ``west.yml`` within Zephyr, creating a pull-request to update the MCUmgr library referenced in
97 …date ``west.yml`` within Zephyr, creating a pull-request to update the MCUmgr library referenced in
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst17 condition variable is referenced by its memory address.
Dsemaphores.rst17 semaphore is referenced by its memory address.
Devents.rst16 event object is referenced by its memory address. One or more threads may wait
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst18 is referenced by its memory address.
Dlifos.rst18 referenced by its memory address.
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst20 memory slab is referenced by its memory address.
Dsys_mem_blocks.rst28 available RAM). Each allocator is referenced by its memory address.
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst161 Note, that TLS credentials referenced by the ``m_sec_tags`` array must be
Dnet_if.rst29 The network interfaces can be referenced either by a ``struct net_if *``
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst20 pointer to another object that was referenced when the callback was

123