<# // // Copyright (c) 2010-2021 Antmicro // Copyright (c) 2011-2015 Realtime Embedded // // This file is licensed under the MIT License. // Full license text is available in 'licenses/MIT.txt'. // #> <#@ template language="C#" #> <# string CLASS_NAME = null; string HEADER_FILE = null; string ACCESSOR_PREFIX = null; string PC_REGISTER = null; string FALLBACK_SET_REGISTER = null; string FALLBACK_GET_REGISTER = null; string FALLBACK_REGISTERS = null; var DEFINES = new List(); var BEFORE_READ_HOOKS = new Dictionary(); var BEFORE_WRITE_HOOKS = new Dictionary(); var AFTER_WRITE_HOOKS = new Dictionary(); var REGISTERS_FROM_BASE_CLASS = new List(); var GENERAL_REGISTERS = new List(); var UNSETTABLE_REGISTERS = new List(); var OVERRIDE_DEFINITIONS = true; #>