Searched full:referenced (Results 1 – 25 of 142) sorted by relevance
123456
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl367/ |
D | Kconfig | 78 bool "Use referenced activity detection" 81 Activity detection can be configured as referenced or absolute. 87 bool "Use referenced inactivity detection" 90 Inactivity detection can be configured as referenced or absolute.
|
D | adxl367.c | 32 * Enable/Disable Referenced Activity detection 48 th->referenced)); in adxl367_setup_activity_detection() 69 * Enable/Disable Referenced inactivity detection 86 th->referenced)); in adxl367_setup_inactivity_detection() 739 threshold.referenced = cfg->activity_th.referenced; in adxl367_attr_set_thresh() 1036 .activity_th.referenced = \ 1042 .inactivity_th.referenced = \
|
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl362/ |
D | Kconfig | 138 int "Absolute or referenced interrupt" 142 mode in either absolute or referenced mode. 144 1 - Referenced mode
|
D | adxl362.c | 410 /* Enable activity interrupt and select a referenced or absolute in adxl362_setup_activity_detection() 452 /* Enable inactivity interrupt and select a referenced or in adxl362_setup_inactivity_detection() 617 * Referenced/Absolute Activity or Inactivity Select. in adxl362_chip_init() 619 * 1 - referenced mode. in adxl362_chip_init() 639 * Referenced/Absolute Activity or Inactivity Select. in adxl362_chip_init() 641 * 1 - referenced mode. in adxl362_chip_init()
|
/Zephyr-Core-3.7.0/include/zephyr/devicetree/ |
D | io-channels.h | 27 * @brief Get the node identifier for the node referenced by an 47 * @return the node identifier for the node referenced at index "idx" 54 * @brief Get the node identifier for the node referenced by an 76 * @return the node identifier for the node referenced at the named element 85 * @return the node identifier for the node referenced at index 0 97 * @return the node identifier for the node referenced at index "idx" 109 * @return the node identifier for the node referenced at the named element 118 * @return the node identifier for the node referenced at index 0
|
D | reset.h | 46 * @return the node identifier for the reset controller referenced at 86 * @return the node identifier for the reset controller referenced by name 174 * @return the node identifier for the reset controller referenced at 198 * @return the node identifier for the reset controller referenced by
|
D | clocks.h | 132 * @return the node identifier for the clock controller referenced at 170 * @return the node identifier for the clock controller referenced by name 287 * @return the node identifier for the clock controller referenced at 310 * @return the node identifier for the clock controller referenced by
|
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | lint.py | 78 - Isn't referenced in Kconfig 79 - Isn't referenced as CONFIG_<NAME> outside Kconfig 132 referenced = referenced_sym_names() 135 sym.name not in referenced: 229 # Returns the names of all symbols referenced inside and outside the 236 # Returns the names of all symbols referenced inside the Kconfig files 240 for ref in node.referenced 245 # Returns the names of all symbols referenced outside the Kconfig files
|
/Zephyr-Core-3.7.0/kernel/ |
D | compiler_stack_protect.c | 46 * Symbol referenced by GCC compiler generated code for canary value. 59 * @brief Referenced by GCC compiler generated code
|
D | init_static.c | 65 * @brief Execute initialization routines referenced in .init_array section 76 * @brief Execute initialization routines referenced in .init_array section
|
/Zephyr-Core-3.7.0/include/zephyr/linker/common-rom/ |
D | common-rom-kernel-devices.ld | 29 /* 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-Core-3.7.0/include/zephyr/linker/ |
D | iterable_sections.h | 48 * they are not being directly referenced. Use this when symbols 49 * are indirectly referenced by iterating through the section. 101 * they are not being directly referenced. Use this when symbols 102 * are indirectly referenced by iterating through the section.
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | tls_credentials.h | 82 * @param tag A security tag that credential will be referenced with. 99 * referenced by @p tag secure tag of @p type. 117 * @details This function removes a TLS credential, referenced by @p tag
|
/Zephyr-Core-3.7.0/dts/bindings/reserved-memory/ |
D | memory-region.yaml | 4 # Memory region nodes may be referenced by other device nodes
|
/Zephyr-Core-3.7.0/drivers/sensor/adi/adxl372/ |
D | Kconfig | 76 bool "Use referenced activity/in-activity detection" 79 Activity detection can be configured as referenced or absolute.
|
/Zephyr-Core-3.7.0/.github/ISSUE_TEMPLATE/ |
D | 008_bin-blobs.md | 21 The Zephyr module that this blob(s) will be referenced from
|
/Zephyr-Core-3.7.0/dts/bindings/base/ |
D | power.yaml | 22 The referenced devicetree node must have a regulator compatible.
|
/Zephyr-Core-3.7.0/include/zephyr/llext/ |
D | llext.h | 37 * @brief List of memory regions stored or referenced in the LLEXT subsystem 100 * several files, if any symbols are referenced between files, this 234 * @param[in] sym_base_addr Address of symbol referenced by relocation 235 * @param[in] sym_name Name of symbol referenced by relocation
|
D | symbol.h | 94 * and address of the symbol to a table of symbols that may be referenced 119 * to the extension's exported symbol table, so that it may be referenced by
|
/Zephyr-Core-3.7.0/tests/kernel/mutex/sys_mutex/src/ |
D | thread_12.c | 14 * It helps ensure that a private mutex can be referenced in a file other than
|
/Zephyr-Core-3.7.0/subsys/usb/usb_c/ |
D | Kconfig | 22 This driver must be initialized after devices referenced by USB-C connectors
|
/Zephyr-Core-3.7.0/include/zephyr/portability/ |
D | cmsis_os.h | 309 /// \param[in] thread_def thread definition referenced with \ref osThread. 386 /// \param[in] timer_def timer object referenced with \ref osTimer. 459 /// \param[in] mutex_def mutex definition referenced with \ref osMutex. 508 /// \param[in] semaphore_def semaphore definition referenced with \ref osSemaphore. 515 /// \param[in] semaphore_id semaphore object referenced with \ref osSemaphoreCreate. 522 /// \param[in] semaphore_id semaphore object referenced with \ref osSemaphoreCreate. 528 /// \param[in] semaphore_id semaphore object referenced with \ref osSemaphoreCreate. 564 /// \param[in] pool_def memory pool definition referenced with \ref osPool. 570 /// \param[in] pool_id memory pool ID obtain referenced with \ref osPoolCreate. 576 /// \param[in] pool_id memory pool ID obtain referenced with \ref osPoolCreate. [all …]
|
/Zephyr-Core-3.7.0/subsys/net/lib/tls_credentials/ |
D | tls_internal.h | 21 /* Secure tag that credential can be referenced with. */
|
/Zephyr-Core-3.7.0/dts/bindings/pwm/ |
D | infineon,xmc4xxx-ccu4-pwm.yaml | 18 A node can define a 'pwm' field, usually referenced in a 'pwms'
|
/Zephyr-Core-3.7.0/tests/net/neighbor/src/ |
D | main.c | 135 zassert_false(nbr->ref != 0, "nbr still referenced, ref %d\n", in ZTEST() 191 zassert_false(nbr->ref != 0, "nbr still referenced, ref %d\n", in ZTEST() 277 zassert_false(nbr->ref != 0, "nbr still referenced, ref %d\n", nbr->ref); in ZTEST()
|
123456