Searched refs:quantity (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/scripts/ci/ |
| D | twister_report_analyzer.py | 93 sorted(self.counters.items(), key=lambda item: item[1].quantity, reverse=True) 102 yield depth, value.quantity, key, ', '.join(value.tests[0:100]) 119 return dict(sorted(self._flatten(), key=lambda item: item[1].quantity, reverse=True)[:n]) 124 quantity: int = 0 variable in TestCollection 129 self.quantity += 1 317 for depth, quantity, key, _ in data.get_next_entry(max_depth=max_depth):
|
| /Zephyr-latest/doc/hardware/peripherals/ |
| D | fuel_gauge.rst | 18 Fundamentally, a property is a quantity that a fuel gauge device can measure.
|
| D | charger.rst | 31 Fundamentally, a property is a configurable setting, state, or quantity that a charger device can
|
| /Zephyr-latest/doc/kernel/services/data_passing/ |
| D | stacks.rst | 28 * A **maximum quantity** of data values that can be queued in the array. 39 its maximum quantity of queued values. Adding a data value to a stack that is
|
| D | message_queues.rst | 26 * A **maximum quantity** of data items that can be queued in the ring buffer.
|
| D | mailboxes.rst | 329 The receiving thread controls both the quantity of data it retrieves from an
|
| /Zephyr-latest/doc/introduction/ |
| D | index.rst | 95 needs them, and to specify their quantity and size.
|
| /Zephyr-latest/kernel/ |
| D | Kconfig | 851 kernel APIs will be a 64 bit quantity, allowing the use of
|