Searched refs:SYS_INIT_NAMED (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/ |
D | init.h | 172 SYS_INIT_NAMED(init_fn, init_fn, level, prio) 187 #define SYS_INIT_NAMED(name, init_fn_, level, prio) \ macro
|
/Zephyr-Core-3.4.0/tests/kernel/device/src/ |
D | main.c | 256 SYS_INIT_NAMED(init1, init_fn, APPLICATION, 1); 257 SYS_INIT_NAMED(init2, init_fn, APPLICATION, 2); 258 SYS_INIT_NAMED(init3, init_fn, APPLICATION, 2);
|
/Zephyr-Core-3.4.0/kernel/ |
D | kheap.c | 55 SYS_INIT_NAMED(statics_init_pre, statics_init, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_OBJECTS); 61 SYS_INIT_NAMED(statics_init_post, statics_init, POST_KERNEL, 0);
|
D | userspace.c | 899 SYS_INIT_NAMED(app_shmem_bss_zero_pre, app_shmem_bss_zero, 906 SYS_INIT_NAMED(app_shmem_bss_zero_post, app_shmem_bss_zero,
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-3.2.rst | 220 same initialisation function must now use :c:macro:`SYS_INIT_NAMED`
|