| .. |
|
internal
|
kobject: coverage: Fix LCOV_EXCL warnings
|
2023-11-06 10:11:17 +01:00 |
|
__assert.h
|
assert: check format arguments for correctness
|
2023-09-06 15:25:21 +02:00 |
|
arch_interface.h
|
arch: doc: move arch interface to internal api group
|
2023-11-03 11:46:52 +01:00 |
|
atomic_arch.h
|
headers: sys/atomic_arch: Drop extern attr from functions
|
2023-10-30 12:51:04 -04:00 |
|
atomic_builtin.h
|
|
|
|
atomic_c.h
|
headers: sys/atomic: Drop extern attr from functions
|
2023-10-30 12:51:04 -04:00 |
|
atomic.h
|
doc: sys: atomic: improve bitset accessor doc
|
2023-09-08 09:26:28 +02:00 |
|
barrier_builtin.h
|
barriers: builtin: Check for GCC-ism
|
2023-05-24 13:13:57 -04:00 |
|
barrier.h
|
include: arch: arm: Remove aarch32 directory
|
2023-09-13 10:08:05 +01:00 |
|
base64.h
|
lib: base64: doc: Promote to Utilities doc section
|
2023-07-19 21:07:12 -04:00 |
|
bitarray.h
|
lib: bitarray: doc: Add to Data Structures in docs
|
2023-07-19 21:06:43 -04:00 |
|
byteorder.h
|
byteorder: Add macros for converting ints to arrays
|
2023-09-28 07:39:09 -04:00 |
|
cbprintf_cxx.h
|
sys: cbprintf: Add macro for determining if argument fit in 32 bit word
|
2023-10-27 10:50:39 +02:00 |
|
cbprintf_enums.h
|
|
|
|
cbprintf_internal.h
|
sys: cbprintf: Add macro for determining if argument fit in 32 bit word
|
2023-10-27 10:50:39 +02:00 |
|
cbprintf.h
|
lib: cbprintf: doc: Doxygen cleanup
|
2023-07-20 16:25:22 +02:00 |
|
check.h
|
|
|
|
crc.h
|
lib: crc: Add CRC4
|
2023-09-26 08:36:09 +02:00 |
|
device_mmio.h
|
sys: device_mmio: polish doxygen
|
2023-10-21 13:18:33 +02:00 |
|
dlist.h
|
sys: lists: Add list functions to compute list length
|
2023-09-13 16:19:33 +02:00 |
|
errno_private.h
|
|
|
|
fdtable.h
|
fdtable: add ioctl numbers for FIONBIO, FIONREAD
|
2023-08-22 09:59:44 +02:00 |
|
hash_function.h
|
lib: os: doc: Show hash functions in documentation
|
2023-07-21 08:54:09 -05:00 |
|
hash_map_api.h
|
lib: os: doc: Cleanup doxygen groups
|
2023-07-21 08:54:09 -05:00 |
|
hash_map_cxx.h
|
lib: os: doc: Show hash implementations in documentation
|
2023-07-21 08:54:09 -05:00 |
|
hash_map_oa_lp.h
|
lib: os: doc: Show hash implementations in documentation
|
2023-07-21 08:54:09 -05:00 |
|
hash_map_sc.h
|
lib: os: doc: Show hash implementations in documentation
|
2023-07-21 08:54:09 -05:00 |
|
hash_map.h
|
lib: os: doc: Hashmap documentation fixes
|
2023-07-21 08:54:09 -05:00 |
|
heap_listener.h
|
doc: heap: Fix heap examples
|
2023-11-01 11:17:36 +00:00 |
|
iterable_sections.h
|
doc: doxygen: add some subsystems to os_services group
|
2023-05-31 14:39:29 -04:00 |
|
kobject.h
|
kernel: object: rename z_object -> k_object
|
2023-11-03 11:46:52 +01:00 |
|
libc-hooks.h
|
libc: Control Z_LIBC_PARTITION_EXISTS from Kconfig
|
2023-10-10 23:39:40 +03:00 |
|
linear_range.h
|
doc: doxygen: create utilities group
|
2023-06-05 20:21:09 -04:00 |
|
list_gen.h
|
sys: lists: Add list functions to compute list length
|
2023-09-13 16:19:33 +02:00 |
|
math_extras_impl.h
|
|
|
|
math_extras.h
|
doc: include: add missing doxygen comments in math_extras.
|
2023-09-13 11:38:54 +02:00 |
|
mem_blocks.h
|
kernel: Integrate object cores into kernel
|
2023-09-30 08:04:14 +03:00 |
|
mem_manage.h
|
kernel: mmu: fix compilation warnings when memory address and size are 0
|
2023-11-02 09:45:41 +01:00 |
|
mem_stats.h
|
|
|
|
mpsc_packet.h
|
|
|
|
mpsc_pbuf.h
|
|
|
|
multi_heap.h
|
|
|
|
mutex.h
|
|
|
|
notify.h
|
|
|
|
onoff.h
|
doc: sys: onoff: cleanup doxygen documentation
|
2023-08-09 07:41:22 -04:00 |
|
p4wq.h
|
iterable_sections: move to specific header
|
2023-05-22 10:42:30 +02:00 |
|
poweroff.h
|
lib: os: add support for system power off
|
2023-08-04 16:59:36 +02:00 |
|
printk.h
|
headers: sys/printk: Drop extern attr from functions
|
2023-10-30 12:51:04 -04:00 |
|
rb.h
|
include: rb: doc: Move code to make Doxygen happy
|
2023-08-08 13:02:47 -04:00 |
|
reboot.h
|
headers: sys/reboot: Drop extern attr from functions
|
2023-10-30 12:51:04 -04:00 |
|
ring_buffer.h
|
doc: ring_buffer: Properly expose Doxygen doc for ring_buf struct
|
2023-10-14 18:42:34 +03:00 |
|
sem.h
|
iterable_sections: move to specific header
|
2023-05-22 10:42:30 +02:00 |
|
sflist.h
|
sys: lists: Add list functions to compute list length
|
2023-09-13 16:19:33 +02:00 |
|
slist.h
|
sys: lists: Add list functions to compute list length
|
2023-09-13 16:19:33 +02:00 |
|
speculation.h
|
|
|
|
spsc_pbuf.h
|
ipc: icmsg: Improve packets reception
|
2023-06-21 15:56:02 +02:00 |
|
sys_heap.h
|
|
|
|
sys_io.h
|
|
|
|
time_units.h
|
sys/time_units.h: Make sys_clock_hw_cycles_per_sec() constant if possible
|
2023-10-06 20:05:07 +03:00 |
|
timeutil.h
|
doc: doxygen: create utilities group
|
2023-06-05 20:21:09 -04:00 |
|
util_internal_is_eq.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_internal_util_dec.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_internal_util_inc.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_internal_util_x2.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_internal.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_listify.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_loops.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util_macro.h
|
util: increase several macros limit from 255 to 4095
|
2023-10-05 06:10:06 -04:00 |
|
util.h
|
sys: util: fix parameter documentation
|
2023-09-15 13:51:19 +01:00 |
|
winstream.h
|
|
|