![]() |
Elara Spacecraft
Source code & API documentation for Elara spacecraft system computers
|
Functions | |
| void | initialize () |
| Initialize the main system clock and oscillator. | |
| void | wait (uint32_t cycles) |
Wait for length of cycles | |
| void | nop_wait (uint32_t cycles) |
| Repeat NOP until cycle complete. | |
| void stellaris::clock::initialize | ( | ) |
Initialize the main system clock and oscillator.
| void stellaris::clock::nop_wait | ( | uint32_t | cycles | ) |
Repeat NOP until cycle complete.
[2] + [4 * n] + [1]
| cycles |
| void stellaris::clock::wait | ( | uint32_t | cycles | ) |
Wait for length of cycles
[3 * n] + [1]
| cycles |