When in sync mode Pll ref pin driving is now via interface to allow flexibility of port/tile

This commit is contained in:
xross
2022-06-21 19:29:07 +01:00
parent ff42c23a6d
commit e6a8527631
6 changed files with 58 additions and 24 deletions

View File

@@ -11,8 +11,6 @@
#include "xua_conf.h"
#endif
/* Default tile arrangement */
/**
@@ -57,6 +55,13 @@
#define PDM_TILE AUDIO_IO_TILE
#endif
/**
* @brief Location (tile) of reference signal to CS2100. Default: AUDIO_IO_TILE
*/
#ifndef PLL_REF_TILE
#define PLL_REF_TILE AUDIO_IO_TILE
#endif
/**
* @brief Disable USB functionalty just leaving AudioHub
*/