Searched full:exclusive (Results 1 – 25 of 85) sorted by relevance
1234
/Zephyr-latest/boards/native/nrf_bsim/common/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-latest/dts/bindings/arm/ |
D | nordic,nrf-mutex.yaml | 4 description: Nordic nRF family MUTEX (Mutual Exclusive Peripheral)
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | proxy_adv_multi_subnet_coex.sh | 31 # Proxy enabled. RX device verifies that the single subnet has exclusive 42 # device. RX device verifies that the single subnet has exclusive access
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/ |
D | edtt_driver.h | 32 * Exclusive functions for the BabbleSim driver
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,edma.yaml | 23 and "dma-channels" are mutually exclusive, meaning you
|
/Zephyr-latest/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-latest/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-latest/subsys/logging/ |
D | Kconfig.mode | 25 interrupt).Logger backends must support exclusive access to work
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_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-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/ |
D | adsp_ipc_regs.h | 69 * Agents array represents mutually exclusive IPC endpoint access:
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/ |
D | adsp_ipc_regs.h | 69 * Agents array represents mutually exclusive IPC endpoint access:
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/ |
D | adsp_ipc_regs.h | 68 * Agents array represents mutually exclusive IPC endpoint access:
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | timestamp.c | 65 /* Start new timestamp capture by setting one of mutually exclusive in intel_adsp_get_timestamp()
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 17 # -c and -n are mutually exclusive
|
/Zephyr-latest/doc/hardware/cache/ |
D | index.rst | 54 mutually exclusive options for :kconfig:option:`CACHE_TYPE` used to define
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 25 internally provide exclusive access to the device during or between these
|
/Zephyr-latest/drivers/dac/ |
D | dac_mcux_gau.c | 52 /* External and internal output are mutually exclusive */ in nxp_gau_dac_channel_setup()
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-channel-cluster.yaml | 117 description: Raw Data, mutually exclusive with all other spatial locations
|
/Zephyr-latest/doc/develop/toolchains/ |
D | cadence_xcc.rst | 36 They are mutually exclusive, and cannot be used together.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | renesas,smartbond-pinctrl.yaml | 59 Note that bias options are mutually exclusive.
|
D | ti,cc32xx-pinctrl.yaml | 63 Note that drive and bias options are mutually exclusive.
|
D | gd,gd32-pinctrl-af.yaml | 75 Note that drive and bias options are mutually exclusive.
|
/Zephyr-latest/ |
D | LICENSE | 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 241 f'{mutual_exclusive} are mutual exclusive at this level.') 248 f'{mutual_exclusive} are mutual exclusive at this level.') 274 f'{mutual_exclusive} are mutual exclusive at this level.')
|
1234