Searched full:mechanism (Results 1 – 25 of 201) sorted by relevance
123456789
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/ |
D | Kconfig | 79 mechanism. 85 firmware branch state of the APPROTECT mechanism from UICR, so if 92 the firmware branch of the APPROTECT mechanism, preventing it 100 touch the APPROTECT mechanism, allowing the user code to handle it 111 APPROTECT mechanism. 117 firmware branch state of the secure APPROTECT mechanism from UICR, 125 firmware branch of the secure APPROTECT mechanism, preventing it 133 touch the secure APPROTECT mechanism, allowing the user code to
|
/Zephyr-Core-3.5.0/drivers/ps2/ |
D | ps2_npcx_controller.c | 14 * hardware accelerator mechanism to handle both incoming and outgoing data. 15 * The hardware accelerator mechanism is shared by four PS/2 channels. 31 * reset the shift mechanism. 146 * (due to Shift Mechanism is reset) in ps2_npcx_ctrl_bus_busy() 189 /* Reset the shift mechanism */ in ps2_npcx_ctrl_write() 202 /* Reset the shift mechanism */ in ps2_npcx_ctrl_write() 267 * Once set, SOT is not cleared until the shift mechanism in ps2_npcx_ctrl_isr() 279 * the shift mechanism in ps2_npcx_ctrl_isr() 305 * the shift mechanism is reset in ps2_npcx_ctrl_isr() 348 /* Disable shift mechanism and configure PS/2 to received mode. */ in ps2_npcx_ctrl_init() [all …]
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | tcpc.rst | 14 The TCPC may provide a Source device, the mechanism to control VBUS sourcing, 15 and a Sink device, the mechanism to control VBUS sinking. A similar mechanism
|
/Zephyr-Core-3.5.0/cmake/toolchain/cross-compile/ |
D | generic.cmake | 3 # CROSS_COMPILE is a KBuild mechanism for specifying an external 6 # It is a legacy mechanism that will in Zephyr translate to
|
/Zephyr-Core-3.5.0/subsys/usb/device/class/dfu/ |
D | Kconfig | 61 WARNING: This bypasses Mcuboot's test-confirm mechanism! 63 Make sure there is some kind of recovery mechanism.
|
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 31 Use CSMA-CA mechanism (listen-before-talk with exponential backoff) 39 Use Aloha mechanism (send without any clear channel assessment) to
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | Kconfig.eventfd | 14 be used as an event wait/notify mechanism together with POSIX calls
|
/Zephyr-Core-3.5.0/doc/develop/toolchains/ |
D | other_x_compilers.rst | 7 mechanism of using a ``CROSS_COMPILE`` environment variable to set up a 15 toolchain set-up mechanism itself is supported.)
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/edac/ |
D | index.rst | 6 Error Detection And Correction is a mechanism used to detect and correct errors
|
D | ibecc.rst | 9 The mechanism initially found in Intel Elkhart Lake SOCs and later boards is 73 that no locking mechanism can protect code against an NMI happening. Zephyr's
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_stm32wbx.c | 99 * When the PESD bit mechanism is used by CPU2 to protect its in write_dword() 106 * Note: This code is required only when the PESD mechanism is in write_dword() 138 * Note: By default, the CPU2 uses the PESD mechanism in write_dword() 236 * When the PESD bit mechanism is used by CPU2 to protect its in erase_page() 243 * Note: This code is required only when the PESD mechanism is in erase_page() 275 * Note: By default, the CPU2 uses the PESD mechanism in erase_page()
|
/Zephyr-Core-3.5.0/drivers/edac/ |
D | Kconfig | 14 bool "EDAC Error Injection mechanism"
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | nordic,nrf-gpio.yaml | 20 Mask of pins that use the GPIO sense mechanism for edge detection.
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 8 This test verifies that the ARM thread context-switch mechanism 34 This test verifies that the ARM mechanism for user system calls 39 - stack pointer limit checking mechanism behaves as expected for
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/ |
D | swap.c | 13 * prior to disabling interrupts via the BASEPRI mechanism.
|
/Zephyr-Core-3.5.0/arch/common/ |
D | Kconfig | 10 Semihosting is a mechanism that enables code running on an ARM or
|
/Zephyr-Core-3.5.0/subsys/demand_paging/backing_store/ |
D | Kconfig | 29 area, allowing testing of the demand paging mechanism on
|
/Zephyr-Core-3.5.0/soc/arm/ti_lm3s6965/ |
D | sys_arch_reboot.c | 26 * mechanism. Just jump back to __reset() of the image in flash, in sys_arch_reboot()
|
/Zephyr-Core-3.5.0/kernel/ |
D | kheap.c | 28 * paging mechanism to be initialized before we can initialize in statics_init() 59 /* Need to wait for paging mechanism to be initialized before
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | smccc-call.S | 8 * This file implements the common calling mechanism to be used with the Secure
|
/Zephyr-Core-3.5.0/drivers/ipm/ |
D | Kconfig | 48 Interprocessor driver using IVSHMEM Doorbell mechanism.
|
/Zephyr-Core-3.5.0/subsys/debug/coredump/ |
D | Kconfig | 41 Core dump is done via custom mechanism defined out of tree
|
/Zephyr-Core-3.5.0/arch/arm/core/ |
D | nmi.c | 12 * time handler that resets the CPU. Also provides a mechanism for hooking a
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 95 via any available OOB mechanism (e.g. the device may advertise a packet 100 mechanism. In this case, a new key pair will be generated by the mesh stack 175 Depending on the choice of public key exchange mechanism and authentication method,
|
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/stackprot/src/ |
D | main.c | 121 * @brief Test optional mechanism to detect stack overflow 123 * @details Test that the system provides an optional mechanism to detect
|
123456789