Lines Matching full:and
11 * @brief Soc and Board hooks
14 * zephyr architecture and initialization code and the SoC and board specific logic
15 * that resides under boards/ and soc/
17 * @note These are all standard soc and board interfaces that are exported from
18 * soc and board specific logic to OS internal logic. These should never be accessed
26 * This hook is implemented by the SoC and can be used to perform any
34 * This hook is implemented by the SoC and can be used to perform any
40 * @brief SoC hook executed before the kernel and devices are initialized.
42 * This hook is implemented by the SoC and can be used to perform any
48 * @brief SoC hook executed after the kernel and devices are initialized.
50 * This hook is implemented by the SoC and can be used to perform any
58 * This hook is implemented by the SoC and can be used to perform any
67 * is implemented by the board and can be used to perform any board-specific
76 * called. This hook is implemented by the board and can be used to perform