Home
last modified time | relevance | path

Searched refs:constraints (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py68 def _check_benchmark_results(output: str, core: str, constraints: STMLimits) -> None:
78 "expected": constraints.log_0_arg,
82 "expected": constraints.log_1_arg,
86 "expected": constraints.log_2_arg,
90 "expected": constraints.log_3_arg,
94 "expected": constraints.log_str,
98 "expected": constraints.tracepoint,
102 "expected": constraints.tracepoint_d32,
111 threshold = cfg[check]["expected"] * (1 + constraints.tolerance)
240 _check_benchmark_results(output=output, core='app', constraints=app_constraints)
[all …]
/Zephyr-latest/subsys/pm/policy/
Dpolicy_device_lock.c16 struct pm_state_constraint *constraints; member
76 .constraints = PM_CONSTRAINTS_NAME(node_id), \
97 _devices_constraints[i].constraints[j].state, in pm_policy_device_power_lock_get()
98 _devices_constraints[i].constraints[j].substate_id); in pm_policy_device_power_lock_get()
113 _devices_constraints[i].constraints[j].state, in pm_policy_device_power_lock_put()
114 _devices_constraints[i].constraints[j].substate_id); in pm_policy_device_power_lock_put()
DKconfig15 on CPU residency times and other constraints imposed by the drivers or
27 bool "Power state constraints per device"
31 This used to set and release power state constraints when
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/
Dpower.c65 uint32_t constraints; in pm_state_set() local
80 constraints = Power_getConstraintMask(); in pm_state_set()
93 if ((constraints & (1 << PowerCC26XX_NEED_FLASH_IN_IDLE)) || in pm_state_set()
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/
Dpower.c66 uint32_t constraints; in pm_state_set() local
81 constraints = Power_getConstraintMask(); in pm_state_set()
94 if ((constraints & (1 << PowerCC26XX_NEED_FLASH_IN_IDLE)) || in pm_state_set()
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst36 During stack creation, a set of constraints are enforced on the allocation of
37 memory. These constraints include determining the alignment of the stack and
39 constraints are used to place the stacks properly.
41 The main source of the memory constraints is the MPU design for the SoC. The
42 MPU design may require specific constraints on the region definition. These
51 v7m MPU will have these constraints.
61 Size and alignment constraints may result in stack allocations being larger
Dmemory_domain.rst186 to the following constraints:
190 underlying hardware constraints. For example, many MPU-based systems require
Doverview.rst178 There are some constraints if additional application binary data is loaded
/Zephyr-latest/samples/subsys/nvs/boards/
Dnucleo_wb55rg.overlay11 /* Set 12KB of storage at the end of 1st half of flash (dual core constraints) */
/Zephyr-latest/drivers/disk/
DKconfig.flash19 Enable runtime zephyr,flash-disk partition page layout constraints
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg.rst14 local constraints, such as low battery power or changes in topology. For these
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig25 related constraints.
34 related constraints. Dynamic threads are a subset of all other CMSIS
/Zephyr-latest/doc/develop/west/
Dwhy.rst12 During the development of west, a set of :ref:`west-design-constraints` were
85 .. _west-design-constraints:
/Zephyr-latest/doc/contribute/
Dproposals_and_rfcs.rst32 feature as it is being designed, and incorporate important constraints into the
/Zephyr-latest/doc/kernel/services/
Dindex.rst71 do not have alignment constraints, but use temporary memory from the
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst80 resource constraints. Ideally, one platform should be enough to verify the
/Zephyr-latest/doc/services/pm/
Dsystem.rst92 Other constraints placed upon the decision may include locks disallowing certain power states,
/Zephyr-latest/arch/x86/zefi/
DREADME.txt74 order given the linker constraints described above (i386 doesn't have
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst40 are no real protocol constraints that require that limit.
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst148 Adding more constraints, the Zephyr project has demanding policies
152 Put together, all these constraints can make writing header files very
/Zephyr-latest/doc/hardware/porting/
Dshields.rst56 timing constraints, etc), in order to enable it for proper operation with the
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst173 Depending on configuration, there are several constraints that must be
187 The alignment constraints can be quite restrictive, for example some MPUs
478 still used, but there are additional constraints which must be met or the
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst140 specification requires the application to obey certain constraints.
/Zephyr-latest/kernel/
DKconfig.vm34 2. The underlying architecture may impose constraints on the bounds of
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst249 this function for additional details and constraints.

12