Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/device/
DCMakeLists.txt14 # at all. So add this flag to merge string constants such that
16 zephyr_cc_option_ifdef(CONFIG_COVERAGE -fmerge-constants)
/Zephyr-latest/scripts/generate_usb_vif/constants/
Dxml_constants.py8 from constants import other_constants, vif_element_constants
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py16 from constants import dt_constants
17 from constants import other_constants
18 from constants import pdo_constants
19 from constants import vif_element_constants
20 from constants import xml_constants
/Zephyr-latest/doc/contribute/style/
Dcode.rst28 * Avoid using binary literals (constants starting with ``0b``).
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl23 -doc_begin="The value-preserving conversions of integer constants are safe"
29 -doc_begin="Some macros are deliberately compile-time constants due to project configurability."
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci7 // These constants used to have the values 0 and -1 respectively; they
Dint_ms_to_timeout.cocci8 // produced by specific constants and macros. Convert integer
/Zephyr-latest/cmake/modules/
Dversion.cmake9 # ``*VERSION*`` and other constants set by
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst7 Unlike "regular" constants, binary descriptors are linked to a known offset in the binary, making
9 A few examples of constants that would make useful binary descriptors are: kernel version, app vers…
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py17 from twisterlib.constants import SUPPORTED_SIMS
Dtestinstance.py18 from twisterlib.constants import (
Denvironment.py24 from twisterlib.constants import SUPPORTED_SIMS
Dharness.py22 from twisterlib.constants import SUPPORTED_SIMS_IN_PYTEST
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py29 from elftools.elf.constants import SH_FLAGS
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst307 - Octal constants shall not be used
310 …s://wiki.sei.cmu.edu/confluence/display/c/DCL18-C.+Do+not+begin+integer+constants+with+0+when+spec…
314 …- A u or U suffix shall be applied to all integer constants that are represented in an unsigned t…
403 …tps://wiki.sei.cmu.edu/confluence/display/c/INT09-C.+Ensure+enumeration+constants+map+to+unique+va…
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst51 * ARM: Atmel: Added constants and structures for watchdog registers.
Dmigration-guide-3.7.rst712 can be declared as permanent constants in the non-volatile memory. (:github:`69679`)
Drelease-notes-2.4.rst823 * LVGL Kconfig constants have been aligned with upstream suggested defaults.
1805 * :github:`16968` - silabs/gecko/emlib/src/em_gpio.c:111:35: warning: ?: using integer constants in…
Drelease-notes-2.3.rst1388 * :github:`15463` - soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants
Drelease-notes-3.1.rst1586 * :github:`44199` - (U)INT{32,64}_C macro constants do not match the Zephyr stdint types
Drelease-notes-2.6.rst2207 * :github:`9895` - MISRA C Add 'u' or 'U' suffix for all unsigned integer constants
Drelease-notes-3.3.rst3081 * :github:`53335` - Undeclared constants in devicetree_generated.h
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1359 int "Range of event constants reserved for proprietary event types"
1368 int "Range of ticker id constants reserved for proprietary ticker nodes"
/Zephyr-latest/
DKconfig.zephyr8 source "Kconfig.constants"
D.ruff-excludes.toml1541 "./scripts/generate_usb_vif/constants/xml_constants.py",