Home
last modified time | relevance | path

Searched refs:SYS_INIT_NAMED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/
Dinit.h172 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/
Dmain.c256 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/
Dkheap.c55 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);
Duserspace.c899 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/
Drelease-notes-3.2.rst220 same initialisation function must now use :c:macro:`SYS_INIT_NAMED`