Searched refs:filtering (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/subsys/net/pkt_filter/ |
D | Kconfig | 1 # Packet filtering config 8 bool "Network packet filtering" 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/subsys/sensing/ |
D | sensor_mgmt.h | 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/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/drivers/can/ |
D | Kconfig.sja1000 | 17 As the NXP SJA1000 only supports one full-width RX filter, filtering of received CAN
|
/Zephyr-latest/drivers/ethernet/ |
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
|
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.stm32_hal | 161 Enable support for multicast hash filtering in the MAC. 162 Once enabled the ethernet MAC performs imperfect filtering
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.filtering | 4 menu "Logging levels filtering" 7 bool "Runtime filtering reconfiguration"
|
D | Kconfig | 22 rsource "Kconfig.filtering"
|
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,
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 73 Enable Hardware support for L2 filtering of packets. 78 Enable Hardware support for L3 L4 filtering of packets.
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | README.rst | 10 main features: severity levels, timestamping, module level filtering and 11 instance level filtering. It also showcases logging capabilities in terms of
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet.rst | 31 * MAC address filtering
|
/Zephyr-latest/samples/subsys/logging/dictionary/ |
D | README.rst | 15 filtering of the logging messages for the frontend (in the same way as it is done for backends). 16 See ``log frontend`` set of commands and use ``log_rt_demo`` command to test the filtering.
|
/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. 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 469 If run-time filtering is enabled, then for each source of logging a filter [all …]
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | attributes.rst | 11 channel offsets, signal filtering, power modes, on chip buffers, and event
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.sbus | 32 lower the amounts of input events. Set to 0 for no filtering
|
/Zephyr-latest/boards/ |
D | index.rst | 20 not be used in the filtering process.
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/ |
D | README.rst | 37 filtering of broadcast sink and broadcast source names. By default, the application will
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 44 filtering supported, any more complex filtering logic has to be implemented in
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 52 int "Maximum number of SSIDs that can be specified for SSID filtering" 56 Maximum number of SSIDs that can be specified for SSID filtering.
|
/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…
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/ |
D | README.rst | 9 Number crunching sample does vector operations, Fast Fourier Transformation and filtering. 27 filtering (Fast Fourier Transform (FFT)) or echo cancellation (Least Mean Square (LMS) filter
|
/Zephyr-latest/boards/st/st25dv_mb1283_disco/doc/ |
D | index.rst | 47 - Energy harvesting output (VOUT) with a 10nF capacitance filtering circuit
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 71 RSSI filtering.
|
123