Lines Matching full:will
23 * Will be called with the command line arguments for the testcase.
31 /* It will be called (in the HW models thread) before the CPU is booted,
38 * It will be called (in the HW models thread) when the CPU goes to sleep
42 /* It will be called (in the HW models thread) each time the bst_timer ticks */
45 * It will be called (in the HW models thread) when the execution is being
50 * It will be called (in SW context) when a HW interrupt is raised.
51 * If it returns true, the normal interrupt handler will NOT be called and
52 * Zephyr will only see a spurious wake
58 * This function will be called (in SW context) as a Zephyr PRE_KERNEL_1
62 * will crash)
66 * This function will be called (in SW context) as a Zephyr POST_KERNEL
73 * This function will be called (in SW context) as the Zephyr application main