Searched full:filtering (Results 1 – 25 of 154) sorted by relevance
1234567
/Zephyr-latest/subsys/net/pkt_filter/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 5 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"
|
D | testcase.yaml | 7 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/ |
D | Kconfig | 71 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/ |
D | README.rst | 11 … 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/ |
D | Kconfig | 34 bool "Digital filtering of ADC readings" 36 Enable weighted average digital filtering of the ADC
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend.h | 21 * 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.
|
D | log_instance.h | 93 * 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.
|
D | log.h | 120 * 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/ |
D | sensor_mgmt.h | 108 /* 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/ |
D | Kconfig.nxp_s32_gmac | 89 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
|
D | Kconfig.xmc4xxx | 46 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/ |
D | st,stmpe811.yaml | 55 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/ |
D | Kconfig.filtering | 4 menu "Logging levels filtering" 7 bool "Runtime filtering reconfiguration"
|
D | Kconfig.mode | 36 amount of code pulled in if used. Build time filtering is supported, 37 but not runtime filtering. There are no timestamps, prefixes,
|
D | Kconfig | 22 rsource "Kconfig.filtering"
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | icm42670.h | 28 * setting the signal path filtering parameters. 43 /** BW filtering */
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/ |
D | filter-child-bindings.yaml | 1 description: Test binding for filtering 'child-binding' properties
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync.h | 24 /* The member is required for filtering by CTE type. If filtering policy is disabled then
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.sja1000 | 17 As the NXP SJA1000 only supports one full-width RX filter, filtering of received CAN
|
/Zephyr-latest/samples/sysbuild/with_mcuboot/ |
D | sample.yaml | 8 # filtering support, see discussion in #49552.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg.h | 62 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/ |
D | renesas,ra-external-interrupt.yaml | 31 renesas,digital-filtering:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt_filter.rst | 3 Network Packet Filtering 13 The Network Packet Filtering facility provides the infrastructure to
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 22 - 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