Searched full:minimum (Results 1 – 25 of 624) sorted by relevance
12345678910>>...25
31 * @brief VBUS minimum for a sink disconnect detection.43 * @brief From entry to Attached.SRC until VBUS reaches the minimum vSafe5V threshold as64 * until the Sink sources minimum VCONN voltage (see Table 4-5)84 * @brief The minimum period a DRP shall complete a Source to Sink and back advertisement96 * @brief The minimum time a DRP shall complete transitions between Source and Sink roles110 * @brief Minimum wait time associated with the Try.SRC state.122 * @brief Minimum wait time associated with the Try.SNK state.134 * @brief Minimum timeout for transition from Try.SRC to TryWait.SNK.146 * @brief Minimum Time for a DRP to detect that the connected Charge-Through VCONNPowered160 * @brief Minimum time a port shall wait before it can determine it is attached[all …]
16 Minimum size (and alignment) of an ARM MPU region. Use this17 symbol to guarantee minimum size and alignment of MPU regions.18 A minimum 4-byte alignment is enforced in ARM builds without
26 # Minimum EVT Rx buffers permitting reception of events (Number of Completed Packets or30 # Minimum ACL TX buffers to ensure continuous transmission without skipping connection intervals33 # Minimum HCI Command TX buffers
26 * @brief Get the minimum transceiver bitrate for a CAN controller28 * The bitrate will be limited to the minimum bitrate supported by the CAN29 * controller. If no CAN transceiver is present in the devicetree, the minimum71 * @param min minimum bitrate supported by the CAN controller72 * @return the minimum bitrate supported by the CAN controller/transceiver combination123 * @brief Get the minimum transceiver bitrate for a DT_DRV_COMPAT CAN controller125 * @param min minimum bitrate supported by the CAN controller126 * @return the minimum bitrate supported by the CAN controller/transceiver combination
92 /** HID Logical Minimum item tag */96 /** HID Physical Minimum item tag */113 /** HID Usage Minimum item tag */254 * @brief Define HID Logical Minimum item with the data length of one byte.259 * @param a Minimum value in logical units260 * @return HID Logical Minimum item278 * @brief Define HID Logical Minimum item with the data length of two bytes.280 * @param a Minimum value lower byte281 * @param b Minimum value higher byte282 * @return HID Logical Minimum item[all …]
51 printk("minimum frequency request: %uHz\n", CONFIG_SAMPLE_CLOCK_FREQUENCY_HZ); in main()52 printk("minimum accuracy request: %uPPM\n", CONFIG_SAMPLE_CLOCK_ACCURACY_PPM); in main()53 printk("minimum precision request: %u\n", CONFIG_SAMPLE_CLOCK_PRECISION); in main()66 printk("requesting minimum clock specs\n"); in main()70 printk("minimum clock specs could not be met\n"); in main()
16 Minimum size (and alignment) of an ARM MPU region. Use this17 symbol to guarantee minimum size and alignment of MPU regions.18 A minimum 4-byte alignment is enforced in ARM builds without34 Minimum size (and alignment when applicable) of an ARM MPU
38 # Minimum EVT Rx buffers permitting reception of events (Number of Completed Packets or42 # Minimum ACL TX buffers to ensure continuous transmission without skipping connection intervals45 # Minimum HCI Command TX buffers
14 static inline atomic_t bounded_dec(atomic_t *val, atomic_t minimum) in bounded_dec() argument20 if (old_value < minimum) { in bounded_dec()30 static inline atomic_t bounded_inc(atomic_t *val, atomic_t minimum, in bounded_inc() argument41 new_value = ((old_value < minimum) ? minimum : old_value) + 1; in bounded_inc()
26 * - Minimum value28 * - Minimum index value42 * - Minimum value: 1000uV44 * - Minimum index value: 0x0062 /** Minimum value. */66 /** Minimum index (must be <= maximum index). */68 /** Maximum index (must be >= minimum index). */75 * @param _min Minimum value in range.77 * @param _min_idx Minimum index.183 * index will take the minimum or maximum value, respectively. For constant[all …]
19 Minimum duration, in nanoseconds, of an active pulse on the RESET line.24 Minimum time, in nanoseconds, the flash chip needs to recover after reset.
22 If not set, the minimum supported delay is used.29 If not set, the minimum supported delay is used.36 If not set, the minimum supported delay is used.
24 edge. If not set, the minimum supported delay is used.30 deassert. If not set, the minimum supported delay is used.36 select assert. If not set, the minimum supported delay is used.
43 If not set, the minimum supported delay is used.53 If not set, the minimum supported delay is used.64 If not set, the minimum supported delay is used.
22 (Master Inter-Data Idleness) minimum clock inserted29 (Master SS Idleness) minimum clock inserted between
24 /* Minimum acceptable LED blinking time period (in ms) */28 /* Minimum acceptable LED brightness value */
21 Minimum duration to activate the reset-gpios pin.28 Minimum time to wait for the DA1453x to boot following a hardware reset.
9 >0 -> use at minimum selected frequency. To select the18 >1 -> use at minimum selected accuracy
58 int "Minimum read time (µS)"63 int "Minimum write time (µS)"68 int "Minimum erase time (µS)"
219 "minimum": 0, number258 "minimum": 1, number307 "minimum": 0.25, number315 "minimum": 0.25, number323 "minimum": 0, number365 "minimum": 0, number403 "minimum": 0.25, number
27 Minimum residency duration in microseconds. It is the minimum time for a
28 description: minimum raw X value reported.33 description: minimum raw Y value reported.
26 1.6 seconds but minimum is 0.9. To avoid false positive watchdog reset27 the watchdog should be kicked within the minimum timeout period. The kick
16 # minimum, give some room by adding 50K more. RAM usage depends largerly on17 # the display buffer, but a minimum is also required for the system itself.29 # The minimum RAM needed for this display is actually around 8MB,
11 ARC MPU has several versions. For MPU v2, the minimum region is 2048 bytes;12 For other versions, the minimum region is 32 bytes; v4 has secure features,