Home
last modified time | relevance | path

Searched full:filtering (Results 1 – 25 of 154) sorted by relevance

1234567

/Zephyr-latest/subsys/net/pkt_filter/
DKconfig1 # Packet filtering config
5 menu "Network Packet Filtering"
8 bool "Network packet filtering"
10 The Network Packet Filtering facility provides the infrastructure
17 bool "Additional network packet filtering hook inside IPv4 stack"
24 bool "Additional network packet filtering hook inside IPv6 stack"
31 bool "Additional network packet filtering hook for connection input"
39 module-str = Log level for packet filtering
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/
DKconfig5 bool "Test: Filtering BIQUAD"
8 bool "Test: Filtering DECIM"
11 bool "Test: Filtering FIR"
14 bool "Test: Filtering MISC"
17 bool "Test: Filtering MISC - Partial Convolution"
Dtestcase.yaml7 libraries.cmsis_dsp.filtering:
12 libraries.cmsis_dsp.filtering.biquad:
26 libraries.cmsis_dsp.filtering.biquad.fpu:
41 libraries.cmsis_dsp.filtering.decim:
55 libraries.cmsis_dsp.filtering.decim.fpu:
70 libraries.cmsis_dsp.filtering.fir:
84 libraries.cmsis_dsp.filtering.fir.fpu:
100 libraries.cmsis_dsp.filtering.misc:
114 libraries.cmsis_dsp.filtering.misc.fpu:
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig71 bool "H/W L2 Filtering"
73 Enable Hardware support for L2 filtering of packets.
76 bool "H/W L3 L4 Filtering"
78 Enable Hardware support for L3 L4 filtering of packets.
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/
DREADME.rst11 … In the middle of the communication, we have the filter responsible for filtering the data generat…
33 I: -|- Filtering data
36 I: -|- Filtering data
39 I: -|- Filtering data
42 I: -|- Filtering data
45 I: -|- Filtering data
/Zephyr-latest/drivers/sensor/nxp/nxp_kinetis_temp/
DKconfig34 bool "Digital filtering of ADC readings"
36 Enable weighted average digital filtering of the ADC
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend.h21 * static structure or dynamic structure if runtime filtering is enabled.
41 * static structure or dynamic structure if runtime filtering is enabled.
55 * static structure or dynamic structure if runtime filtering is enabled.
70 * static structure or dynamic structure if runtime filtering is enabled.
Dlog_instance.h93 * Returns a pointer associated with given logging instance. When runtime filtering
164 * @brief Macro for registering instance for logging with independent filtering.
166 * Module instance provides filtering of logs on instance level instead of
172 * @param _level Initial static filtering.
Dlog.h120 * independent filtering settings (if runtime filtering is enabled) and
136 * independent filtering settings (if runtime filtering is enabled) and
151 * independent filtering settings (if runtime filtering is enabled) and
166 * independent filtering settings (if runtime filtering is enabled) and
232 * independent filtering settings (if runtime filtering is enabled) and
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.h108 /* this function is used to decide whether filtering sensitivity checking
113 bool filtering = false; in is_filtering_sensitivity() local
118 filtering = true; in is_filtering_sensitivity()
123 return filtering; in is_filtering_sensitivity()
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_gmac89 bool "Multicast destination address filtering"
91 Enable support for multicast destination address filtering in the MAC.
92 MAC performs imperfect filtering using a 64-bit hash table. The upper
DKconfig.xmc4xxx46 The filtering can only be done on one vlan tag. If vlan_setup() is
47 called multiple times, the filtering will be done on the latest
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml55 is recommended at the touchscreen terminals for noise filtering.
89 Higher values result in more filtering of noise, but also introduce
94 at the cost of less noise filtering.
/Zephyr-latest/subsys/logging/
DKconfig.filtering4 menu "Logging levels filtering"
7 bool "Runtime filtering reconfiguration"
DKconfig.mode36 amount of code pulled in if used. Build time filtering is supported,
37 but not runtime filtering. There are no timestamps, prefixes,
DKconfig22 rsource "Kconfig.filtering"
/Zephyr-latest/include/zephyr/drivers/sensor/
Dicm42670.h28 * setting the signal path filtering parameters.
43 /** BW filtering */
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dfilter-child-bindings.yaml1 description: Test binding for filtering 'child-binding' properties
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_sync.h24 /* The member is required for filtering by CTE type. If filtering policy is disabled then
/Zephyr-latest/drivers/can/
DKconfig.sja100017 As the NXP SJA1000 only supports one full-width RX filter, filtering of received CAN
/Zephyr-latest/samples/sysbuild/with_mcuboot/
Dsample.yaml8 # filtering support, see discussion in #49552.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dbrg_cfg.h62 net_idx: 12; /* NetKey Index used for filtering or ignored */
67 /** Filter applied NetKey Indexes, and NetKey Index used for filtering. */
/Zephyr-latest/dts/bindings/misc/
Drenesas,ra-external-interrupt.yaml31 renesas,digital-filtering:
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt_filter.rst3 Network Packet Filtering
13 The Network Packet Filtering facility provides the infrastructure to
/Zephyr-latest/doc/services/logging/
Dindex.rst22 - Compile time filtering on module level.
23 - Run time filtering independent for each backend.
24 - Additional run time filtering on module instance level.
42 time filtering is independent for each backend and each source of log messages.
105 Filtering options:
108 filtering.
250 which can be used to provide filtering on instance level rather than module
253 In order to use instance level filtering following steps must be performed:
393 :c:macro:`LOG_INF`) and is responsible for filtering a message (compile and run
466 Run-time filtering
[all …]

1234567