Home
last modified time | relevance | path

Searched refs:lock (Results 451 – 475 of 483) sorted by relevance

1...<<11121314151617181920

/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c811 .lock = udc_stm32_lock,
Dudc_kinetis.c1153 .lock = usbfsotg_lock,
Dudc_rpi_pico.c1064 .lock = udc_rpi_pico_lock,
Dudc_numaker.c1719 .lock = udc_numaker_lock,
Dudc_it82xx2.c1522 .lock = it82xx2_lock,
Dudc_smartbond.c1709 .lock = udc_smartbond_lock,
Dudc_dwc2.c2972 .lock = udc_dwc2_lock,
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt291 # file lock mechanism. To ensure correct behaviour in all cases, limit
/Zephyr-latest/arch/riscv/
DKconfig144 writing the mstatus register to lock and unlock the IRQs.
/Zephyr-latest/dts/arm/microchip/
Dmec172x_common.dtsi24 pll-lock-timeout-ms = <30>;
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst248 minimizes the chance that an errant ISR or interrupt lock will delay
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst331 * ``ZEP-2445`` - nrf52: CPU lock-up when using Bluetooth + Flash driver + CONFIG_ASSERT
Drelease-notes-3.0.rst790 :c:func:`pm_device_state_is_locked`) to lock a device pm
913 * :github:`42353` - LwM2M not pass official LightweightM2M-1.1-int-256 and stack enter dead lock
1174 * :github:`40107` - lwm2m: if network drops during firmware update, lock occurs
Drelease-notes-1.7.rst389 * ``ZEP-1619`` - Default value of NET_NBUF_RX_COUNT is too low, causes lock up on startup
Drelease-notes-3.6.rst1020 * Fixed an issue in MCUmgr FS management whereby the semaphore lock would not be given if an
1191 …* Replaced mutexes with semaphores to lock channels and implement the Highest Locker Protocol (HLP)
Drelease-notes-3.3.rst1080 * Added shell command to lock/unlock LwM2M registry.
1631 - new property: ``pll-lock-timeout-ms``
2785 - :github:`54411` - mgmt: mcumgr: Shell transport can lock shell up until device is rebooted
2808 - :github:`54668` - shell: "log backend" command causes shell to lock up
3309 * :github:`51827` - picolibc heap lock recursion mismatch
Drelease-notes-2.6.rst1384 * :github:`34369` - Driver esp for wifi got a dead lock.
1648 * :github:`33319` - Kernel doesn't validate lock state on swap
2065 * :github:`29610` - documentation says giving a semaphore can release IRQ lock
Drelease-notes-3.7.rst1087 …* Move lock-free queues out of RTIO into lib, dropping the ``rtio_`` prefix to SPSC and MPSC queue…
1733 to lock and unlock all power states that cause power loss in a device.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst374 …Therefore, it is recommended to simply always lock the binding, whether or not the resource being …
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst283 scheduler lock. Meta-IRQ threads are still threads, however,
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst790 lock :Lock the LwM2M registry
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst355 interrupts unconditionally, that is, regardless of the interrupt lock
/Zephyr-latest/arch/
DKconfig866 supports DCLS, but is configured in split-lock mode (by default or
/Zephyr-latest/kernel/
DKconfig99 otherwise cooperative and/or have taken a scheduler lock.
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c487 k_mutex_init(&client_ctx->lock); in lwm2m_engine_context_init()

1...<<11121314151617181920