Searched refs:Flags (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_xtensa.cmake | 3 # Flags not supported by llext linker 13 # Flags to be added to llext code compilation
|
D | target_arm.cmake | 50 # Flags not supported by llext linker 61 # Flags to be added to llext code compilation
|
D | target_arc.cmake | 11 # Flags not supported by llext linker
|
D | target_riscv.cmake | 75 # Flags not supported by llext linker 86 # Flags to be added to llext code compilation
|
D | compiler_flags.cmake | 208 # Flags to save temporary object files 214 # Flags to not track macro expansion
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | acpi.c | 56 if (drhd->Flags & ACPI_DRHD_FLAG_INCLUDE_PCI_ALL) { in vtd_drhd_info() 96 if (dmar->Flags & ACPI_DMAR_FLAG_X2APIC_OPT_OUT) { in vtd_info() 102 if (dmar->Flags & ACPI_DMAR_FLAG_INTR_REMAP) { in vtd_info()
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | target.cmake | 5 # Flags not supported by llext linker 15 # Flags to be added to llext code compilation
|
/Zephyr-latest/cmake/bintools/ |
D | bintools_template.cmake | 18 # - <tool>_flag : Flags that must always be used with this command 56 # memusage_flag : Flags that must always be applied when calling memusage command 57 # memusage_flag_final : Flags that must always be applied last at the memusage command 65 # elfconvert_flag : Flags that must always be applied when calling elfconvert comma… 66 # elfconvert_flag_final : Flags that must always be applied last at the elfconvert command 85 # disassembly_flag : Flags that must always be applied when calling disassembly com… 86 # disassembly_flag_final : Flags that must always be applied last at the disassembly comm… 96 # readelf_flag : Flags that must always be applied when calling readelf command 97 # readelf_flag_final : Flags that must always be applied last at the readelf command 106 # strip_flag : Flags that must always be applied when calling strip command [all …]
|
/Zephyr-latest/subsys/usb/device/class/ |
D | msc.c | 67 uint8_t Flags; member 299 if ((cbw.Flags & 0x80) != 0U) { in fail() 375 if ((cbw.Flags & 0x80) != 0U) { in testUnitReady() 621 if ((cbw.Flags & 0x80)) { in CBWDecode() 637 if (!(cbw.Flags & 0x80)) { in CBWDecode() 656 if (!(cbw.Flags & 0x80)) { in CBWDecode()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.vcp | 50 bool "Volume Flags notifiable support" 53 on the Volume Flags characteristic.
|
D | Kconfig.tbs | 164 bool "Support reading Status Flags" 167 This option enables support for reading Status Flags.
|
/Zephyr-latest/cmake/compiler/ |
D | compiler_flags_template.cmake | 90 # Flags for coverage generation 111 # Flags to save temporary object files 119 # Flags for imacros. The specific header must be appended by user.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | eth_bridge_native_sim_setup.rst | 95 Flags : NO_AUTO_START 105 Flags : AUTO_START,IPv4,IPv6 135 Flags : AUTO_START,IPv4,IPv6
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_protocol.rst | 36 | Res |Ver| OP | Flags | Data Length | 78 | ``Flags`` | Reserved for flags; there are no flags defined |
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 27 | Identification |Flags| Fragment Offset |
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 121 Flags : AUTO_START,IPv4,IPv6 181 Flags : POINTOPOINT,NO_AUTO_START,IPv6
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 62 - Flags: 0x 0
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 189 # Dev Flags ID Size Data bytes 203 * Flags
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 137 # Flags for set extra warnigs (ARCMWDT asm can't recognize --fatal-warnings. Skip it)
|
/Zephyr-latest/cmake/ |
D | llext-edk.cmake | 21 # - llext_edk_cflags: Flags to be used for source compile commands.
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.h | 263 uint32_t Flags; member
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 54 store metadata. Flags for each page frame:
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 108 behavior of how submissions are worked through. Flags to form in order chains of
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 288 * - Flags
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 500 /** Flags for this IRQ, see ISR_FLAG_* definitions */ 615 /** Flags for this IRQ, see ISR_FLAG_* definitions */
|
12