Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Ion::Device Namespace Reference

Namespaces

 Bench
 

Functions

void initFPU ()
 
void coreReset ()
 
void jumpReset ()
 
void init ()
 
void shutdown ()
 
void initPeripherals ()
 
void shutdownPeripherals ()
 
void initClocks ()
 
void shutdownClocks ()
 

Function Documentation

◆ coreReset()

void Ion::Device::coreReset ( )

Definition at line 99 of file device.cpp.

◆ init()

void Ion::Device::init ( )

Definition at line 121 of file device.cpp.

◆ initClocks()

void Ion::Device::initClocks ( )

Definition at line 186 of file device.cpp.

◆ initFPU()

void Ion::Device::initFPU ( )

Definition at line 92 of file device.cpp.

◆ initPeripherals()

void Ion::Device::initPeripherals ( )

Definition at line 158 of file device.cpp.

◆ jumpReset()

void Ion::Device::jumpReset ( )

Definition at line 104 of file device.cpp.

◆ shutdown()

void Ion::Device::shutdown ( )

Definition at line 153 of file device.cpp.

◆ shutdownClocks()

void Ion::Device::shutdownClocks ( )

Definition at line 276 of file device.cpp.

◆ shutdownPeripherals()

void Ion::Device::shutdownPeripherals ( )

Definition at line 172 of file device.cpp.