mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 15:15:20 +00:00
Guard critical section of the driver API, so that multiple simultaneous calls from tasks/fibers won't corrupt the driver state. The locking mechanism is by default disabled. To enable it, the following flag needs to be defined: CONFIG_PWM_QMSI_API_REENTRANCY Jira: ZEP-430 Change-Id: Ia3eb2a962f4176a3ac94163b9843ab068abe4b4e Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com> Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
||
---|---|---|
.. | ||
adc | ||
aio | ||
bluetooth | ||
clock_control | ||
console | ||
counter | ||
dma | ||
ethernet | ||
flash | ||
gpio | ||
grove | ||
i2c | ||
ieee802154 | ||
interrupt_controller | ||
ipm | ||
pci | ||
pinmux | ||
pwm | ||
random | ||
rtc | ||
sensor | ||
serial | ||
shared_irq | ||
spi | ||
timer | ||
usb | ||
watchdog | ||
Kconfig | ||
Makefile |