Searched full:macros (Results 1 – 25 of 666) sorted by relevance
12345678910>>...27
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | zephyr_common_config.ecl | 9 -doc="The API interface files are allowed to contain unused macros." 19 -doc_begin="These macros pass its first argument in a safe way to related compiler intrinsics." 20 -config=MC3R1.R20.7,macros={safe,"^(va_start||va_arg)$"} 29 -doc_begin="Some macros are deliberately compile-time constants due to project configurability." 34 -doc="Casts to log_arg_t in logging macros are safe and expected." 37 -doc_begin="The following function-like macros are not writable as inline functions." 38 -config=MC3R1.D4.9,macros+={deliberate,"name(ARG_UNUSED)"} 39 -config=MC3R1.D4.9,macros+={deliberate,"name(CONSTEXPR)"} 40 -config=MC3R1.D4.9,macros+={deliberate,"name(compiler_barrier)"} 41 -config=MC3R1.D4.9,macros+={deliberate,"name(likely)"} [all …]
|
/Zephyr-latest/cmake/linker/ |
D | target_template.cmake | 5 # Template file for optional Zephyr linker macros. 7 # This file will define optional linker macros for toolchains that are not 8 # defining these macros themselves.
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | atmel_sam_dt.h | 8 * @brief Atmel SAM MCU family devicetree helper macros 16 /* Devicetree macros related to clock */
|
/Zephyr-latest/arch/posix/include/ |
D | undef_system_defines.h | 8 * Undefine all system-specific macros defined internally, by the compiler. 10 * defined macros.
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_agilex_ll.h | 77 /* Clock Manager Macros */ 87 /* Main PLL Macros */ 90 /* Peripheral PLL Macros */ 95 /* Altera Macros */ 98 /* Shared Macros */
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | gd,gd32-pinctrl-common.yaml | 23 be defined using pre-defined macros or, alternatively, using the 24 GD32_PINMUX_AF or GD32_PINMUX_AFIO utility macros depending on the
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_fem.h | 8 * Generic helper macros for getting radio front-end module (FEM) 12 * properties to the generic macros required by the nRF5 radio HAL. 47 * Define POL_INV macros expected by radio_nrf5_dppi as needed.
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 7 based. Use of these macros has no impact on scheduling. They can be used from 12 discussed individually below. These macros are generally meant for use within 39 There are also :c:macro:`DT_PARENT` and :c:macro:`DT_CHILD` macros which can be 43 The following macros create or operate on node identifiers. 52 The following general-purpose macros can be used to access node properties. 56 Property values can be read using these macros even if the node is disabled, 68 devicetree specification, these macros can be used even for nodes without 85 devicetree specification, these macros can be used even for nodes without 99 some of these macros can be used even for nodes without matching bindings. This 100 does not apply to macros which take cell names as arguments. [all …]
|
/Zephyr-latest/lib/libc/newlib/include/ |
D | stdint.h | 11 * PRI.64 macros in <inttypes.h> by including the newlib header that 12 * provides the flag macros.
|
/Zephyr-latest/doc/build/dts/ |
D | intro-scope-purpose.rst | 39 The API itself is based on C macros. The macro names all start with ``DT_``. In 41 it's probably a ``devicetree.h`` macro. The generated C header contains macros 44 generated macros have some lowercased letters, while the ``devicetree.h`` macro
|
/Zephyr-latest/lib/libc/newlib/ |
D | CMakeLists.txt | 10 # means that the flag macros used by newlib 3.x <inttypes.h> to signal 11 # support for PRI.64 macros are not present. To make them available we 13 # explicitly include the newlib header that provides those macros.
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | asm_inline_gcc.h | 9 * POSIX ARCH specific public inline "assembler" functions and macros 12 /* Either public functions or macros or invoked by public functions */
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m_path.h | 13 * @brief LwM2M path helper macros 15 * @defgroup lwm2m_path_helpers LwM2M path helper macros 51 /* Internal helper macros for the LWM2M_PATH macro */ 87 /* Internal helper macros for the LWM2M_OBJ macro */
|
/Zephyr-latest/scripts/build/ |
D | gen_offset_header.py | 10 that defined macros for the offsets of various found structure members 33 * This header file provides macros for the offsets of various structure 34 * members. These offset macros are primarily intended to be used in
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 120 # This is used throughout this file to generate macros related to 174 # Writes utility macros 236 # Writes macros related to the node's aliases, labels, etc., 259 # Macros about the node's bus controller, if there is one 274 # Writes required macros for special case properties, when the 278 # Macros that are special to the devicetree specification 279 out_comment("Macros for properties that are special in the specification:") 286 # Macros that are special to bindings inherited from Linux, which 468 # Writes helper macros for dealing with node's parent. 474 # Writes helper macros for dealing with node's children. [all …]
|
/Zephyr-latest/kernel/include/ |
D | gen_offset.h | 9 * @brief Macros to generate structure member offset definitions 11 * This header contains macros to allow a kernel implementation to generate 44 * The following sample file illustrates the usage of the macros available 82 /* definition of the GEN_OFFSET_SYM() macros is toolchain independent */
|
/Zephyr-latest/soc/intel/alder_lake/ |
D | soc_gpio.h | 9 * @brief GPIO macros for the Alder Lake SoC 11 * This header file is used to specify the GPIO macros for
|
/Zephyr-latest/soc/intel/elkhart_lake/ |
D | soc_gpio.h | 9 * @brief GPIO macros for the Elkhart Lake SoC 11 * This header file is used to specify the GPIO macros for
|
/Zephyr-latest/include/zephyr/dt-bindings/dai/ |
D | esai.h | 11 * the values of these macros are meant to match 29 * the values of these macros are set according to
|
/Zephyr-latest/soc/intel/raptor_lake/ |
D | soc_gpio.h | 9 * @brief GPIO macros for the Raptor Lake SoC 11 * This header file is used to specify the GPIO macros for
|
/Zephyr-latest/soc/atmel/sam/sam3x/ |
D | soc.h | 10 * @brief Register access macros for the Atmel SAM3X MCU. 12 * This file provides register access macros for the Atmel SAM3X MCU, HAL
|
/Zephyr-latest/dts/bindings/usb-c/ |
D | usb-c-connector.yaml | 118 Use the following macros to define the PDOs, defined in 130 Use the following macros to define the PDOs, defined in 142 Use the following macros to define the VDOs, defined in 158 Use the following macros to define the VDOs, defined in
|
/Zephyr-latest/include/zephyr/sys/ |
D | device_mmio.h | 16 * Definitions and helper macros for managing driver memory-mapped 94 * K_MEM_PERM_* macros 140 * @defgroup device-mmio-single Single MMIO region macros 154 * This gets accessed by the DEVICE_MMIO_MAP() and DEVICE_MMIO_GET() macros. 203 * This gets accessed by DEVICE_MMIO_MAP() and DEVICE_MMIO_GET() macros. 279 * one of the DEVICE_CACHE_* macros. Unused bits are reserved for future 322 * @defgroup device-mmio-named Named MMIO region macros 337 * DEVICE_MMIO_NAMED_GET() macros. 390 * DEVICE_MMIO_NAMED_GET() macros. 520 * This macro requires that the macros DEV_DATA and DEV_CFG are locally [all …]
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 9 * @brief Atmel SAM0 MCU family devicetree helper macros 22 /* Helper macros for use with ATMEL SAM0 DMAC controller
|
/Zephyr-latest/soc/nuvoton/numaker/ |
D | CMakeLists.txt | 5 # This is for access to pinctrl macros
|
12345678910>>...27