lib: xc7series: add undocumented register used in init sequence

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
This commit is contained in:
Rick Altherr 2018-02-01 12:20:48 -08:00
parent 2a1154ec16
commit ab1e60c037
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ enum class ConfigurationRegister : unsigned int {
COR1 = 0x0e,
WBSTAR = 0x10,
TIMER = 0x11,
UNKNOWN = 0x13,
BOOTSTS = 0x16,
CTL1 = 0x18,
BSPI = 0x1F,