My Project
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Pages
SOC.h
1
/*
2
* SOC.h
3
*
4
* Created on: May 16, 2017
5
* Author: kolban
6
*/
7
8
#ifndef COMPONENTS_CPP_UTILS_SOC_H_
9
#define COMPONENTS_CPP_UTILS_SOC_H_
10
11
class
SOC
{
12
public
:
13
SOC
();
14
virtual
~
SOC
();
15
class
I2S
{
16
public
:
17
static
void
dump
();
18
};
19
};
20
21
#endif
/* COMPONENTS_CPP_UTILS_SOC_H_ */
SOC::I2S::dump
static void dump()
Dump the status of the I2S peripheral.
Definition:
SOC.cpp:25
SOC::I2S
Definition:
SOC.h:15
SOC
Definition:
SOC.h:11
Generated on Tue Dec 25 2018 12:36:33 for My Project by
1.8.6