Home
last modified time | relevance | path

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

123456

/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h148 * @brief Statically define one packet filter rule
235 * @brief Statically define an "interface match" packet filter condition
247 * @brief Statically define an "interface unmatch" packet filter condition
259 * @brief Statically define an "orig interface match" packet filter condition
271 * @brief Statically define an "orig interface unmatch" packet filter condition
295 * @brief Statically define a "data minimum size" packet filter condition
308 * @brief Statically define a "data maximum size" packet filter condition
321 * @brief Statically define a "data bounded size" packet filter condition
349 * @brief Statically define a "ip address allowlist" packet filter condition
369 * @brief Statically define a "ip address blocklist" packet filter condition
[all …]
Dsocket_service.h118 * @brief Statically define a network socket service.
139 * @brief Statically define a network socket service in a private (static) scope.
/Zephyr-latest/include/zephyr/sys/
Dp4wq.h102 * @brief Statically initialize a P4 Work Queue
104 * Statically defines a struct k_p4wq object with the specified number
130 * @brief Statically initialize a P4 Work Queue
140 * @brief Statically initialize an array of P4 Work Queues
142 * Statically defines an array of struct k_p4wq objects with the specified
169 * @brief Statically initialize an array of P4 Work Queues
182 * 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.h60 * @brief Declare a Hashmap statically (advanced)
62 * Declare a Hashmap statically with control over advanced parameters.
97 * @brief Declare a Hashmap statically
99 * Declare a Hashmap statically with default parameters.
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig84 string "SSID of statically configured WiFi network"
87 string "Password of statically configured Wi-Fi network"
/Zephyr-latest/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-latest/samples/net/mqtt_sn_publisher/
DKconfig9 bool "Whether to statically define the Gateway. Will use Search procedure if False."
/Zephyr-latest/dts/bindings/misc/
Dzephyr,flash-disk.yaml33 Size of statically allocated buffer size in bytes. The size should be
/Zephyr-latest/drivers/dma/
DKconfig.dw_axi_dmac20 creates number of descriptor per channel in a statically allocated pool.
DKconfig.dw_common15 The number of LLI structs in a statically allocated pool. Each channel has its own
/Zephyr-latest/doc/hardware/peripherals/
Dcoredump.rst13 array with a size of 0 and a desired size. The driver will statically allocate memory
/Zephyr-latest/samples/tfm_integration/psa_crypto/boards/
Dnrf9160dk_nrf9160_ns.overlay15 * statically in the TF-M project.
/Zephyr-latest/samples/tfm_integration/tfm_ipc/boards/
Dnrf9160dk_nrf9160_ns.overlay15 * statically in the TF-M project.
/Zephyr-latest/dts/bindings/coredump/
Dzephyr,coredump.yaml25 statically allocate a block of memory of the desired size and provide a callback with a
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dutil.h59 * TX channel statically bound to said protocol via the "extern"
77 * SCMI TX and RX channels statically bound to said protocol via
103 * reference to an SCMI TX channel statically bound to said
120 * This should be used by the transport layer driver to statically
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h143 * @brief Structure use for statically registering host command handlers
169 * @brief Statically define and register a host command handler.
171 * Helper macro to statically define and register a host command handler that
192 * @brief Statically define and register a host command handler without sizes.
194 * Helper macro to statically define and register a host command handler whose
/Zephyr-latest/drivers/i2c/
Di2c_rtio_default.c66 * ensure we don't go over the statically sized array. in i2c_iodev_submit_work_handler()
89 /* Allocate msgs on the stack, MISRA doesn't like VLAs so we need a statically in i2c_iodev_submit_work_handler()
/Zephyr-latest/include/zephyr/mctp/
Dmctp_uart.h65 * @brief Statically define a MCTP bus binding for a UART
/Zephyr-latest/drivers/audio/mic_privacy/intel/
Dmic_privacy_registers.h33 * is not necessary as it will not be enabled or force mic disable statically.
44 * 11: Enabled (force mic disable statically)
252 * is statically force mic disable by trusted agent and SW / FW should hide
/Zephyr-latest/scripts/
Dmake_bugs_pickle.py20 # Note that type annotations are not currently statically checked, and
/Zephyr-latest/arch/arm64/core/xen/
Denlighten.c24 * available on PRE_KERNEL_1 stage, so we will use statically allocated buffer,
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth113 Otherwise, the SMP service will be statically defined and registered.

123456