zephyr/lib/os
Peter A. Bigot 1964bf08bb lib: os: onoff: add API for on-off service request and release management
There are various situations where it's necessary to support turning
devices on or off at runtime, includin power rails, clocks, other
peripherals, and binary device power management.  The complexity of
properly managing multiple consumers of a device in a multithreaded
system suggests that a shared implementation is desirable.  This
commit provides an API that supports managing on-off resources.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-01-29 14:08:46 +01:00
..
CMakeLists.txt lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
Kconfig
assert.c assert: Completely remove file info and condition expression 2020-01-13 13:59:55 +01:00
base64.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
fdtable.c
hex.c
json.c
mempool.c
mutex.c lib: os: don't cast mutex pointers to u32_t 2019-12-12 14:48:42 -08:00
onoff.c lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
printk.c lib: os: make snprintk fns generally available 2020-01-03 10:13:30 +01:00
rb.c
ring_buffer.c
sem.c lib: os: uncrustify sem.c 2019-11-18 13:52:15 +01:00
thread_entry.c
timeutil.c
work_q.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00