Searched full:inclusive (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/drivers/cache/ |
D | Kconfig.andes | 19 When L2 cache is inclusive of L1, CPU only needs to perform operations
|
/Zephyr-latest/dts/bindings/sensor/ |
D | rohm,bh1750.yaml | 37 Valid values are in range 31-254 (inclusive).
|
/Zephyr-latest/include/zephyr/dt-bindings/battery/ |
D | battery.h | 12 * from 0% to 100% inclusive in 10% increments.
|
/Zephyr-latest/include/zephyr/ |
D | kernel_version.h | 29 * Each of these elements must therefore be in the range 0 to 255, inclusive.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.h | 26 /* 65000 ~ 65535 inclusive are reserved for experiments */
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.h | 90 * @return The INTMUX interrupt ID, in the inclusive range 0 to 31
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.h | 95 /* PSCI return values (inclusive of all PSCI versions) */
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 38 :ref:`inclusive language <coding_guideline_inclusive_language>`.
|
/Zephyr-latest/include/zephyr/net/ |
D | dns_sd.h | 43 /** RFC 6763 Section 7.2 - inclusive of underscore */ 45 /** RFC 6763 Section 7.2 - inclusive of underscore */
|
/Zephyr-latest/kernel/ |
D | atomic_c.c | 288 * @brief Atomic bitwise inclusive OR primitive 290 * This routine provides the atomic bitwise inclusive OR operator. The <value>
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_nrf_mram.c | 59 * @param[in] addr_end Last modified MRAM address (not inclusive).
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 13 diverse, inclusive, and healthy community.
|
/Zephyr-latest/drivers/lora/ |
D | rylrxxx.c | 281 LOG_ERR("datarate/spread factor must be between 7 and 12 inclusive"); in rylr_set_rf_parameters() 286 LOG_ERR("coding rate must be between 1 and 4 inclusive"); in rylr_set_rf_parameters() 291 LOG_ERR("preamble length must be between 4 and 7 inclusive"); in rylr_set_rf_parameters()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | att.h | 147 * Must be in the range 1 - @kconfig{CONFIG_BT_EATT_MAX}, inclusive.
|
/Zephyr-latest/include/zephyr/sys/ |
D | atomic.h | 413 * @brief Atomic bitwise inclusive OR. 415 * This routine atomically sets @a target to the bitwise inclusive OR of
|
D | util.h | 412 * @param low Lowest allowed value (inclusive). 413 * @param high Highest allowed value (inclusive). 426 * @param min Lower bound (inclusive). 427 * @param max Upper bound (inclusive).
|
D | util_macro.h | 65 * @brief Bit mask with bits 0 through <tt>n-1</tt> (inclusive) set, 71 * @brief 64-bit bit mask with bits 0 through <tt>n-1</tt> (inclusive) set,
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | mpu.h | 276 /** Start address (inclusive) of the memory region. */
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1138 Rule A.2: Inclusive Language 1191 Offensive terms do not create an inclusive community environment and therefore 1201 Related GitHub Issues and Pull Requests are tagged with the `Inclusive Language Label`_. 1215 - This `CAN in Automation Inclusive Language news post`_ has a list of general 1216 recommendations. See `CAN in Automation Inclusive Language`_ for terms to 1257 …guage Label: https://github.com/zephyrproject-rtos/zephyr/issues?q=label%3A%22Inclusive+Language%22 1261 .. _CAN in Automation Inclusive Language news post: https://www.can-cia.org/news/archive/view/?tx_n… 1262 .. _CAN in Automation Inclusive Language: https://can-newsletter.org/canopen/categories/
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 85 or conflicts within the community, promoting a healthy and inclusive
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 368 zassert(((a) >= (l)) && ((a) <= (u)), #a " not between " #l " and " #u " inclusive", \ 544 zassume(((a) >= (l)) && ((a) <= (u)), #a " not between " #l " and " #u " inclusive", \ 706 #a " not between " #lower " and " #upper " inclusive", ##__VA_ARGS__)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_l2.rst | 126 PHYs support relatively small frames only, 127 bytes all inclusive: frame
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | arm_mpu.c | 521 /* base: inclusive, limit: exclusive */ in insert_region()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 126 modified to align with the inclusive naming in the v5.3 specification: 248 inclusive terminology in version 5.3 of the Bluetooth Core Specification 1021 * :github:`39443` - Be more inclusive 1182 * :github:`38348` - Bluetooth: Switch to inclusive terminology from the 5.3 specification
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i3c.h | 282 /** High Data Rate - Ternary Symbol Legacy-inclusive-Bus */ 446 /** I3C HDR-TSL (Ternary Symbol Legacy-inclusive-bus) */
|
12