Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/drivers/w1/
DKconfig.zephyr_gpio20 bool "Force time critical operations"
23 This option forces the 1-Wire GPIO driver to use time critical
25 Time critical communications operations are not interrupted while
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py67 logger.critical(f'malformed domains.yaml')
91 logger.critical(f'domains.yaml file not found: {domains_file}')
112 logger.critical(f'domain "{name}" not found, '
/Zephyr-latest/tests/kernel/workq/critical/
DCMakeLists.txt5 project(critical) project
/Zephyr-latest/drivers/ps2/
DKconfig25 There isn't any critical component relying on this priority at
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst105 Use an atomic variable to implement critical section processing that only
108 Use multiple atomic variables to implement critical section processing
113 other techniques to implement critical sections such as using a mutex
/Zephyr-latest/drivers/peci/
DKconfig26 There isn't any critical component relying on this priority at
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool21 0. Only critical information and warnings.
/Zephyr-latest/drivers/sensor/adi/adt7420/
DKconfig30 The critical overtemperature pin asserts when the temperature
/Zephyr-latest/samples/subsys/logging/logger/
DREADME.rst66 [00:00:03.165,977] <err> ext_log_system: critical level log
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst59 * - critical security parameter
130 - critical security parameters and public security parameters.
410 - Hard-coded critical security parameters in device software source code shall not be used.
417 - Any critical security parameters used for integrity and authenticity checks of software
475 - The consumer IoT device shall protect the confidentiality of critical security
483 - The manufacturer shall follow secure management processes for critical security
/Zephyr-latest/scripts/west_commands/runners/
Dlinkserver.py204 self.logger.critical("no load flash address could be found...")
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst201 a critical operation can instruct the scheduler to temporarily treat it
203 other threads from interfering while the critical operation is being performed.
205 Once the critical operation is complete the preemptible thread must call
252 Use cooperative threads for device drivers and other performance-critical work.
/Zephyr-latest/doc/develop/languages/rust/
Dindex.rst11 environments where reliability is critical.
/Zephyr-latest/scripts/
Dsnippets.py348 LOG.critical(e.msg)
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst42 of threads able to execute the critical section at the same time. You may also
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md90 It is absolutely critical that the log backend is capable of operating
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst188 The following example demonstrates resetting a pipe in response to a critical
/Zephyr-latest/doc/services/tfm/
Doverview.rst76 accessing or compromising more critical parts of the system, and error
218 Key and secret management is a critical part of any secure device. You need to
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst38 critical sections using interrupt masking. These APIs continue to
41 in your critical section says nothing about whether a different CPU
60 legal to acquire a nested lock inside of a critical section.
/Zephyr-latest/doc/hardware/cache/
Dguide.rst62 compromise if performance on the uncached memory is not critical to the
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/
Dindex.rst18 for time- and security-critical tasks.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst162 indicate performance or timing critical radio events to L2 that require close
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst289 This allows zero latency interrupts to be triggered inside OS critical sections.
301 in safety critical applications.
307 runtime. Direct interrupts are designed for performance-critical interrupt
/Zephyr-latest/subsys/bluetooth/
DKconfig9 # Some BT threads use co-op priorities to implement critical sections,
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst196 It is the most efficient but also the most critical way to receive messages.

12