Searched full:exclusive (Results 1 – 25 of 55) sorted by relevance
123
/Zephyr-Core-3.4.0/boards/posix/nrf52_bsim/cmsis/ |
D | cmsis_instr.h | 44 * Implement the following ARM intrinsics as non-exclusive accesses 46 * - STR Exclusive(8,16 & 32bit) (__STREX{B,H,W}) 47 * - LDR Exclusive(8,16 & 32bit) (__LDREX{B,H,W}) 48 * - CLREX : Exclusive lock removal (__CLREX) - no-op 52 * exclusive access flag; 54 * shareable regions, exclusive reservations granules, automatic clearing 64 * But as this ARM exclusive access monitor mechanism can in principle be 70 * \brief Pretend to execute a STR Exclusive (8 bit) 71 * \details Executes a ~exclusive~ STR instruction for 8 bit values. 83 * \brief Pretend to execute a STR Exclusive (16 bit) [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/arm/ |
D | nordic,nrf-mutex.yaml | 4 description: Nordic nRF family MUTEX (Mutual Exclusive Peripheral)
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/common/ |
D | edtt_driver.h | 32 * Exclusive functions for the BabbleSim driver
|
/Zephyr-Core-3.4.0/doc/kernel/services/synchronization/ |
D | mutexes.rst | 8 an associated hardware or software resource by ensuring mutually exclusive 33 A thread that needs to use a shared resource must first gain exclusive rights 155 Use a mutex to provide exclusive access to a resource, such as a physical
|
D | condvar.rst | 125 mechanism. They are meant to provide mutually exclusive access to a shared
|
/Zephyr-Core-3.4.0/drivers/disk/nvme/ |
D | nvme_helpers.h | 417 /* supports the Write Exclusive */ 420 /* supports the Exclusive Access */ 423 /* supports the Write Exclusive – Registrants Only */ 426 /* supports the Exclusive Access - Registrants Only */ 429 /* supports the Write Exclusive – All Registrants */ 432 /* supports the Exclusive Access - All Registrants */
|
/Zephyr-Core-3.4.0/subsys/logging/ |
D | Kconfig.mode | 24 interrupt).Logger backends must support exclusive access to work
|
/Zephyr-Core-3.4.0/doc/hardware/cache/ |
D | index.rst | 43 mutually exclusive options for :kconfig:option:`CACHE_TYPE` used to define
|
/Zephyr-Core-3.4.0/tests/subsys/fs/littlefs/src/ |
D | testfs_util.h | 260 * @param ecp the exclusive last entry in the sequence of build 282 * @param ecp pointer to the exclusive last entry in the build command 296 * @param ecp pointer to the exclusive range end of this level of the
|
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/ |
D | adsp_ipc_regs.h | 69 * Agents array represents mutually exclusive IPC endpoint access:
|
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/ |
D | adsp_ipc_regs.h | 69 * Agents array represents mutually exclusive IPC endpoint access:
|
/Zephyr-Core-3.4.0/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 17 # -c and -n are mutually exclusive
|
/Zephyr-Core-3.4.0/dts/bindings/pinctrl/ |
D | renesas,smartbond-pinctrl.yaml | 59 Note that bias options are mutually exclusive.
|
D | gd,gd32-pinctrl-af.yaml | 75 Note that drive and bias options are mutually exclusive.
|
D | nordic,nrf-pinctrl.yaml | 64 Note that bias options are mutually exclusive.
|
D | gd,gd32-pinctrl-afio.yaml | 77 Note that drive and bias options are mutually exclusive.
|
/Zephyr-Core-3.4.0/ |
D | LICENSE | 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | atomic_builtin.h | 286 * @brief Atomic bitwise exclusive OR (XOR). 291 * This routine atomically sets @a target to the bitwise exclusive OR (XOR) of
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/rtc/ |
D | mcp7940n.h | 170 /* Mutually exclusive alarm trigger settings */
|
/Zephyr-Core-3.4.0/kernel/ |
D | atomic_c.c | 318 * @brief Atomic bitwise exclusive OR (XOR) primitive 320 * This routine provides the atomic bitwise exclusive OR operator. The <value>
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | att.h | 144 * exclusive and both bits may not be set.
|
/Zephyr-Core-3.4.0/samples/boards/nrf/system_off/src/ |
D | retained.c | 27 /* Exclusive address of RAM end */
|
/Zephyr-Core-3.4.0/subsys/modbus/ |
D | modbus_internal.h | 124 /* Client's mutually exclusive access */
|
/Zephyr-Core-3.4.0/dts/arm/atmel/ |
D | sam4l.dtsi | 45 * exclusive for USB descriptors
|
/Zephyr-Core-3.4.0/arch/arc/core/ |
D | irq_manage.c | 210 * expressed via mutually exclusive flags.
|
123