Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py31filtered = [x for x in commit.message.body if not x.lower().startswith("signed-off-by") and x != '…
32 line_count = len(filtered)
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py164 filtered = 0
206 filtered += 1
213 filtered += 1
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py452 def dump(self, filtered=None, header=None, connected_only=False, detected=False): argument
453 if filtered is None:
454 filtered = []
469 if filtered and platform not in filtered:
Dtwister_main.py171 hwm.dump(filtered=tplan.selected_platforms)
/Zephyr-latest/drivers/sensor/explorir_m/
Dexplorir_m.c48 uint16_t filtered; member
140 data->filtered = strtol(&data->read_buffer[EXPLORIR_M_VALUE_INDEX], NULL, 10); in explorir_m_buffer_process()
324 val->val1 = data->filtered * data->scaling; in explorir_m_channel_get()
/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig81 Bandwidth of filtered acceleration data.
/Zephyr-latest/samples/application_development/external_lib/
DCMakeLists.txt16 # filtered out.
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py725 filtered, argument
731 mocked_hm.dump(filtered, header, connected_only, detected)
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst69 - filtered
194 This status indicates that the whole Suite has been statically filtered
Dtwister.rst905 (e.g. minimum ram) are filtered out from the scope.
/Zephyr-latest/subsys/testsuite/
DKconfig116 pass, CONFIG_ARCH_HAS_USERSPACE should be filtered in its
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst175 the matrix state to be filtered to remove keys that are not present before
/Zephyr-latest/subsys/shell/
DKconfig136 ASCII range: <0, 127>. As a result filtered characters will not be
/Zephyr-latest/cmake/modules/
Ddts.cmake92 # invalid flags are automatically filtered out of the list
/Zephyr-latest/doc/contribute/
Dexternal.rst125 platform shall be added to an optional manifest file that is filtered by
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig215 Set the number of unique BLE addresses that can be filtered as
226 addresses that can be filtered as duplicates while Extended Scanning.
/Zephyr-latest/doc/services/logging/
Dindex.rst39 During compilation logs can be filtered out on module basis and severity level.
41 Logs can also be compiled in but filtered on run time using dedicate API. Run
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1041 * :github:`28059` - sample for sensor lps22hh is not filtered out for bare nrf52dk_nrf52832
1062 * :github:`27964` - usb: Standard requests are not filtered.
1689 * :github:`22975` - tests/kernel/gen_isr_table: filtered in CI only for Cortex-M Mainline
Drelease-notes-2.6.rst1011 * Documentation known warnings are now filtered using a custom Sphinx extension:
Drelease-notes-3.2.rst2269 * :github:`47204` - CAN filter with RTR mask causes infinite loop in MCAN driver on filtered messag…
Drelease-notes-1.14.rst1116 * :github:`15370` - log_strdup() leaks memory if log message is filtered
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst1865 Get a filtered set of NetKey index pairs extracted from the Bridging Table.