Lines Matching full:hw
13 * the HW models.
15 * The HW models raising an interrupt will "awake the cpu" by calling
19 * given back to the HW models.
21 * The Zephyr OS+APP code and the HW models are gated by a mutex +
23 * HW models run or vice versa
47 * Both HW and SW threads will use this function to transfer control to the
50 * This is how the idle thread halts the CPU and gets halted until the HW models
51 * raise a new interrupt; and how the HW models awake the CPU, and wait for it
64 * HW models shall call this function to "awake the CPU"
87 * until the CPU is awoken again by the HW models) in posix_halt_cpu()
118 * The HW models will call this function to "boot" the CPU
132 * This function can be called from both HW and SW threads