Home
last modified time | relevance | path

Searched full:statically (Results 1 – 25 of 124) sorted by relevance

12345

/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_pkt_filter.h142 * @brief Statically define one packet filter rule
227 * @brief Statically define an "interface match" packet filter condition
239 * @brief Statically define an "interface unmatch" packet filter condition
251 * @brief Statically define an "orig interface match" packet filter condition
263 * @brief Statically define an "orig interface unmatch" packet filter condition
287 * @brief Statically define a "data minimum size" packet filter condition
300 * @brief Statically define a "data maximum size" packet filter condition
313 * @brief Statically define a "data bounded size" packet filter condition
341 * @brief Statically define a "ip address allowlist" packet filter condition
361 * @brief Statically define a "ip address blocklist" packet filter condition
[all …]
Dsocket_service.h114 * @brief Statically define a network socket service.
137 * @brief Statically define a network socket service in a private (static) scope.
152 * @brief Statically define a network socket service.
175 * @brief Statically define a network socket service in a private (static) scope.
Ddhcpv4_server.h65 * of addresses in the pool is configured statically with Kconfig
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dp4wq.h89 * @brief Statically initialize a P4 Work Queue
91 * Statically defines a struct k_p4wq object with the specified number
115 * @brief Statically initialize an array of P4 Work Queues
117 * Statically defines an array of struct k_p4wq objects with the specified
145 * via this function (or statically using K_P4WQ_DEFINE) before any
Dhash_map_sc.h65 * @brief Declare a Separate Chaining Hashmap statically
67 * Declare a Separate Chaining Hashmap statically with default parameters.
Dhash_map_cxx.h65 * @brief Declare a C++ Hashmap statically
67 * Declare a C++ Hashmap statically with default parameters.
Dhash_map_oa_lp.h70 * @brief Declare a Open Addressing Linear Probe Hashmap statically
72 * Declare a Open Addressing Linear Probe Hashmap statically with default parameters.
Dhash_map.h59 * @brief Declare a Hashmap statically (advanced)
61 * Declare a Hashmap statically with control over advanced parameters.
96 * @brief Declare a Hashmap statically
98 * Declare a Hashmap statically with default parameters.
/Zephyr-Core-3.6.0/arch/arm/core/mpu/
Darm_core_mpu_dev.h34 * on top of the statically configured memory regions, the maximum number of
45 * on top of the statically configured memory regions, the maximum number
58 /* When dynamic regions may not be defined on top of statically
66 /* When dynamic regions may be defined on top of statically allocated
81 * When dynamic regions may not be defined on top of statically
94 /* When dynamic regions may be defined on top of statically allocated
/Zephyr-Core-3.6.0/dts/bindings/misc/
Dzephyr,flash-disk.yaml33 Size of statically allocated buffer size in bytes. The size should be
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dcoredump.rst13 array with a size of 0 and a desired size. The driver will statically allocate memory
/Zephyr-Core-3.6.0/samples/tfm_integration/tfm_ipc/boards/
Dnrf9160dk_nrf9160_ns.overlay15 * statically in the TF-M project.
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/boards/
Dnrf9160dk_nrf9160_ns.overlay15 * statically in the TF-M project.
/Zephyr-Core-3.6.0/drivers/dma/
DKconfig.dw_common15 The number of LLI structs in a statically allocated pool. Each channel has its own
/Zephyr-Core-3.6.0/dts/bindings/coredump/
Dzephyr,coredump.yaml25 statically allocate a block of memory of the desired size and provide a callback with a
/Zephyr-Core-3.6.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h133 * @brief Structure use for statically registering host command handlers
159 * @brief Statically define and register a host command handler.
161 * Helper macro to statically define and register a host command handler that
182 * @brief Statically define and register a host command handler without sizes.
184 * Helper macro to statically define and register a host command handler whose
/Zephyr-Core-3.6.0/scripts/
Dmake_bugs_pickle.py20 # Note that type annotations are not currently statically checked, and
/Zephyr-Core-3.6.0/arch/arm64/core/xen/
Denlighten.c24 * available on PRE_KERNEL_1 stage, so we will use statically allocated buffer,
/Zephyr-Core-3.6.0/modules/lvgl/
DKconfig.memory91 Rendering buffers are statically allocated based on the following
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dblob_cli.h335 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
357 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
358 * @param xfer Statically allocated transfer parameters.
398 * @param inputs Statically allocated BLOB Transfer Client transfer inputs.
/Zephyr-Core-3.6.0/doc/kernel/usermode/
Dmpu_stack_objects.rst9 Thread stacks are declared statically with :c:macro:`K_THREAD_STACK_DEFINE()`.
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/
Dtest_multi_fs.c102 /* There is no way to statically determine whether a file in test_fs_external()
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_system_apic.c32 * configured statically.
/Zephyr-Core-3.6.0/tests/arch/arm/arm_irq_advanced_features/src/
Darm_zero_latency_irqs.c41 * Interrupts configured statically with IRQ_CONNECT(.) in ZTEST()
/Zephyr-Core-3.6.0/tests/kernel/obj_core/obj_core/src/
Dmain.c96 /* Search for statically initialized object */ in common_obj_core_test()
154 /* Search for statically initialized object */ in ZTEST()

12345