Searched full:defines (Results 1 – 25 of 601) sorted by relevance
12345678910>>...25
/Zephyr-latest/cmake/ide/ |
D | eclipse_cdt4_generator_amendment.cmake | 7 # For the defines in INTERFACE_COMPILE_DEFINITIONS 14 # defines from the file to 24 # The defines in '.cproject' are always the same for C and C++. 48 #3. The amendment function appends the defines from 56 # 1 - work mode: "C and CXX includes, defines in .cproject without __cplusplus" 57 # 2 - work mode: "C and CXX includes, defines in .cproject with __cplusplus" 58 # 5 - work mode: "C and CXX includes, defines in Eclipse with project defines" 61 # the C and CXX includes, defines setting in Eclipse is the user task. 64 ## 3 - work mode: "C and CXX includes, defines in .settings - [EXPERIMENTAL]" 65 ## 4 - work mode: "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]" [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_reserved_resources.h | 10 /** @brief Bitmask that defines GPIOTE130 channels reserved for use outside 17 /** @brief Bitmask that defines GPIOTE131 channels reserved for use outside 24 /** @brief Bitmask that defines EGU instances that are reserved for use outside 29 /** @brief Bitmask that defines TIMER instances that are reserved for use outside 455 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 462 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 469 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 476 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 483 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 490 /** @brief Bitmask that defines DPPI groups that are reserved for use outside [all …]
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_whd_hal_common.h | 11 /** Defines the amount of stack memory available for the wifi thread. */ 16 /** Defines the priority of the thread that services wifi packets. Legal values are defined by the 23 /** Defines the country this will operate in for wifi initialization parameters. See the 30 /** Defines the priority of the interrupt that handles out-of-band notifications from the wifi 37 /** Defines whether to use the out-of-band pin to allow the WIFI chip to wake up the MCU. */
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.stm32 | 22 Defines the maximum number of filters with standard ID (11-bit) 38 Defines the maximum number of filters with extended ID (29-bit) 66 Defines the maximum number of filters with standard ID (11-bit) 74 Defines the maximum number of filters with extended ID (29-bit)
|
D | Kconfig.xmc4xxx | 20 Defines the array size of transmit callback pointers and semaphores, 28 Defines the number of CAN messages in each RX FIFO. A separate RX FIFO
|
D | Kconfig.mcp251xfd | 23 Defines the array size of transmit callback pointers and semaphores, 31 Defines the number of CAN messages in the RX fifo.
|
/Zephyr-latest/dts/bindings/ppc/ |
D | nxp,nx20p3483.yaml | 20 This value must be set using one of the NX20P348X_U_THRESHOLD_* defines. 32 This value must be set using one of the NX20P348X_I_THRESHOLD_* defines. 39 This value must be set using one of the NX20P348X_I_THRESHOLD_* defines.
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.amp | 18 Defines APPCPU IRAM area size in bytes. 24 Defines APPCPU DRAM area size in bytes.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | infineon,xmc4xxx-intc.yaml | 18 eru_src defines where the specific port/pin combination is connected in the ERU. 19 line defines the SR line that will be raised by the event.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 27 # prepare defines 28 defines = ["-D" + d.define for d in tcg.defines] 31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
|
/Zephyr-latest/soc/arm/mps2/ |
D | soc_registers.h | 44 /* Defines for bits in fpgaio led0 register */ 48 /* Defines for bits in fpgaio button register */ 52 /* Defines for bits in fpgaio misc register */
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | fcntl.h | 19 * any other file IO defines. 24 #error "O_NONBLOCK conflicts with other O_*** file IO defines!"
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 124 Defines the neighbor propagation delay threshold in nanoseconds. 133 Defines the interval at which a Path Delay Request will be sent. 141 Defines the interval at which a Sync message will be sent. 149 Defines the interval at which an Announce message will be sent. 157 Defines the number of sync intervals to wait without receiving 165 Defines the number of announce intervals to wait without receiving
|
/Zephyr-latest/include/zephyr/arch/arc/ |
D | arc_addr_types.h | 13 * - Zephyr defines paddr_t as a uintptr_t 14 * - MWDT defines paddr_t as a unsigned long
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | models.rst | 9 The Bluetooth Mesh specification defines foundation models that can be 40 Model Specification defines several models, some of which are implemented in Zephyr:
|
D | sar_cfg_srv.rst | 13 The model defines a set of states and messages for the SAR configuration. 15 The SAR Configuration Server model defines two states, SAR Transmitter state and SAR Receiver state.
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/ |
D | Kconfig | 9 is supposed to be sourced, that is when oot variant defines 'extends:' 30 is supposed to be sourced, that is when oot variant defines 'extends:'
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | cpu.h | 14 /* ICSR defines */ 22 /* CONTROL defines */ 25 /* EXC_RETURN defines */
|
/Zephyr-latest/dts/bindings/pwm/ |
D | infineon,xmc4xxx-ccu8-pwm.yaml | 59 'PORT/PIN' defines the GPIO that the channel connects to. 94 Defines the clock divider for each slice. 103 Defines the clock divider for dead time counter for each slice. 112 Defines the dead time in nanoseconds for the high-side PWM signal for each channel. 118 Defines the dead time in nanoseconds for the low-side PWM signal for each channel.
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 18 This option defines the maximum length of raw scan results. 72 This option defines the maximum number of APs and STAs that can be managed 87 This option defines the maximum number of managed interfaces per Wi-Fi 127 This option defines the maximum number of identity users allowed connection.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_grtc | 24 bool "Application defines GRTC initialization" 26 Application defines the initialization procedure and time of the GRTC
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | Kconfig | 29 bool "Board defines custom RFCC26XX hwAttrs structure" 31 The board defines its own RFCC26XX_hwAttrs structure (e.g., for
|
/Zephyr-latest/dts/bindings/led/ |
D | onnn,ncp5623.yaml | 10 The following example defines a single RGB LED in the ncp5623 DT node 26 The following example defines three single-channel LEDs in the ncp5623 DT node
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig | 28 bool "Board defines custom RFCC26XX hwAttrs structure" 30 The board defines its own RFCC26XX_hwAttrs structure (e.g., for
|
/Zephyr-latest/dts/bindings/input/ |
D | gpio-keys.yaml | 7 This defines a group of buttons that can generate input events. Each button 8 is defined in a child node of the gpio-keys node and defines a specific key
|
12345678910>>...25