Elara Spacecraft
Source code & API documentation for Elara spacecraft system computers
Loading...
Searching...
No Matches
clock.hpp File Reference
#include "mem_tools.hpp"
#include "types.hpp"
#include "sysctl/registers.hpp"
Include dependency graph for clock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stellaris
 
namespace  stellaris::clock
 

Macros

#define DSCLOCK_CONFIG   (SYS_CTL_BASE + 0x00000144)
 

Functions

void stellaris::clock::initialize ()
 Initialize the main system clock and oscillator.
 
void stellaris::clock::wait (uint32_t cycles)
 Wait for length of cycles
 
void stellaris::clock::nop_wait (uint32_t cycles)
 Repeat NOP until cycle complete.
 

Macro Definition Documentation

◆ DSCLOCK_CONFIG

#define DSCLOCK_CONFIG   (SYS_CTL_BASE + 0x00000144)