Home
last modified time | relevance | path

Searched refs:board_early_init_hook (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/platform/
Dhooks.h70 void board_early_init_hook(void);
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.c11 void board_early_init_hook(void) in board_early_init_hook() function
/Zephyr-latest/kernel/
DKconfig.init55 A custom board hook board_early_init_hook() is executed before the kernel and
Dinit.c772 board_early_init_hook(); in z_cstart()