Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG F746_GUI F746_SAI_IO FrequencyResponseDrawer LCD_DISCO_F746NG SDFileSystem_Warning_Fixed TS_DISCO_F746NG mbed
Fork of F746_SD_GraphicEqualizer by
Diff: MyClasses_Functions/SAI_Output.hpp
- Revision:
- 4:14f401cb069a
- Parent:
- 0:e953eb392151
--- a/MyClasses_Functions/SAI_Output.hpp Sun May 01 14:13:51 2016 +0000
+++ b/MyClasses_Functions/SAI_Output.hpp Wed May 04 12:41:02 2016 +0000
@@ -1,6 +1,6 @@
//-----------------------------------------------------------
// SiaIO class for output (Header)
-// 2016/04/20, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/05/04, Copyright (c) 2016 MIKAMI, Naoki
//-----------------------------------------------------------
#ifndef F746_SAI_IO_HPP
@@ -17,9 +17,7 @@
public:
SaiIO_O(int size, int fs);
~SaiIO_O();
-
- void InitCodecOut();
-
+
bool IsXferred();
void Output(int16_t xL, int16_t xR);
@@ -54,6 +52,7 @@
__IO int32_t tmpIndex_;
+ void InitCodecOut();
static void FillBuffer(uint32_t offset);
};
}
