Initial addition of xCORE-200 hardware bit-clock divide (currently not enabled)

This commit is contained in:
Ross Owen
2015-11-17 11:39:44 +00:00
parent f995c15020
commit f947005eb1
2 changed files with 14 additions and 2 deletions

View File

@@ -109,6 +109,8 @@ extern void device_reboot(void);
#ifndef CODEC_MASTER
static inline void doI2SClocks(unsigned divide)
{
//#ifndef __XS2A__
#if 1
switch (divide)
{
#if (MAX_DIVIDE > 16)
@@ -166,6 +168,7 @@ static inline void doI2SClocks(unsigned divide)
break;
#endif
}
#endif
}
#endif