/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 76 "protected" by a lock with an NMI, because the protection does not work. The
|
/Zephyr-latest/samples/bluetooth/eddystone/src/ |
D | main.c | 143 uint8_t lock[16]; member 153 .lock = { 'Z', 'e', 'p', 'h', 'y', 'r', ' ', 'E', 'd', 'd',
|
/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax.h | 478 struct k_mutex lock; member
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_mchp_xec.c | 60 uint32_t lock; member
|
/Zephyr-latest/boards/mikroe/mini_m4_for_stm32/doc/ |
D | mikroe_mini_m4_for_stm32.rst | 99 The initial state of the board is set to lock.
|
/Zephyr-latest/boards/mikroe/clicker_2/doc/ |
D | mikroe_clicker_2.rst | 69 The initial state of the board is set to lock.
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xmc4xxx.c | 558 uint32_t lock; in eth_xmc4xxx_isr() local 562 lock = irq_lock(); in eth_xmc4xxx_isr() 585 irq_unlock(lock); in eth_xmc4xxx_isr()
|
D | eth_adin2111.c | 120 return k_mutex_lock(&ctx->lock, timeout); in eth_adin2111_lock() 127 return k_mutex_unlock(&ctx->lock); in eth_adin2111_unlock() 1562 .lock = Z_MUTEX_INITIALIZER(name##_data_##inst.lock), \
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os2.h | 334 int32_t osKernelRestoreLock(int32_t lock);
|
/Zephyr-latest/include/zephyr/drivers/ |
D | regulator.h | 240 struct k_mutex lock; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32wb0.c | 949 res = k_sem_take(&data->ctx.lock, K_NO_WAIT); in adc_stm32wb0_channel_setup() 1005 k_sem_give(&data->ctx.lock); in adc_stm32wb0_channel_setup()
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 13 * Times to lock a mutex then unlock that mutex 104 …mutex.lock.immediate.recursive.kernel - Lock a mutex : … 157 …mutex.lock.immediate.recursive.kernel - Lock a mutex : … 214 …mutex.lock.immediate.recursive.kernel - Lock a mutex : … 348 …mutex.lock.immediate.recursive.kernel - Lock a mutex : … 350 …mutex.lock.immediate.recursive.user - Lock a mutex : …
|
/Zephyr-latest/kernel/ |
D | mmu.c | 524 bool lock = (flags & K_MEM_MAP_LOCK) != 0U; in map_anon_page() local 554 if (lock) { in map_anon_page() 559 if (IS_ENABLED(CONFIG_EVICTION_TRACKING) && (!lock)) { in map_anon_page()
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m.h | 221 struct k_mutex lock; member
|
D | net_if.h | 717 struct k_mutex lock; member 743 (void)k_mutex_lock(&iface->lock, K_FOREVER); in net_if_lock() 750 k_mutex_unlock(&iface->lock); in net_if_unlock()
|
/Zephyr-latest/tests/benchmarks/app_kernel/ |
D | README.txt | 35 | average lock and unlock mutex | NNNNNN|
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 323 To avoid this sort of problem, devices must :ref:`get and release lock <pm-policy-power-states>` 327 loss and an API that automatically get and put lock on them. This feature is 371 After that devices can lock these state calling
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 453 .lock = NULL,
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_controller.c | 423 k_mutex_init(&nvme_ctrlr->lock); in nvme_controller_init()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | csip_set_coordinator.c | 580 SHELL_CMD_ARG(lock, NULL,
|
/Zephyr-latest/boards/amd/kv260_r5/doc/ |
D | index.rst | 9 * Or as a single dual lock step unit with double the TCM size.
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1083 struct k_spinlock lock; member 1123 .lock = { }, \
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 1331 (void)k_mutex_lock(&ctx->lock, K_FOREVER); in lwm2m_client_lock() 1336 k_mutex_unlock(&ctx->lock); in lwm2m_client_unlock()
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 151 * The channel lock is acquired; 247 (as simple as lock, memory copy, unlock), continues its execution and goes out of the CPU. 299 (as simple as lock, memory copy, unlock), continues its execution, and goes out the CPU. 372 lock mechanism; 522 It is unnecessary to claim/lock a channel before accessing the message inside the listener since 524 however, must claim/lock that or use regular read operations to access the message after being
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_virtual.c | 512 .lock = uhc_vrt_lock,
|