Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
108:34e6b704fe68
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 108:34e6b704fe68 1 /**************************************************************************//**
Kojto 108:34e6b704fe68 2 * @file W7500x.h
Kojto 108:34e6b704fe68 3 * @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File for
Kojto 108:34e6b704fe68 4 * Device W7500x
Kojto 108:34e6b704fe68 5 * @version V3.01
Kojto 108:34e6b704fe68 6 * @date 06. March 2012
Kojto 108:34e6b704fe68 7 *
Kojto 108:34e6b704fe68 8 * @note
Kojto 108:34e6b704fe68 9 * Copyright (C) 2010-2012 ARM Limited. All rights reserved.
Kojto 108:34e6b704fe68 10 *
Kojto 108:34e6b704fe68 11 * @par
Kojto 108:34e6b704fe68 12 * ARM Limited (ARM) is supplying this software for use with Cortex-M
Kojto 108:34e6b704fe68 13 * processor based microcontrollers. This file can be freely distributed
Kojto 108:34e6b704fe68 14 * within development tools that are supporting such ARM based processors.
Kojto 108:34e6b704fe68 15 *
Kojto 108:34e6b704fe68 16 * @par
Kojto 108:34e6b704fe68 17 * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
Kojto 108:34e6b704fe68 18 * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
Kojto 108:34e6b704fe68 19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
Kojto 108:34e6b704fe68 20 * ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
Kojto 108:34e6b704fe68 21 * CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Kojto 108:34e6b704fe68 22 *
Kojto 108:34e6b704fe68 23 ******************************************************************************/
Kojto 108:34e6b704fe68 24
Kojto 108:34e6b704fe68 25
Kojto 108:34e6b704fe68 26 #ifndef W7500x_H
Kojto 108:34e6b704fe68 27 #define W7500x_H
Kojto 108:34e6b704fe68 28
Kojto 108:34e6b704fe68 29 #ifdef __cplusplus
Kojto 108:34e6b704fe68 30 extern "C" {
Kojto 108:34e6b704fe68 31 #endif
Kojto 108:34e6b704fe68 32
Kojto 108:34e6b704fe68 33 /** @addtogroup W7500x_Definitions W7500x Definitions
Kojto 108:34e6b704fe68 34 This file defines all structures and symbols for W7500x:
Kojto 108:34e6b704fe68 35 - registers and bitfields
Kojto 108:34e6b704fe68 36 - peripheral base address
Kojto 108:34e6b704fe68 37 - peripheral ID
Kojto 108:34e6b704fe68 38 - Peripheral definitions
Kojto 108:34e6b704fe68 39 @{
Kojto 108:34e6b704fe68 40 */
Kojto 108:34e6b704fe68 41
Kojto 108:34e6b704fe68 42
Kojto 108:34e6b704fe68 43 /******************************************************************************/
Kojto 108:34e6b704fe68 44 /* Processor and Core Peripherals */
Kojto 108:34e6b704fe68 45 /******************************************************************************/
Kojto 108:34e6b704fe68 46 /** @addtogroup W7500x_CMSIS Device CMSIS Definitions
Kojto 108:34e6b704fe68 47 Configuration of the Cortex-M0 Processor and Core Peripherals
Kojto 108:34e6b704fe68 48 @{
Kojto 108:34e6b704fe68 49 */
Kojto 108:34e6b704fe68 50
Kojto 108:34e6b704fe68 51 /*
Kojto 108:34e6b704fe68 52 * ==========================================================================
Kojto 108:34e6b704fe68 53 * ---------- Interrupt Number Definition -----------------------------------
Kojto 108:34e6b704fe68 54 * ==========================================================================
Kojto 108:34e6b704fe68 55 */
Kojto 108:34e6b704fe68 56
Kojto 108:34e6b704fe68 57 typedef enum IRQn
Kojto 108:34e6b704fe68 58 {
Kojto 108:34e6b704fe68 59 /****** Cortex-M0 Processor Exceptions Numbers **************************************************/
Kojto 108:34e6b704fe68 60
Kojto 108:34e6b704fe68 61 /* ToDo: use this Cortex interrupt numbers if your device is a CORTEX-M0 device */
Kojto 108:34e6b704fe68 62 NonMaskableInt_IRQn = -14, /*!< 2 Cortex-M0 Non Maskable Interrupt */
Kojto 108:34e6b704fe68 63 HardFault_IRQn = -13, /*!< 3 Cortex-M0 Hard Fault Interrupt */
Kojto 108:34e6b704fe68 64 SVCall_IRQn = -5, /*!< 11 Cortex-M0 SV Call Interrupt */
Kojto 108:34e6b704fe68 65 PendSV_IRQn = -2, /*!< 14 Cortex-M0 Pend SV Interrupt */
Kojto 108:34e6b704fe68 66 SysTick_IRQn = -1, /*!< 15 Cortex-M0 System Tick Interrupt */
Kojto 108:34e6b704fe68 67 /****** W7500x Specific Interrupt Numbers *********************************************************/
Kojto 108:34e6b704fe68 68 SSP0_IRQn = 0, /*!< SSP 0 Interrupt */
Kojto 108:34e6b704fe68 69 SSP1_IRQn = 1, /*!< SSP 1 Interrupt */
Kojto 108:34e6b704fe68 70 UART0_IRQn = 2, /*!< UART 0 Interrupt */
Kojto 108:34e6b704fe68 71 UART1_IRQn = 3, /*!< UART 1 Interrupt */
Kojto 108:34e6b704fe68 72 UART2_IRQn = 4, /*!< UART 2 Interrupt */
Kojto 108:34e6b704fe68 73 I2C0_IRQn = 5, /*!< I2C 0 Interrupt */
Kojto 108:34e6b704fe68 74 I2C1_IRQn = 6, /*!< I2C 1 Interrupt */
Kojto 108:34e6b704fe68 75 PORT0_IRQn = 7, /*!< Port 1 combined Interrupt */
Kojto 108:34e6b704fe68 76 PORT1_IRQn = 8, /*!< Port 2 combined Interrupt */
Kojto 108:34e6b704fe68 77 PORT2_IRQn = 9, /*!< Port 2 combined Interrupt */
Kojto 108:34e6b704fe68 78 PORT3_IRQn = 10, /*!< Port 2 combined Interrupt */
Kojto 108:34e6b704fe68 79 DMA_IRQn = 11, /*!< DMA combined Interrupt */
Kojto 108:34e6b704fe68 80 DUALTIMER0_IRQn = 12, /*!< Dual Timer 0 Interrupt */
Kojto 108:34e6b704fe68 81 DUALTIMER1_IRQn = 13, /*!< Dual Timer 1 Interrupt */
Kojto 108:34e6b704fe68 82 PWM0_IRQn = 14, /*!< PWM 0 Interrupt */
Kojto 108:34e6b704fe68 83 PWM1_IRQn = 15, /*!< PWM 1 Interrupt */
Kojto 108:34e6b704fe68 84 PWM2_IRQn = 16, /*!< PWM 2 Interrupt */
Kojto 108:34e6b704fe68 85 PWM3_IRQn = 17, /*!< PWM 3 Interrupt */
Kojto 108:34e6b704fe68 86 PWM4_IRQn = 18, /*!< PWM 4 Interrupt */
Kojto 108:34e6b704fe68 87 PWM5_IRQn = 19, /*!< PWM 5 Interrupt */
Kojto 108:34e6b704fe68 88 PWM6_IRQn = 20, /*!< PWM 6 Interrupt */
Kojto 108:34e6b704fe68 89 PWM7_IRQn = 21, /*!< PWM 7 Interrupt */
Kojto 108:34e6b704fe68 90 RTC_IRQn = 22, /*!< RTC Interrupt */
Kojto 108:34e6b704fe68 91 ADC_IRQn = 23, /*!< ADC Interrupt */
Kojto 108:34e6b704fe68 92 WZTOE_IRQn = 24, /*!< WZTOE Interrupt */
Kojto 108:34e6b704fe68 93 EXTI_IRQn = 25 /*!< EXTI Interrupt */
Kojto 108:34e6b704fe68 94 } IRQn_Type;
Kojto 108:34e6b704fe68 95
Kojto 108:34e6b704fe68 96 /*
Kojto 108:34e6b704fe68 97 * ==========================================================================
Kojto 108:34e6b704fe68 98 * ----------- Processor and Core Peripheral Section ------------------------
Kojto 108:34e6b704fe68 99 * ==========================================================================
Kojto 108:34e6b704fe68 100 */
Kojto 108:34e6b704fe68 101
Kojto 108:34e6b704fe68 102 /* Configuration of the Cortex-M0 Processor and Core Peripherals */
Kojto 108:34e6b704fe68 103 #define __CM0_REV 0x0000 /*!< Core Revision r0p0 */
Kojto 108:34e6b704fe68 104 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */
Kojto 108:34e6b704fe68 105 #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
Kojto 108:34e6b704fe68 106 #define __MPU_PRESENT 0 /*!< MPU present or not */
Kojto 108:34e6b704fe68 107
Kojto 108:34e6b704fe68 108 /*@}*/ /* end of group W7500x_CMSIS */
Kojto 108:34e6b704fe68 109
Kojto 108:34e6b704fe68 110
Kojto 108:34e6b704fe68 111 #include "core_cm0.h" /* Cortex-M0 processor and core peripherals */
Kojto 108:34e6b704fe68 112 #include "system_W7500x.h" /* W7500x System include file */
Kojto 108:34e6b704fe68 113
Kojto 108:34e6b704fe68 114
Kojto 108:34e6b704fe68 115 /** @addtogroup Exported_types
Kojto 108:34e6b704fe68 116 * @{
Kojto 108:34e6b704fe68 117 */
Kojto 108:34e6b704fe68 118
Kojto 108:34e6b704fe68 119 typedef enum {RESET = 0, SET = !RESET} FlagStatus, ITStatus;
Kojto 108:34e6b704fe68 120 typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
Kojto 108:34e6b704fe68 121 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
Kojto 108:34e6b704fe68 122
Kojto 108:34e6b704fe68 123 typedef enum {ERROR = 0, SUCCESS = !ERROR} ErrorStatus;
Kojto 108:34e6b704fe68 124
Kojto 108:34e6b704fe68 125
Kojto 108:34e6b704fe68 126
Kojto 108:34e6b704fe68 127
Kojto 108:34e6b704fe68 128 /**
Kojto 108:34e6b704fe68 129 * @}
Kojto 108:34e6b704fe68 130 */
Kojto 108:34e6b704fe68 131
Kojto 108:34e6b704fe68 132
Kojto 108:34e6b704fe68 133
Kojto 108:34e6b704fe68 134
Kojto 108:34e6b704fe68 135 /** @addtogroup Peripheral_registers_structures
Kojto 108:34e6b704fe68 136 * @{
Kojto 108:34e6b704fe68 137 */
Kojto 108:34e6b704fe68 138
Kojto 108:34e6b704fe68 139 /**
Kojto 108:34e6b704fe68 140 * @brief Clock Reset Generator
Kojto 108:34e6b704fe68 141 */
Kojto 108:34e6b704fe68 142 typedef struct
Kojto 108:34e6b704fe68 143 {
Kojto 108:34e6b704fe68 144 __IO uint32_t OSC_PDR; /*!< Oscillator power down register, Address offset : 0x00 */
Kojto 108:34e6b704fe68 145 uint32_t RESERVED0[3];
Kojto 108:34e6b704fe68 146 __IO uint32_t PLL_PDR; /*!< PLL power down register, Address offset : 0x10 */
Kojto 108:34e6b704fe68 147 __IO uint32_t PLL_FCR; /*!< PLL frequency calculating register, Address offset : 0x14 */
Kojto 108:34e6b704fe68 148 __IO uint32_t PLL_OER; /*!< PLL output enable register, Address offset : 0x18 */
Kojto 108:34e6b704fe68 149 __IO uint32_t PLL_BPR; /*!< PLL bypass register, Address offset : 0x1c */
Kojto 108:34e6b704fe68 150 __IO uint32_t PLL_IFSR; /*!< PLL input frequency select register, Address offset : 0x20 */
Kojto 108:34e6b704fe68 151 uint32_t RESERVED1[3];
Kojto 108:34e6b704fe68 152 __IO uint32_t FCLK_SSR; /*!< FCLK source select register, Address offset : 0x30 */
Kojto 108:34e6b704fe68 153 __IO uint32_t FCLK_PVSR; /*!< FCLK prescale value select register, Address offset : 0x34 */
Kojto 108:34e6b704fe68 154 uint32_t RESERVED2[2];
Kojto 108:34e6b704fe68 155 __IO uint32_t SSPCLK_SSR; /*!< SSPCLK source select register, Address offset : 0x40 */
Kojto 108:34e6b704fe68 156 __IO uint32_t SSPCLK_PVSR; /*!< SSPCLK prescale value select register, Address offset : 0x44 */
Kojto 108:34e6b704fe68 157 uint32_t RESERVED3[6];
Kojto 108:34e6b704fe68 158 __IO uint32_t ADCCLK_SSR; /*!< ADCCLK source select register, Address offset : 0x60 */
Kojto 108:34e6b704fe68 159 __IO uint32_t ADCCLK_PVSR; /*!< ADCCLK prescale value select register, Address offset : 0x64 */
Kojto 108:34e6b704fe68 160 uint32_t RESERVED4[2];
Kojto 108:34e6b704fe68 161 __IO uint32_t TIMER0CLK_SSR; /*!< TIMER0CLK source select register, Address offset : 0x70 */
Kojto 108:34e6b704fe68 162 __IO uint32_t TIMER0CLK_PVSR; /*!< TIMER0CLK prescale value select register, Address offset : 0x74 */
Kojto 108:34e6b704fe68 163 uint32_t RESERVED5[2];
Kojto 108:34e6b704fe68 164 __IO uint32_t TIMER1CLK_SSR; /*!< TIMER1CLK source select register, Address offset : 0x80 */
Kojto 108:34e6b704fe68 165 __IO uint32_t TIMER1CLK_PVSR; /*!< TIMER1CLK prescale value select register, Address offset : 0x84 */
Kojto 108:34e6b704fe68 166 uint32_t RESERVED6[10];
Kojto 108:34e6b704fe68 167 __IO uint32_t PWM0CLK_SSR; /*!< PWM0CLK source select register, Address offset : 0xb0 */
Kojto 108:34e6b704fe68 168 __IO uint32_t PWM0CLK_PVSR; /*!< PWM0CLK prescale value select register, Address offset : 0xb4 */
Kojto 108:34e6b704fe68 169 uint32_t RESERVED7[2];
Kojto 108:34e6b704fe68 170 __IO uint32_t PWM1CLK_SSR; /*!< PWM1CLK source select register, Address offset : 0xc0 */
Kojto 108:34e6b704fe68 171 __IO uint32_t PWM1CLK_PVSR; /*!< PWM1CLK prescale value select register, Address offset : 0xc4 */
Kojto 108:34e6b704fe68 172 uint32_t RESERVED8[2];
Kojto 108:34e6b704fe68 173 __IO uint32_t PWM2CLK_SSR; /*!< PWM2CLK source select register, Address offset : 0xd0 */
Kojto 108:34e6b704fe68 174 __IO uint32_t PWM2CLK_PVSR; /*!< PWM2CLK prescale value select register, Address offset : 0xd4 */
Kojto 108:34e6b704fe68 175 uint32_t RESERVED9[2];
Kojto 108:34e6b704fe68 176 __IO uint32_t PWM3CLK_SSR; /*!< PWM3CLK source select register, Address offset : 0xe0 */
Kojto 108:34e6b704fe68 177 __IO uint32_t PWM3CLK_PVSR; /*!< PWM3CLK prescale value select register, Address offset : 0xe4 */
Kojto 108:34e6b704fe68 178 uint32_t RESERVED10[2];
Kojto 108:34e6b704fe68 179 __IO uint32_t PWM4CLK_SSR; /*!< PWM4CLK source select register, Address offset : 0xf0 */
Kojto 108:34e6b704fe68 180 __IO uint32_t PWM4CLK_PVSR; /*!< PWM4CLK prescale value select register, Address offset : 0xf4 */
Kojto 108:34e6b704fe68 181 uint32_t RESERVED11[2];
Kojto 108:34e6b704fe68 182 __IO uint32_t PWM5CLK_SSR; /*!< PWM5CLK source select register, Address offset : 0x100 */
Kojto 108:34e6b704fe68 183 __IO uint32_t PWM5LK_PVSR; /*!< PWM5CLK prescale value select register, Address offset : 0x104 */
Kojto 108:34e6b704fe68 184 uint32_t RESERVED12[2];
Kojto 108:34e6b704fe68 185 __IO uint32_t PWM6CLK_SSR; /*!< PWM6CLK source select register, Address offset : 0x110 */
Kojto 108:34e6b704fe68 186 __IO uint32_t PWM6CLK_PVSR; /*!< PWM6CLK prescale value select register, Address offset : 0x114 */
Kojto 108:34e6b704fe68 187 uint32_t RESERVED13[2];
Kojto 108:34e6b704fe68 188 __IO uint32_t PWM7CLK_SSR; /*!< PWM7CLK source select register, Address offset : 0x120 */
Kojto 108:34e6b704fe68 189 __IO uint32_t PWM7CLK_PVSR; /*!< PWM7CLK prescale value select register, Address offset : 0x124 */
Kojto 108:34e6b704fe68 190 uint32_t RESERVED14[2];
Kojto 108:34e6b704fe68 191 __IO uint32_t RTC_HS_SSR; /*!< RTC High Speed source select register, Address offset : 0x130 */
Kojto 108:34e6b704fe68 192 __IO uint32_t RTC_HS_PVSR; /*!< RTC High Speed prescale value select register, Address offset : 0x134 */
Kojto 108:34e6b704fe68 193 uint32_t RESERVED15;
Kojto 108:34e6b704fe68 194 __IO uint32_t RTC_SSR; /*!< RTC source select register, Address offset : 0x13c */
Kojto 108:34e6b704fe68 195
Kojto 108:34e6b704fe68 196 __IO uint32_t WDOGCLK_HS_SSR; /*!< WDOGCLK High Speed source select register, Address offset : 0x140 */
Kojto 108:34e6b704fe68 197 __IO uint32_t WDOGCLK_HS_PVSR; /*!< WDOGCLK High Speed prescale value select register, Address offset : 0x144 */
Kojto 108:34e6b704fe68 198 uint32_t RESERVED16;
Kojto 108:34e6b704fe68 199 __IO uint32_t WDOGCLK_SSR; /*!< WDOGCLK source select register, Address offset : 0x14c */
Kojto 108:34e6b704fe68 200
Kojto 108:34e6b704fe68 201 __IO uint32_t UARTCLK_SSR; /*!< UARTCLK source select register, Address offset : 0x150 */
Kojto 108:34e6b704fe68 202 __IO uint32_t UARTCLK_PVSR; /*!< UARTCLK prescale value select register, Address offset : 0x154 */
Kojto 108:34e6b704fe68 203 uint32_t RESERVED17[2];
Kojto 108:34e6b704fe68 204 __IO uint32_t MIICLK_ECR; /*!< MII clock enable control register, Address offset : 0x160 */
Kojto 108:34e6b704fe68 205 uint32_t RESERVED18[3];
Kojto 108:34e6b704fe68 206 __IO uint32_t MONCLK_SSR; /*!< Monitoring clock source select I found Treasure was IoT Base Station in March.register, Address offset : 0x170 */
Kojto 108:34e6b704fe68 207 }CRG_TypeDef;
Kojto 108:34e6b704fe68 208
Kojto 108:34e6b704fe68 209
Kojto 108:34e6b704fe68 210 /**
Kojto 108:34e6b704fe68 211 * @brief UART
Kojto 108:34e6b704fe68 212 */
Kojto 108:34e6b704fe68 213 typedef struct
Kojto 108:34e6b704fe68 214 {
Kojto 108:34e6b704fe68 215 __IO uint32_t DR; /*!< Data, Address offset : 0x00 */
Kojto 108:34e6b704fe68 216 union {
Kojto 108:34e6b704fe68 217 __I uint32_t RSR; /*!< Receive Status, Address offset : 0x04 */
Kojto 108:34e6b704fe68 218 __O uint32_t ECR; /*!< Error Clear, Address offset : 0x04 */
Kojto 108:34e6b704fe68 219 } STATUS;
Kojto 108:34e6b704fe68 220 uint32_t RESERVED0[4];
Kojto 108:34e6b704fe68 221 __IO uint32_t FR; /*!< Flags, Address offset : 0x18 */
Kojto 108:34e6b704fe68 222 uint32_t RESERVED1;
Kojto 108:34e6b704fe68 223 __IO uint32_t ILPR; /*!< IrDA Low-power Counter, Address offset : 0x20 */
Kojto 108:34e6b704fe68 224 __IO uint32_t IBRD; /*!< Integer Baud Rate, Address offset : 0x24 */
Kojto 108:34e6b704fe68 225 __IO uint32_t FBRD; /*!< Fractional Baud Rate, Address offset : 0x28 */
Kojto 108:34e6b704fe68 226 __IO uint32_t LCR_H; /*!< Line Control, Address offset : 0x2C */
Kojto 108:34e6b704fe68 227 __IO uint32_t CR; /*!< Control, Address offset : 0x30 */
Kojto 108:34e6b704fe68 228 __IO uint32_t IFLS; /*!< Interrupt FIFO Level Select, Address offset : 0x34 */
Kojto 108:34e6b704fe68 229 __IO uint32_t IMSC; /*!< Interrupt Mask Set / Clear, Address offset : 0x38 */
Kojto 108:34e6b704fe68 230 __IO uint32_t RIS; /*!< Raw Interrupt Status , Address offset : 0x3C */
Kojto 108:34e6b704fe68 231 __IO uint32_t MIS; /*!< Masked Interrupt Status , Address offset : 0x40 */
Kojto 108:34e6b704fe68 232 __O uint32_t ICR; /*!< Interrupt Clear, Address offset : 0x44 */
Kojto 108:34e6b704fe68 233 __IO uint32_t DMACR; /*!< DMA Control, Address offset : 0x48 */
Kojto 108:34e6b704fe68 234 } UART_TypeDef;
Kojto 108:34e6b704fe68 235
Kojto 108:34e6b704fe68 236
Kojto 108:34e6b704fe68 237 /**
Kojto 108:34e6b704fe68 238 * @brief Simple UART
Kojto 108:34e6b704fe68 239 */
Kojto 108:34e6b704fe68 240 typedef struct
Kojto 108:34e6b704fe68 241 {
Kojto 108:34e6b704fe68 242 __IO uint32_t DATA; /*!< Offset: 0x000 Data Register (R/W) */
Kojto 108:34e6b704fe68 243 __IO uint32_t STATE; /*!< Offset: 0x004 Status Register (R/W) */
Kojto 108:34e6b704fe68 244 __IO uint32_t CTRL; /*!< Offset: 0x008 Control Register (R/W) */
Kojto 108:34e6b704fe68 245 union {
Kojto 108:34e6b704fe68 246 __I uint32_t STATUS; /*!< Offset: 0x00C Interrupt Status Register (R/ ) */
Kojto 108:34e6b704fe68 247 __O uint32_t CLEAR; /*!< Offset: 0x00C Interrupt Clear Register ( /W) */
Kojto 108:34e6b704fe68 248 }INT;
Kojto 108:34e6b704fe68 249 __IO uint32_t BAUDDIV; /*!< Offset: 0x010 Baudrate Divider Register (R/W) */
Kojto 108:34e6b704fe68 250
Kojto 108:34e6b704fe68 251 } S_UART_TypeDef;
Kojto 108:34e6b704fe68 252
Kojto 108:34e6b704fe68 253 /**
Kojto 108:34e6b704fe68 254 * @brief Analog Digital Converter
Kojto 108:34e6b704fe68 255 */
Kojto 108:34e6b704fe68 256
Kojto 108:34e6b704fe68 257 typedef struct
Kojto 108:34e6b704fe68 258 {
Kojto 108:34e6b704fe68 259 __IO uint32_t ADC_CTR; /* ADC control register, Address offset : 0x000 */
Kojto 108:34e6b704fe68 260 __IO uint32_t ADC_CHSEL; /* ADC channel select register, Address offset : 0x004 */
Kojto 108:34e6b704fe68 261 __IO uint32_t ADC_START; /* ADC start register, Address offset : 0x008 */
Kojto 108:34e6b704fe68 262 __I uint32_t ADC_DATA; /* ADC conversion data register, Address offset : 0x00c */
Kojto 108:34e6b704fe68 263 __IO uint32_t ADC_INT; /* ADC interrupt register, Address offset : 0x010 */
Kojto 108:34e6b704fe68 264 uint32_t RESERVED0[2];
Kojto 108:34e6b704fe68 265 __IO uint32_t ADC_INTCLR; /* ADC interrupt clear register, Address offset : 0x01c */
Kojto 108:34e6b704fe68 266 }ADC_TypeDef;
Kojto 108:34e6b704fe68 267
Kojto 108:34e6b704fe68 268 /**
Kojto 108:34e6b704fe68 269 * @brief dualtimer
Kojto 108:34e6b704fe68 270 */
Kojto 108:34e6b704fe68 271 typedef struct
Kojto 108:34e6b704fe68 272 {
Kojto 108:34e6b704fe68 273 __IO uint32_t TimerLoad; // <h> Timer Load </h>
Kojto 108:34e6b704fe68 274 __I uint32_t TimerValue; // <h> Timer Counter Current Value <r></h>
Kojto 108:34e6b704fe68 275 __IO uint32_t TimerControl; // <h> Timer Control
Kojto 108:34e6b704fe68 276 // <o.7> TimerEn: Timer Enable
Kojto 108:34e6b704fe68 277 // <o.6> TimerMode: Timer Mode
Kojto 108:34e6b704fe68 278 // <0=> Freerunning-mode
Kojto 108:34e6b704fe68 279 // <1=> Periodic mode
Kojto 108:34e6b704fe68 280 // <o.5> IntEnable: Interrupt Enable
Kojto 108:34e6b704fe68 281 // <o.2..3> TimerPre: Timer Prescale
Kojto 108:34e6b704fe68 282 // <0=> / 1
Kojto 108:34e6b704fe68 283 // <1=> / 16
Kojto 108:34e6b704fe68 284 // <2=> / 256
Kojto 108:34e6b704fe68 285 // <3=> Undefined!
Kojto 108:34e6b704fe68 286 // <o.1> TimerSize: Timer Size
Kojto 108:34e6b704fe68 287 // <0=> 16-bit counter
Kojto 108:34e6b704fe68 288 // <1=> 32-bit counter
Kojto 108:34e6b704fe68 289 // <o.0> OneShot: One-shoot mode
Kojto 108:34e6b704fe68 290 // <0=> Wrapping mode
Kojto 108:34e6b704fe68 291 // <1=> One-shot mode
Kojto 108:34e6b704fe68 292 // </h>
Kojto 108:34e6b704fe68 293 __O uint32_t TimerIntClr; // <h> Timer Interrupt Clear <w></h>
Kojto 108:34e6b704fe68 294 __I uint32_t TimerRIS; // <h> Timer Raw Interrupt Status <r></h>
Kojto 108:34e6b704fe68 295 __I uint32_t TimerMIS; // <h> Timer Masked Interrupt Status <r></h>
Kojto 108:34e6b704fe68 296 __IO uint32_t TimerBGLoad; // <h> Background Load Register </h>
Kojto 108:34e6b704fe68 297 } DUALTIMER_TypeDef;
Kojto 108:34e6b704fe68 298
Kojto 108:34e6b704fe68 299 /**
Kojto 108:34e6b704fe68 300 * @brief GPIO
Kojto 108:34e6b704fe68 301 */
Kojto 108:34e6b704fe68 302 typedef struct
Kojto 108:34e6b704fe68 303 {
Kojto 108:34e6b704fe68 304 __IO uint32_t DATA; /* DATA Register (R/W), offset : 0x000 */
Kojto 108:34e6b704fe68 305 __IO uint32_t DATAOUT; /* Data Output Latch Register (R/W), offset : 0x004 */
Kojto 108:34e6b704fe68 306 uint32_t RESERVED0[2];
Kojto 108:34e6b704fe68 307 __IO uint32_t OUTENSET; /* Output Enable Set Register (R/W) offset : 0x010 */
Kojto 108:34e6b704fe68 308 __IO uint32_t OUTENCLR; /* Output Enable Clear Register (R/W) offset : 0x014 */
Kojto 108:34e6b704fe68 309 __IO uint32_t RESERVED1; /* Alternate Function Set Register (R/W) offset : 0x018 */
Kojto 108:34e6b704fe68 310 __IO uint32_t RESERVED2; /* Alternate Function Clear Register (R/W) offset : 0x01C */
Kojto 108:34e6b704fe68 311 __IO uint32_t INTENSET; /* Interrupt Enable Set Register (R/W) offset : 0x020 */
Kojto 108:34e6b704fe68 312 __IO uint32_t INTENCLR; /* Interrupt Enable Clear Register (R/W) offset : 0x024 */
Kojto 108:34e6b704fe68 313 __IO uint32_t INTTYPESET; /* Interrupt Type Set Register (R/W) offset : 0x028 */
Kojto 108:34e6b704fe68 314 __IO uint32_t INTTYPECLR; /* Interrupt Type Clear Register (R/W) offset : 0x02C */
Kojto 108:34e6b704fe68 315 __IO uint32_t INTPOLSET; /* Interrupt Polarity Set Register (R/W) offset : 0x030 */
Kojto 108:34e6b704fe68 316 __IO uint32_t INTPOLCLR; /* Interrupt Polarity Clear Register (R/W) offset : 0x034 */
Kojto 108:34e6b704fe68 317 union {
Kojto 108:34e6b704fe68 318 __I uint32_t INTSTATUS; /* Interrupt Status Register (R/ ) offset : 0x038 */
Kojto 108:34e6b704fe68 319 __O uint32_t INTCLEAR; /* Interrupt Clear Register ( /W) offset : 0x038 */
Kojto 108:34e6b704fe68 320 }Interrupt;
Kojto 108:34e6b704fe68 321 uint32_t RESERVED3[241];
Kojto 108:34e6b704fe68 322 __IO uint32_t LB_MASKED[256]; /* Lower byte Masked Access Register (R/W) offset : 0x400 - 0x7FC */
Kojto 108:34e6b704fe68 323 __IO uint32_t UB_MASKED[256]; /* Upper byte Masked Access Register (R/W) offset : 0x800 - 0xBFC */
Kojto 108:34e6b704fe68 324 } GPIO_TypeDef;
Kojto 108:34e6b704fe68 325
Kojto 108:34e6b704fe68 326 typedef struct
Kojto 108:34e6b704fe68 327 {
Kojto 108:34e6b704fe68 328 __IO uint32_t Port[16]; /* Port_00, offset : 0x00 */
Kojto 108:34e6b704fe68 329 /* Port_01, offset : 0x04 */
Kojto 108:34e6b704fe68 330 /* Port_02, offset : 0x08 */
Kojto 108:34e6b704fe68 331 /* Port_03, offset : 0x0C */
Kojto 108:34e6b704fe68 332 /* Port_04, offset : 0x10 */
Kojto 108:34e6b704fe68 333 /* Port_05, offset : 0x14 */
Kojto 108:34e6b704fe68 334 /* Port_06, offset : 0x18 */
Kojto 108:34e6b704fe68 335 /* Port_07, offset : 0x1C */
Kojto 108:34e6b704fe68 336 /* Port_08, offset : 0x20 */
Kojto 108:34e6b704fe68 337 /* Port_09, offset : 0x24 */
Kojto 108:34e6b704fe68 338 /* Port_10, offset : 0x28 */
Kojto 108:34e6b704fe68 339 /* Port_11, offset : 0x2C */
Kojto 108:34e6b704fe68 340 /* Port_12, offset : 0x30 */
Kojto 108:34e6b704fe68 341 /* Port_13, offset : 0x34 */
Kojto 108:34e6b704fe68 342 /* Port_14, offset : 0x38 */
Kojto 108:34e6b704fe68 343 /* Port_15, offset : 0x3C */
Kojto 108:34e6b704fe68 344 } P_Port_Def;
Kojto 108:34e6b704fe68 345
Kojto 108:34e6b704fe68 346 typedef struct
Kojto 108:34e6b704fe68 347 {
Kojto 108:34e6b704fe68 348 __IO uint32_t Port[5]; /* Port_00, offset : 0x00 */
Kojto 108:34e6b704fe68 349 /* Port_01, offset : 0x04 */
Kojto 108:34e6b704fe68 350 /* Port_02, offset : 0x08 */
Kojto 108:34e6b704fe68 351 /* Port_03, offset : 0x0C */
Kojto 108:34e6b704fe68 352 /* Port_04, offset : 0x10 */
Kojto 108:34e6b704fe68 353 } P_Port_D_Def;
Kojto 108:34e6b704fe68 354
Kojto 108:34e6b704fe68 355 /**
Kojto 108:34e6b704fe68 356 * @brief I2C Register structure definition
Kojto 108:34e6b704fe68 357 */
Kojto 108:34e6b704fe68 358 typedef struct
Kojto 108:34e6b704fe68 359 {
Kojto 108:34e6b704fe68 360 __IO uint32_t PRER; //0x00
Kojto 108:34e6b704fe68 361 __IO uint32_t CTR; //0x04
Kojto 108:34e6b704fe68 362 __IO uint32_t CMDR; //0x08
Kojto 108:34e6b704fe68 363 __I uint32_t SR; //0x0C
Kojto 108:34e6b704fe68 364 __IO uint32_t TSR; //0x10
Kojto 108:34e6b704fe68 365 __IO uint32_t SADDR; //0x14
Kojto 108:34e6b704fe68 366 __IO uint32_t TXR; //0x18
Kojto 108:34e6b704fe68 367 __I uint32_t RXR; //0x1C
Kojto 108:34e6b704fe68 368 __I uint32_t ISR; //0x20
Kojto 108:34e6b704fe68 369 __IO uint32_t ISCR; //0x24
Kojto 108:34e6b704fe68 370 __IO uint32_t ISMR; //0x28
Kojto 108:34e6b704fe68 371 }I2C_TypeDef;
Kojto 108:34e6b704fe68 372
Kojto 108:34e6b704fe68 373 /**
Kojto 108:34e6b704fe68 374 * @brief PWM Register structure definition
Kojto 108:34e6b704fe68 375 */
Kojto 108:34e6b704fe68 376 typedef struct
Kojto 108:34e6b704fe68 377 {
Kojto 108:34e6b704fe68 378 __IO uint32_t IER; //Interrupt enable register
Kojto 108:34e6b704fe68 379 // <7> IE7 : Channel 7 interrupt enable <R/W>
Kojto 108:34e6b704fe68 380 // <6> IE6 : Channel 6 interrupt enable <R/W>
Kojto 108:34e6b704fe68 381 // <5> IE5 : Channel 5 interrupt enable <R/W>
Kojto 108:34e6b704fe68 382 // <4> IE4 : Channel 4 interrupt enable <R/W>
Kojto 108:34e6b704fe68 383 // <3> IE3 : Channel 3 interrupt enable <R/W>
Kojto 108:34e6b704fe68 384 // <2> IE2 : Channel 2 interrupt enable <R/W>
Kojto 108:34e6b704fe68 385 // <1> IE1 : Channel 1 interrupt enable <R/W>
Kojto 108:34e6b704fe68 386 // <0> IE0 : Channel 0 interrupt enable <R/W>
Kojto 108:34e6b704fe68 387
Kojto 108:34e6b704fe68 388 __IO uint32_t SSR; //Start Stop register
Kojto 108:34e6b704fe68 389 // <7> SS7 : Channel 7 TC start or stop <R/W>
Kojto 108:34e6b704fe68 390 // <6> SS6 : Channel 6 TC start or stop <R/W>
Kojto 108:34e6b704fe68 391 // <5> SS5 : Channel 5 TC start or stop <R/W>
Kojto 108:34e6b704fe68 392 // <4> SS4 : Channel 4 TC start or stop <R/W>
Kojto 108:34e6b704fe68 393 // <3> SS3 : Channel 3 TC start or stop <R/W>
Kojto 108:34e6b704fe68 394 // <2> SS2 : Channel 2 TC start or stop <R/W>
Kojto 108:34e6b704fe68 395 // <1> SS1 : Channel 1 TC start or stop <R/W>
Kojto 108:34e6b704fe68 396 // <0> SS0 : Channel 0 TC start or stop <R/W>
Kojto 108:34e6b704fe68 397
Kojto 108:34e6b704fe68 398 __IO uint32_t PSR; //Pause register
Kojto 108:34e6b704fe68 399 // <7> PS7 : Channel 7 TC pasue <R/W>
Kojto 108:34e6b704fe68 400 // <6> PS6 : Channel 6 TC pasue <R/W>
Kojto 108:34e6b704fe68 401 // <5> PS5 : Channel 5 TC pasue <R/W>
Kojto 108:34e6b704fe68 402 // <4> PS4 : Channel 4 TC pasue <R/W>
Kojto 108:34e6b704fe68 403 // <3> PS3 : Channel 3 TC pasue <R/W>
Kojto 108:34e6b704fe68 404 // <2> PS2 : Channel 2 TC pasue <R/W>
Kojto 108:34e6b704fe68 405 // <1> PS1 : Channel 1 TC pasue <R/W>
Kojto 108:34e6b704fe68 406 // <0> PS0 : Channel 0 TC pasue <R/W>
Kojto 108:34e6b704fe68 407 } PWM_TypeDef;
Kojto 108:34e6b704fe68 408
Kojto 108:34e6b704fe68 409 typedef struct
Kojto 108:34e6b704fe68 410 {
Kojto 108:34e6b704fe68 411 __I uint32_t IR; //Interrupt register
Kojto 108:34e6b704fe68 412 // <2> CI : Capture interrupt <R>
Kojto 108:34e6b704fe68 413 // <1> OI : Overflow interrupt <R>
Kojto 108:34e6b704fe68 414 // <0> MI : Match interrupt <R>
Kojto 108:34e6b704fe68 415
Kojto 108:34e6b704fe68 416 __IO uint32_t IER; //Interrupt enable register
Kojto 108:34e6b704fe68 417 // <2> CIE : Capture interrupt enable <R/W>
Kojto 108:34e6b704fe68 418 // <1> OIE : Overflow interrupt enable <R/W>
Kojto 108:34e6b704fe68 419 // <0> MIE : Match interrupt enable <R/W>
Kojto 108:34e6b704fe68 420
Kojto 108:34e6b704fe68 421 __O uint32_t ICR; //Interrupt clear register
Kojto 108:34e6b704fe68 422 // <2> CIC : Capture interrupt clear <W>
Kojto 108:34e6b704fe68 423 // <1> OIC : Overflow interrupt clear <W>
Kojto 108:34e6b704fe68 424 // <0> MIC : Match interrupt clear <W>
Kojto 108:34e6b704fe68 425
Kojto 108:34e6b704fe68 426 __I uint32_t TCR; //Timer/Counter register
Kojto 108:34e6b704fe68 427 // <0..31> TCR : Timer/Counter register <R>
Kojto 108:34e6b704fe68 428
Kojto 108:34e6b704fe68 429 __I uint32_t PCR; //Prescale counter register
Kojto 108:34e6b704fe68 430 // <0..5> PCR : Prescale Counter register <R>
Kojto 108:34e6b704fe68 431
Kojto 108:34e6b704fe68 432 __IO uint32_t PR; //Prescale register
Kojto 108:34e6b704fe68 433 // <0..5> PR : prescale register <R/W>
Kojto 108:34e6b704fe68 434
Kojto 108:34e6b704fe68 435 __IO uint32_t MR; //Match register
Kojto 108:34e6b704fe68 436 // <0..31> MR : Match register <R/W>
Kojto 108:34e6b704fe68 437
Kojto 108:34e6b704fe68 438 __IO uint32_t LR; //Limit register
Kojto 108:34e6b704fe68 439 // <0..31> LR : Limit register <R/W>
Kojto 108:34e6b704fe68 440 __IO uint32_t UDMR; //Up-Down mode register
Kojto 108:34e6b704fe68 441 // <0> UDM : Up-down mode <R/W>
Kojto 108:34e6b704fe68 442
Kojto 108:34e6b704fe68 443 __IO uint32_t TCMR; //Timer/Counter mode register
Kojto 108:34e6b704fe68 444 // <0> TCM : Timer/Counter mode <R/W>
Kojto 108:34e6b704fe68 445
Kojto 108:34e6b704fe68 446 __IO uint32_t PEEER; //PWM output enable and external input enable register
Kojto 108:34e6b704fe68 447 // <0..1> PEEE : PWM output enable and external input enable <R/W>
Kojto 108:34e6b704fe68 448
Kojto 108:34e6b704fe68 449 __IO uint32_t CMR; //Capture mode register
Kojto 108:34e6b704fe68 450 // <0> CM : Capture mode <R/W>
Kojto 108:34e6b704fe68 451
Kojto 108:34e6b704fe68 452 __IO uint32_t CR; //Capture register
Kojto 108:34e6b704fe68 453 // <0..31> CR : Capture register <R>
Kojto 108:34e6b704fe68 454
Kojto 108:34e6b704fe68 455 __IO uint32_t PDMR; //Periodic mode register
Kojto 108:34e6b704fe68 456 // <0> PDM : Periodic mode <R/W>
Kojto 108:34e6b704fe68 457
Kojto 108:34e6b704fe68 458 __IO uint32_t DZER; //Dead-zone enable register
Kojto 108:34e6b704fe68 459 // <0> DZE : Dead-zone enable <R/W>
Kojto 108:34e6b704fe68 460
Kojto 108:34e6b704fe68 461 __IO uint32_t DZCR; //Dead-zone counter register
Kojto 108:34e6b704fe68 462 // <0..9> DZC : Dead-zone counter <R/W>
Kojto 108:34e6b704fe68 463 } PWM_CHn_TypeDef;
Kojto 108:34e6b704fe68 464
Kojto 108:34e6b704fe68 465 typedef struct
Kojto 108:34e6b704fe68 466 {
Kojto 108:34e6b704fe68 467 __IO uint32_t PWM_CHn_PR; //Prescale register
Kojto 108:34e6b704fe68 468 // <0..5> PR : prescale register <R/W>
Kojto 108:34e6b704fe68 469 __IO uint32_t PWM_CHn_MR; //Match register
Kojto 108:34e6b704fe68 470 // <0..31> MR : Match register <R/W>
Kojto 108:34e6b704fe68 471 __IO uint32_t PWM_CHn_LR; //Limit register
Kojto 108:34e6b704fe68 472 // <0..31> LR : Limit register <R/W>
Kojto 108:34e6b704fe68 473 __IO uint32_t PWM_CHn_UDMR; //Up-Down mode register
Kojto 108:34e6b704fe68 474 // <0> UDM : Up-down mode <R/W>
Kojto 108:34e6b704fe68 475 __IO uint32_t PWM_CHn_PDMR; //Periodic mode register
Kojto 108:34e6b704fe68 476 // <0> PDM : Periodic mode <R/W>
Kojto 108:34e6b704fe68 477 }PWM_TimerModeInitTypeDef;
Kojto 108:34e6b704fe68 478
Kojto 108:34e6b704fe68 479 typedef struct
Kojto 108:34e6b704fe68 480 {
Kojto 108:34e6b704fe68 481 __IO uint32_t PWM_CHn_PR; //Prescale register
Kojto 108:34e6b704fe68 482 // <0..5> PR : prescale register <R/W>
Kojto 108:34e6b704fe68 483 __IO uint32_t PWM_CHn_MR; //Match register
Kojto 108:34e6b704fe68 484 // <0..31> MR : Match register <R/W>
Kojto 108:34e6b704fe68 485 __IO uint32_t PWM_CHn_LR; //Limit register
Kojto 108:34e6b704fe68 486 // <0..31> LR : Limit register <R/W>
Kojto 108:34e6b704fe68 487 __IO uint32_t PWM_CHn_UDMR; //Up-Down mode register
Kojto 108:34e6b704fe68 488 // <0> UDM : Up-down mode <R/W>
Kojto 108:34e6b704fe68 489 __IO uint32_t PWM_CHn_PDMR; //Periodic mode register
Kojto 108:34e6b704fe68 490 // <0> PDM : Peiodic mode <R/W>
Kojto 108:34e6b704fe68 491 __IO uint32_t PWM_CHn_CMR; //Capture mode register
Kojto 108:34e6b704fe68 492 // <0> CM : Capture mode <R/W>
Kojto 108:34e6b704fe68 493 }PWM_CaptureModeInitTypeDef;
Kojto 108:34e6b704fe68 494
Kojto 108:34e6b704fe68 495 typedef struct
Kojto 108:34e6b704fe68 496 {
Kojto 108:34e6b704fe68 497 __IO uint32_t PWM_CHn_MR;
Kojto 108:34e6b704fe68 498 __IO uint32_t PWM_CHn_LR;
Kojto 108:34e6b704fe68 499 __IO uint32_t PWM_CHn_UDMR;
Kojto 108:34e6b704fe68 500 __IO uint32_t PWM_CHn_PDMR;
Kojto 108:34e6b704fe68 501 __IO uint32_t PWM_CHn_TCMR;
Kojto 108:34e6b704fe68 502 }PWM_CounterModeInitTypeDef;
Kojto 108:34e6b704fe68 503
Kojto 108:34e6b704fe68 504
Kojto 108:34e6b704fe68 505 /**
Kojto 108:34e6b704fe68 506 * @brief Random Number generator
Kojto 108:34e6b704fe68 507 */
Kojto 108:34e6b704fe68 508 typedef struct
Kojto 108:34e6b704fe68 509 {
Kojto 108:34e6b704fe68 510 __IO uint32_t RNG_RUN; /* RNG run register, Address offset : 0x000 */
Kojto 108:34e6b704fe68 511 __IO uint32_t RNG_SEED; /* RNG seed value register, Address offset : 0x004 */
Kojto 108:34e6b704fe68 512 __IO uint32_t RNG_CLKSEL; /* RNG Clock source select register, Address offset : 0x008 */
Kojto 108:34e6b704fe68 513 __IO uint32_t RNG_MODE; /* RNG MODE select register, Address offset : 0x00c */
Kojto 108:34e6b704fe68 514 __I uint32_t RNG_RN; /* RNG random number value register, Address offset : 0x010 */
Kojto 108:34e6b704fe68 515 __IO uint32_t RNG_POLY; /* RNG polynomial register, Address offset : 0x014 */
Kojto 108:34e6b704fe68 516 }RNG_TypeDef;
Kojto 108:34e6b704fe68 517
Kojto 108:34e6b704fe68 518 /**
Kojto 108:34e6b704fe68 519 * @brief Serial Peripheral Interface
Kojto 108:34e6b704fe68 520 */
Kojto 108:34e6b704fe68 521 typedef struct
Kojto 108:34e6b704fe68 522 {
Kojto 108:34e6b704fe68 523 __IO uint32_t CR0;
Kojto 108:34e6b704fe68 524 __IO uint32_t CR1;
Kojto 108:34e6b704fe68 525 __IO uint32_t DR;
Kojto 108:34e6b704fe68 526 __IO uint32_t SR;
Kojto 108:34e6b704fe68 527 __IO uint32_t CPSR;
Kojto 108:34e6b704fe68 528 __IO uint32_t IMSC;
Kojto 108:34e6b704fe68 529 __IO uint32_t RIS;
Kojto 108:34e6b704fe68 530 __IO uint32_t MIS;
Kojto 108:34e6b704fe68 531 __IO uint32_t ICR;
Kojto 108:34e6b704fe68 532 __IO uint32_t DMACR;
Kojto 108:34e6b704fe68 533 } SSP_TypeDef;
Kojto 108:34e6b704fe68 534
Kojto 108:34e6b704fe68 535 typedef struct
Kojto 108:34e6b704fe68 536 {
Kojto 108:34e6b704fe68 537 __IO uint32_t WatchdogLoad; // <h> Watchdog Load Register </h>
Kojto 108:34e6b704fe68 538 __I uint32_t WatchdogValue; // <h> Watchdog Value Register </h>
Kojto 108:34e6b704fe68 539 __IO uint32_t WatchdogControl; // <h> Watchdog Control Register
Kojto 108:34e6b704fe68 540 // <o.1> RESEN: Reset enable
Kojto 108:34e6b704fe68 541 // <o.0> INTEN: Interrupt enable
Kojto 108:34e6b704fe68 542 // </h>
Kojto 108:34e6b704fe68 543 __O uint32_t WatchdogIntClr; // <h> Watchdog Clear Interrupt Register </h>
Kojto 108:34e6b704fe68 544 __I uint32_t WatchdogRIS; // <h> Watchdog Raw Interrupt Status Register </h>
Kojto 108:34e6b704fe68 545 __I uint32_t WatchdogMIS; // <h> Watchdog Interrupt Status Register </h>
Kojto 108:34e6b704fe68 546 uint32_t RESERVED[762];
Kojto 108:34e6b704fe68 547 __IO uint32_t WatchdogLock; // <h> Watchdog Lock Register </h>
Kojto 108:34e6b704fe68 548 }WATCHDOG_TypeDef;
Kojto 108:34e6b704fe68 549
Kojto 108:34e6b704fe68 550 /** @addtogroup Peripheral_memory_map
Kojto 108:34e6b704fe68 551 * @{
Kojto 108:34e6b704fe68 552 */
Kojto 108:34e6b704fe68 553
Kojto 108:34e6b704fe68 554 /* Peripheral and SRAM base address */
Kojto 108:34e6b704fe68 555 #define W7500x_FLASH_BASE (0x00000000UL) /*!< (FLASH ) Base Address */
Kojto 108:34e6b704fe68 556 #define W7500x_SRAM_BASE (0x20000000UL) /*!< (SRAM ) Base Address */
Kojto 108:34e6b704fe68 557 #define W7500x_PERIPH_BASE (0x40000000UL) /*!< (Peripheral) Base Address */
Kojto 108:34e6b704fe68 558
Kojto 108:34e6b704fe68 559 #define W7500x_RAM_BASE (0x20000000UL)
Kojto 108:34e6b704fe68 560 #define W7500x_APB1_BASE (0x40000000UL)
Kojto 108:34e6b704fe68 561 #define W7500x_APB2_BASE (0x41000000UL)
Kojto 108:34e6b704fe68 562 #define W7500x_AHB_BASE (0x42000000UL)
Kojto 108:34e6b704fe68 563
Kojto 108:34e6b704fe68 564 #define W7500x_UART0_BASE (W7500x_APB1_BASE + 0x0000C000UL)
Kojto 108:34e6b704fe68 565 #define W7500x_UART1_BASE (W7500x_APB1_BASE + 0x0000D000UL)
Kojto 108:34e6b704fe68 566 #define W7500x_UART2_BASE (W7500x_APB1_BASE + 0x00006000UL)
Kojto 108:34e6b704fe68 567
Kojto 108:34e6b704fe68 568 #define W7500x_CRG_BASE (W7500x_APB2_BASE + 0x00001000UL)
Kojto 108:34e6b704fe68 569 #define W7500x_ADC_BASE (W7500x_APB2_BASE + 0x00000000UL)
Kojto 108:34e6b704fe68 570
Kojto 108:34e6b704fe68 571 #define W7500x_INFO_BGT (0x0003FDB8)
Kojto 108:34e6b704fe68 572 #define W7500x_INFO_OSC (0x0003FDBC)
Kojto 108:34e6b704fe68 573
Kojto 108:34e6b704fe68 574 #define W7500x_TRIM_BGT (0x41001210)
Kojto 108:34e6b704fe68 575 #define W7500x_TRIM_OSC (0x41001004)
Kojto 108:34e6b704fe68 576
Kojto 108:34e6b704fe68 577 #define W7500x_DUALTIMER0_BASE (W7500x_APB1_BASE + 0x00001000ul)
Kojto 108:34e6b704fe68 578 #define W7500x_DUALTIMER1_BASE (W7500x_APB1_BASE + 0x00002000ul)
Kojto 108:34e6b704fe68 579
Kojto 108:34e6b704fe68 580 #define EXTI_Px_BASE (W7500x_APB2_BASE + 0x00002200UL)
Kojto 108:34e6b704fe68 581
Kojto 108:34e6b704fe68 582 #define GPIOA_BASE (W7500x_AHB_BASE + 0x00000000UL) // W7500x_AHB_BASE : 0x42000000UL
Kojto 108:34e6b704fe68 583 #define GPIOB_BASE (W7500x_AHB_BASE + 0x01000000UL)
Kojto 108:34e6b704fe68 584 #define GPIOC_BASE (W7500x_AHB_BASE + 0x02000000UL)
Kojto 108:34e6b704fe68 585 #define GPIOD_BASE (W7500x_AHB_BASE + 0x03000000UL)
Kojto 108:34e6b704fe68 586
Kojto 108:34e6b704fe68 587 #define P_AFSR_BASE (W7500x_APB2_BASE + 0x00002000UL)
Kojto 108:34e6b704fe68 588
Kojto 108:34e6b704fe68 589 #define P_PCR_BASE (W7500x_APB2_BASE + 0x00003000UL)
Kojto 108:34e6b704fe68 590
Kojto 108:34e6b704fe68 591 #define I2C0_BASE (W7500x_APB1_BASE + 0x8000)
Kojto 108:34e6b704fe68 592 #define I2C1_BASE (W7500x_APB1_BASE + 0x9000)
Kojto 108:34e6b704fe68 593
Kojto 108:34e6b704fe68 594 #define W7500x_PWM_BASE (W7500x_APB1_BASE + 0x00005000UL)
Kojto 108:34e6b704fe68 595
Kojto 108:34e6b704fe68 596 #define W7500x_RNG_BASE (W7500x_APB1_BASE + 0x00007000UL)
Kojto 108:34e6b704fe68 597
Kojto 108:34e6b704fe68 598 #define SSP0_BASE (0x4000A000)
Kojto 108:34e6b704fe68 599 #define SSP1_BASE (0x4000B000)
Kojto 108:34e6b704fe68 600
Kojto 108:34e6b704fe68 601 #define W7500x_WATCHDOG_BASE (W7500x_APB1_BASE + 0x0000UL)
Kojto 108:34e6b704fe68 602
Kojto 108:34e6b704fe68 603 /**
Kojto 108:34e6b704fe68 604 * @}
Kojto 108:34e6b704fe68 605 */
Kojto 108:34e6b704fe68 606
Kojto 108:34e6b704fe68 607
Kojto 108:34e6b704fe68 608 /** @addtogroup Peripheral_declaration
Kojto 108:34e6b704fe68 609 * @{
Kojto 108:34e6b704fe68 610 */
Kojto 108:34e6b704fe68 611 #define CRG ((CRG_TypeDef *) W7500x_CRG_BASE)
Kojto 108:34e6b704fe68 612
Kojto 108:34e6b704fe68 613 #define UART0 ((UART_TypeDef *) W7500x_UART0_BASE)
Kojto 108:34e6b704fe68 614 #define UART1 ((UART_TypeDef *) W7500x_UART1_BASE)
Kojto 108:34e6b704fe68 615 #define UART2 ((S_UART_TypeDef *) W7500x_UART2_BASE)
Kojto 108:34e6b704fe68 616
Kojto 108:34e6b704fe68 617 #define ADC ((ADC_TypeDef *) W7500x_ADC_BASE)
Kojto 108:34e6b704fe68 618
Kojto 108:34e6b704fe68 619 #define DUALTIMER0_0 ((DUALTIMER_TypeDef *) (W7500x_DUALTIMER0_BASE) )
Kojto 108:34e6b704fe68 620 #define DUALTIMER0_1 ((DUALTIMER_TypeDef *) (W7500x_DUALTIMER0_BASE + 0x20ul))
Kojto 108:34e6b704fe68 621 #define DUALTIMER1_0 ((DUALTIMER_TypeDef *) (W7500x_DUALTIMER1_BASE) )
Kojto 108:34e6b704fe68 622 #define DUALTIMER1_1 ((DUALTIMER_TypeDef *) (W7500x_DUALTIMER1_BASE + 0x20ul))
Kojto 108:34e6b704fe68 623
Kojto 108:34e6b704fe68 624 #define EXTI_PA ((P_Port_Def *) (EXTI_Px_BASE + 0x00000000UL)) /* PA_XX External interrupt Enable Register */
Kojto 108:34e6b704fe68 625 #define EXTI_PB ((P_Port_Def *) (EXTI_Px_BASE + 0x00000040UL)) /* PB_XX External interrupt Enable Register */
Kojto 108:34e6b704fe68 626 #define EXTI_PC ((P_Port_Def *) (EXTI_Px_BASE + 0x00000080UL)) /* PC_XX External interrupt Enable Register */
Kojto 108:34e6b704fe68 627 #define EXTI_PD ((P_Port_D_Def *) (EXTI_Px_BASE + 0x000000C0UL)) /* PD_XX External interrupt Enable Register */
Kojto 108:34e6b704fe68 628
Kojto 108:34e6b704fe68 629 #define GPIOA ((GPIO_TypeDef *) (GPIOA_BASE) )
Kojto 108:34e6b704fe68 630 #define GPIOB ((GPIO_TypeDef *) (GPIOB_BASE) )
Kojto 108:34e6b704fe68 631 #define GPIOC ((GPIO_TypeDef *) (GPIOC_BASE) )
Kojto 108:34e6b704fe68 632 #define GPIOD ((GPIO_TypeDef *) (GPIOD_BASE) )
Kojto 108:34e6b704fe68 633
Kojto 108:34e6b704fe68 634 #define PA_AFSR ((P_Port_Def *) (P_AFSR_BASE + 0x00000000UL)) /* PA_XX Pad Alternate Function Select Register */
Kojto 108:34e6b704fe68 635 #define PB_AFSR ((P_Port_Def *) (P_AFSR_BASE + 0x00000040UL)) /* PB_XX Pad Alternate Function Select Register */
Kojto 108:34e6b704fe68 636 #define PC_AFSR ((P_Port_Def *) (P_AFSR_BASE + 0x00000080UL)) /* PC_XX Pad Alternate Function Select Register */
Kojto 108:34e6b704fe68 637 #define PD_AFSR ((P_Port_D_Def *) (P_AFSR_BASE + 0x000000C0UL)) /* PD_XX Pad Alternate Function Select Register */
Kojto 108:34e6b704fe68 638
Kojto 108:34e6b704fe68 639 #define PA_PCR ((P_Port_Def *) (P_PCR_BASE + 0x00000000UL)) /* PA_XX Pad Control Register */
Kojto 108:34e6b704fe68 640 #define PB_PCR ((P_Port_Def *) (P_PCR_BASE + 0x00000040UL)) /* PB_XX Pad Control Register */
Kojto 108:34e6b704fe68 641 #define PC_PCR ((P_Port_Def *) (P_PCR_BASE + 0x00000080UL)) /* PC_XX Pad Control Register */
Kojto 108:34e6b704fe68 642 #define PD_PCR ((P_Port_D_Def *) (P_PCR_BASE + 0x000000C0UL)) /* PD_XX Pad Control Register */
Kojto 108:34e6b704fe68 643
Kojto 108:34e6b704fe68 644 #define I2C0 ((I2C_TypeDef *) I2C0_BASE)
Kojto 108:34e6b704fe68 645 #define I2C1 ((I2C_TypeDef *) I2C1_BASE)
Kojto 108:34e6b704fe68 646
Kojto 108:34e6b704fe68 647
Kojto 108:34e6b704fe68 648 #define TIMCLKEN0_0 *(uint32_t *)(W7500x_DUALTIMER0_BASE + 0x80ul)
Kojto 108:34e6b704fe68 649 #define TIMCLKEN0_1 *(uint32_t *)(W7500x_DUALTIMER0_BASE + 0xA0ul)
Kojto 108:34e6b704fe68 650 #define TIMCLKEN1_0 *(uint32_t *)(W7500x_DUALTIMER1_BASE + 0x80ul)
Kojto 108:34e6b704fe68 651 #define TIMCLKEN1_1 *(uint32_t *)(W7500x_DUALTIMER1_BASE + 0xA0ul)
Kojto 108:34e6b704fe68 652
Kojto 108:34e6b704fe68 653 #define PWM ((PWM_TypeDef *) (W7500x_PWM_BASE + 0x800UL ))
Kojto 108:34e6b704fe68 654 #define PWM_CH0 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE))
Kojto 108:34e6b704fe68 655 #define PWM_CH1 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x100UL))
Kojto 108:34e6b704fe68 656 #define PWM_CH2 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x200UL))
Kojto 108:34e6b704fe68 657 #define PWM_CH3 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x300UL))
Kojto 108:34e6b704fe68 658 #define PWM_CH4 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x400UL))
Kojto 108:34e6b704fe68 659 #define PWM_CH5 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x500UL))
Kojto 108:34e6b704fe68 660 #define PWM_CH6 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x600UL))
Kojto 108:34e6b704fe68 661 #define PWM_CH7 ((PWM_CHn_TypeDef *) (W7500x_PWM_BASE + 0x700UL))
Kojto 108:34e6b704fe68 662
Kojto 108:34e6b704fe68 663 #define PWM_CH0_BASE (W7500x_PWM_BASE)
Kojto 108:34e6b704fe68 664 #define PWM_CH1_BASE (W7500x_PWM_BASE + 0x100UL)
Kojto 108:34e6b704fe68 665 #define PWM_CH2_BASE (W7500x_PWM_BASE + 0x200UL)
Kojto 108:34e6b704fe68 666 #define PWM_CH3_BASE (W7500x_PWM_BASE + 0x300UL)
Kojto 108:34e6b704fe68 667 #define PWM_CH4_BASE (W7500x_PWM_BASE + 0x400UL)
Kojto 108:34e6b704fe68 668 #define PWM_CH5_BASE (W7500x_PWM_BASE + 0x500UL)
Kojto 108:34e6b704fe68 669 #define PWM_CH6_BASE (W7500x_PWM_BASE + 0x600UL)
Kojto 108:34e6b704fe68 670 #define PWM_CH7_BASE (W7500x_PWM_BASE + 0x700UL)
Kojto 108:34e6b704fe68 671
Kojto 108:34e6b704fe68 672 #define RNG ((RNG_TypeDef *) W7500x_RNG_BASE)
Kojto 108:34e6b704fe68 673
Kojto 108:34e6b704fe68 674 #define SSP0 ((SSP_TypeDef*) (SSP0_BASE))
Kojto 108:34e6b704fe68 675 #define SSP1 ((SSP_TypeDef*) (SSP1_BASE))
Kojto 108:34e6b704fe68 676
Kojto 108:34e6b704fe68 677 #define WATCHDOG ((WATCHDOG_TypeDef *) W7500x_WATCHDOG_BASE)
Kojto 108:34e6b704fe68 678
Kojto 108:34e6b704fe68 679 /**
Kojto 108:34e6b704fe68 680 * @}
Kojto 108:34e6b704fe68 681 */
Kojto 108:34e6b704fe68 682
Kojto 108:34e6b704fe68 683
Kojto 108:34e6b704fe68 684
Kojto 108:34e6b704fe68 685 /******************************************************************************/
Kojto 108:34e6b704fe68 686 /* */
Kojto 108:34e6b704fe68 687 /* Clock Reset Generator */
Kojto 108:34e6b704fe68 688 /* */
Kojto 108:34e6b704fe68 689 /******************************************************************************/
Kojto 108:34e6b704fe68 690 /**************** Bit definition for CRG_OSC_PDR **************************/
Kojto 108:34e6b704fe68 691 #define CRG_OSC_PDR_NRMLOP (0x0ul) // Normal Operation
Kojto 108:34e6b704fe68 692 #define CRG_OSC_PDR_PD (0x1ul) // Power Down
Kojto 108:34e6b704fe68 693 /**************** Bit definition for CRG_PLL_PDR **************************/
Kojto 108:34e6b704fe68 694 #define CRG_PLL_PDR_PD (0x0ul) // Power Down
Kojto 108:34e6b704fe68 695 #define CRG_PLL_PDR_NRMLOP (0x1ul) // Normal Operation
Kojto 108:34e6b704fe68 696 /**************** Bit definition for CRG_PLL_FCR **************************/
Kojto 108:34e6b704fe68 697 //ToDo
Kojto 108:34e6b704fe68 698 /**************** Bit definition for CRG_PLL_OER **************************/
Kojto 108:34e6b704fe68 699 #define CRG_PLL_OER_DIS (0x0ul) // Clock out is disable
Kojto 108:34e6b704fe68 700 #define CRG_PLL_OER_EN (0x1ul) // Clock out is enable
Kojto 108:34e6b704fe68 701 /**************** Bit definition for CRG_PLL_BPR **************************/
Kojto 108:34e6b704fe68 702 #define CRG_PLL_BPR_DIS (0x0ul) // Bypass disable. Normal operation
Kojto 108:34e6b704fe68 703 #define CRG_PLL_BPR_EN (0x1ul) // Bypass enable. Clock will be set to external clock
Kojto 108:34e6b704fe68 704 /**************** Bit definition for CRG_PLL_IFSR **************************/
Kojto 108:34e6b704fe68 705 #define CRG_PLL_IFSR_RCLK (0x0ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 706 #define CRG_PLL_IFSR_OCLK (0x1ul) // External oscillator clock (OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 707 /**************** Bit definition for CRG_FCLK_SSR **************************/
Kojto 108:34e6b704fe68 708 #define CRG_FCLK_SSR_MCLK (0x01ul) // 00,01 Output clock of PLL(MCLK)
Kojto 108:34e6b704fe68 709 #define CRG_FCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 710 #define CRG_FCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 711 /**************** Bit definition for CRG_FCLK_PVSR **************************/
Kojto 108:34e6b704fe68 712 #define CRG_FCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 713 #define CRG_FCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 714 #define CRG_FCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 715 #define CRG_FCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 716 /**************** Bit definition for CRG_SSPCLK_SSR **************************/
Kojto 108:34e6b704fe68 717 #define CRG_SSPCLK_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 718 #define CRG_SSPCLK_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 719 #define CRG_SSPCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 720 #define CRG_SSPCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 721 /**************** Bit definition for CRG_SSPCLK_PVSR **************************/
Kojto 108:34e6b704fe68 722 #define CRG_SSPCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 723 #define CRG_SSPCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 724 #define CRG_SSPCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 725 #define CRG_SSPCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 726 /**************** Bit definition for CRG_ADCCLK_SSR **************************/
Kojto 108:34e6b704fe68 727 #define CRG_ADCCLK_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 728 #define CRG_ADCCLK_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 729 #define CRG_ADCCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 730 #define CRG_ADCCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 731 /**************** Bit definition for CRG_ADCCLK_PVSR **************************/
Kojto 108:34e6b704fe68 732 #define CRG_ADCCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 733 #define CRG_ADCCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 734 #define CRG_ADCCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 735 #define CRG_ADCCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 736 /**************** Bit definition for CRG_TIMER0/1CLK_SSR **************************/
Kojto 108:34e6b704fe68 737 #define CRG_TIMERCLK_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 738 #define CRG_TIMERCLK_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 739 #define CRG_TIMERCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 740 #define CRG_TIMERCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 741 /**************** Bit definition for CRG_TIMER0/1CLK_PVSR **************************/
Kojto 108:34e6b704fe68 742 #define CRG_TIMERCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 743 #define CRG_TIMERCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 744 #define CRG_TIMERCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 745 #define CRG_TIMERCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 746 #define CRG_TIMERCLK_PVSR_DIV16 (0x04ul) // 1/16
Kojto 108:34e6b704fe68 747 #define CRG_TIMERCLK_PVSR_DIV32 (0x05ul) // 1/32
Kojto 108:34e6b704fe68 748 #define CRG_TIMERCLK_PVSR_DIV64 (0x06ul) // 1/64
Kojto 108:34e6b704fe68 749 #define CRG_TIMERCLK_PVSR_DIV128 (0x07ul) // 1/128
Kojto 108:34e6b704fe68 750 /**************** Bit definition for CRG_PWMnCLK_SSR **************************/
Kojto 108:34e6b704fe68 751 #define CRG_PWMCLK_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 752 #define CRG_PWMCLK_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 753 #define CRG_PWMCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 754 #define CRG_PWMCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 755 /**************** Bit definition for CRG_PWMnCLK_PVSR **************************/
Kojto 108:34e6b704fe68 756 #define CRG_PWMCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 757 #define CRG_PWMCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 758 #define CRG_PWMCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 759 #define CRG_PWMCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 760 #define CRG_PWMCLK_PVSR_DIV16 (0x04ul) // 1/16
Kojto 108:34e6b704fe68 761 #define CRG_PWMCLK_PVSR_DIV32 (0x05ul) // 1/32
Kojto 108:34e6b704fe68 762 #define CRG_PWMCLK_PVSR_DIV64 (0x06ul) // 1/64
Kojto 108:34e6b704fe68 763 #define CRG_PWMCLK_PVSR_DIV128 (0x07ul) // 1/128
Kojto 108:34e6b704fe68 764 /**************** Bit definition for CRG_RTC_HS_SSR **************************/
Kojto 108:34e6b704fe68 765 #define CRG_RTC_HS_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 766 #define CRG_RTC_HS_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 767 #define CRG_RTC_HS_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 768 #define CRG_RTC_HS_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 769 /**************** Bit definition for CRG_RTC_HS_PVSR **************************/
Kojto 108:34e6b704fe68 770 #define CRG_RTC_HS_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 771 #define CRG_RTC_HS_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 772 #define CRG_RTC_HS_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 773 #define CRG_RTC_HS_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 774 #define CRG_RTC_HS_PVSR_DIV16 (0x04ul) // 1/16
Kojto 108:34e6b704fe68 775 #define CRG_RTC_HS_PVSR_DIV32 (0x05ul) // 1/32
Kojto 108:34e6b704fe68 776 #define CRG_RTC_HS_PVSR_DIV64 (0x06ul) // 1/64
Kojto 108:34e6b704fe68 777 #define CRG_RTC_HS_PVSR_DIV128 (0x07ul) // 1/128
Kojto 108:34e6b704fe68 778 /**************** Bit definition for CRG_RTC_SSR **************************/
Kojto 108:34e6b704fe68 779 #define CRG_RTC_SSR_HS (0x00ul) // RTCCLK HS(High Speed clock)
Kojto 108:34e6b704fe68 780 #define CRG_RTC_SSR_LW (0x01ul) // 32K_OSC_CLK(Low Speed external oscillator clock)
Kojto 108:34e6b704fe68 781 /**************** Bit definition for CRG_WDOGCLK_HS_SSR **************************/
Kojto 108:34e6b704fe68 782 #define CRG_WDOGCLK_HS_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 783 #define CRG_WDOGCLK_HS_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 784 #define CRG_WDOGCLK_HS_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 785 #define CRG_WDOGCLK_HS_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 786 /**************** Bit definition for CRG_WDOGCLK_HS_PVSR **************************/
Kojto 108:34e6b704fe68 787 #define CRG_WDOGCLK_HS_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 788 #define CRG_WDOGCLK_HS_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 789 #define CRG_WDOGCLK_HS_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 790 #define CRG_WDOGCLK_HS_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 791 #define CRG_WDOGCLK_HS_PVSR_DIV16 (0x04ul) // 1/16
Kojto 108:34e6b704fe68 792 #define CRG_WDOGCLK_HS_PVSR_DIV32 (0x05ul) // 1/32
Kojto 108:34e6b704fe68 793 #define CRG_WDOGCLK_HS_PVSR_DIV64 (0x06ul) // 1/64
Kojto 108:34e6b704fe68 794 #define CRG_WDOGCLK_HS_PVSR_DIV128 (0x07ul) // 1/128
Kojto 108:34e6b704fe68 795 /**************** Bit definition for CRG_WDOGCLK_SSR **************************/
Kojto 108:34e6b704fe68 796 #define CRG_WDOGCLK_SSR_HS (0x00ul) // RTCCLK HS(High Speed clock)
Kojto 108:34e6b704fe68 797 #define CRG_WDOGCLK_SSR_LW (0x01ul) // 32K_OSC_CLK(Low Speed external oscillator clock)
Kojto 108:34e6b704fe68 798 /**************** Bit definition for CRG_UARTCLK_SSR **************************/
Kojto 108:34e6b704fe68 799 #define CRG_UARTCLK_SSR_DIS (0x00ul) // Disable clock
Kojto 108:34e6b704fe68 800 #define CRG_UARTCLK_SSR_MCLK (0x01ul) // PLL output clock(MCLK)
Kojto 108:34e6b704fe68 801 #define CRG_UARTCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 802 #define CRG_UARTCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 803 /**************** Bit definition for CRG_UARTCLK_PVSR **************************/
Kojto 108:34e6b704fe68 804 #define CRG_UARTCLK_PVSR_DIV1 (0x00ul) // 1/1 (bypass)
Kojto 108:34e6b704fe68 805 #define CRG_UARTCLK_PVSR_DIV2 (0x01ul) // 1/2
Kojto 108:34e6b704fe68 806 #define CRG_UARTCLK_PVSR_DIV4 (0x02ul) // 1/4
Kojto 108:34e6b704fe68 807 #define CRG_UARTCLK_PVSR_DIV8 (0x03ul) // 1/8
Kojto 108:34e6b704fe68 808 /**************** Bit definition for CRG_MIICLK_ECR **************************/
Kojto 108:34e6b704fe68 809 #define CRG_MIICLK_ECR_EN_RXCLK (0x01ul << 0) // Enable MII_RCK and MII_RCK_N
Kojto 108:34e6b704fe68 810 #define CRG_MIICLK_ECR_EN_TXCLK (0x01ul << 1) // Enable MII_TCK and MII_TCK_N
Kojto 108:34e6b704fe68 811 /**************** Bit definition for CRG_MONCLK_SSR **************************/
Kojto 108:34e6b704fe68 812 #define CRG_MONCLK_SSR_MCLK (0x00ul) // PLL output clock (MCLK)
Kojto 108:34e6b704fe68 813 #define CRG_MONCLK_SSR_FCLK (0x01ul) // FCLK
Kojto 108:34e6b704fe68 814 #define CRG_MONCLK_SSR_RCLK (0x02ul) // Internal 8MHz RC oscillator clock(RCLK)
Kojto 108:34e6b704fe68 815 #define CRG_MONCLK_SSR_OCLK (0x03ul) // External oscillator clock(OCLK, 8MHz ~ 24MHz)
Kojto 108:34e6b704fe68 816 #define CRG_MONCLK_SSR_ADCCLK (0x04ul) // ADCCLK
Kojto 108:34e6b704fe68 817 #define CRG_MONCLK_SSR_SSPCLK (0x05ul) // SSPCLK
Kojto 108:34e6b704fe68 818 #define CRG_MONCLK_SSR_TIMCLK0 (0x06ul) // TIMCLK0
Kojto 108:34e6b704fe68 819 #define CRG_MONCLK_SSR_TIMCLK1 (0x07ul) // TIMCLK1
Kojto 108:34e6b704fe68 820 #define CRG_MONCLK_SSR_PWMCLK0 (0x08ul) // PWMCLK0
Kojto 108:34e6b704fe68 821 #define CRG_MONCLK_SSR_PWMCLK1 (0x09ul) // PWMCLK1
Kojto 108:34e6b704fe68 822 #define CRG_MONCLK_SSR_PWMCLK2 (0x0Aul) // PWMCLK2
Kojto 108:34e6b704fe68 823 #define CRG_MONCLK_SSR_PWMCLK3 (0x0Bul) // PWMCLK3
Kojto 108:34e6b704fe68 824 #define CRG_MONCLK_SSR_PWMCLK4 (0x0Cul) // PWMCLK4
Kojto 108:34e6b704fe68 825 #define CRG_MONCLK_SSR_PWMCLK5 (0x0Dul) // PWMCLK5
Kojto 108:34e6b704fe68 826 #define CRG_MONCLK_SSR_PWMCLK6 (0x0Eul) // PWMCLK6
Kojto 108:34e6b704fe68 827 #define CRG_MONCLK_SSR_PWMCLK7 (0x0Ful) // PWMCLK7
Kojto 108:34e6b704fe68 828 #define CRG_MONCLK_SSR_UARTCLK (0x10ul) // UARTCLK
Kojto 108:34e6b704fe68 829 #define CRG_MONCLK_SSR_MII_RXCLK (0x11ul) // MII_RXCLK
Kojto 108:34e6b704fe68 830 #define CRG_MONCLK_SSR_MII_TXCLK (0x12ul) // MII_TXCLK
Kojto 108:34e6b704fe68 831 #define CRG_MONCLK_SSR_RTCCLK (0x13ul) // RTCCLK
Kojto 108:34e6b704fe68 832
Kojto 108:34e6b704fe68 833 /******************************************************************************/
Kojto 108:34e6b704fe68 834 /* */
Kojto 108:34e6b704fe68 835 /* UART */
Kojto 108:34e6b704fe68 836 /* */
Kojto 108:34e6b704fe68 837 /******************************************************************************/
Kojto 108:34e6b704fe68 838 /****************** Bit definition for UART Data(UARTDR) register *************************/
Kojto 108:34e6b704fe68 839 #define UART_DR_OE (0x01ul << 11) // Overrun Error
Kojto 108:34e6b704fe68 840 #define UART_DR_BE (0x01ul << 10) // Break Error
Kojto 108:34e6b704fe68 841 #define UART_DR_PE (0x01ul << 9) // Parity Error
Kojto 108:34e6b704fe68 842 #define UART_DR_FE (0x01ul << 8) // Framing Error
Kojto 108:34e6b704fe68 843 //#define UART_DR_DR // ToDo
Kojto 108:34e6b704fe68 844 /***************** Bit definition for UART Receive Status(UARTRSR) register ***************/
Kojto 108:34e6b704fe68 845 #define UARTR_SR_OE (0x01ul << 3) // Overrun Error
Kojto 108:34e6b704fe68 846 #define UARTR_SR_BE (0x01ul << 2) // Break Error
Kojto 108:34e6b704fe68 847 #define UARTR_SR_PE (0x01ul << 1) // Parity Error
Kojto 108:34e6b704fe68 848 #define UARTR_SR_FE (0x01ul << 0) // Framing Error
Kojto 108:34e6b704fe68 849 /***************** Bit definition for UART Error Clear(UARTECR) register ******************/
Kojto 108:34e6b704fe68 850 #define UARTE_CR_OE (0x01ul << 3) // Overrun Error
Kojto 108:34e6b704fe68 851 #define UARTE_CR_BE (0x01ul << 2) // Break Error
Kojto 108:34e6b704fe68 852 #define UARTE_CR_PE (0x01ul << 1) // Parity Error
Kojto 108:34e6b704fe68 853 #define UARTE_CR_FE (0x01ul << 0) // Framing Error
Kojto 108:34e6b704fe68 854 /****************** Bit definition for UART Flags(UARTFR) register ************************/
Kojto 108:34e6b704fe68 855 #define UART_FR_RI (0x01ul << 8) // Ring indicator
Kojto 108:34e6b704fe68 856 #define UART_FR_TXFE (0x01ul << 7) // Transmit FIFO empty
Kojto 108:34e6b704fe68 857 #define UART_FR_RXFF (0x01ul << 6) // Receive FIFO full
Kojto 108:34e6b704fe68 858 #define UART_FR_TXFF (0x01ul << 5) // Transmit FIFO full
Kojto 108:34e6b704fe68 859 #define UART_FR_RXFE (0x01ul << 4) // Receive FIFO empty
Kojto 108:34e6b704fe68 860 #define UART_FR_BUSY (0x01ul << 3) // UART busy
Kojto 108:34e6b704fe68 861 #define UART_FR_DCD (0x01ul << 2) // Data carrier detect
Kojto 108:34e6b704fe68 862 #define UART_FR_DSR (0x01ul << 1) // Data set ready
Kojto 108:34e6b704fe68 863 #define UART_FR_CTS (0x01ul << 0) // Clear to send
Kojto 108:34e6b704fe68 864 /********** Bit definition for UART Low-power Counter(UARTILPR) register *******************/
Kojto 108:34e6b704fe68 865 #define UARTILPR_COUNTER (0xFFul << 0) // 8-bit low-power divisor value (0..255)
Kojto 108:34e6b704fe68 866 /********************* Bit definition for Line Control(UARTLCR_H) register *****************/
Kojto 108:34e6b704fe68 867 #define UART_LCR_H_SPS (0x1ul << 7) // Stick parity select
Kojto 108:34e6b704fe68 868 #define UART_LCR_H_WLEN(n) ((n & 0x3ul) << 5) // Word length ( 0=5bits, 1=6bits, 2=7bits, 3=8bits )
Kojto 108:34e6b704fe68 869 #define UART_LCR_H_FEN (0x1ul << 4) // Enable FIFOs
Kojto 108:34e6b704fe68 870 #define UART_LCR_H_STP2 (0x1ul << 3) // Two stop bits select
Kojto 108:34e6b704fe68 871 #define UART_LCR_H_EPS (0x1ul << 2) // Even parity select
Kojto 108:34e6b704fe68 872 #define UART_LCR_H_PEN (0x1ul << 1) // Parity enable
Kojto 108:34e6b704fe68 873 #define UART_LCR_H_BRK (0x1ul << 0) // Send break
Kojto 108:34e6b704fe68 874 /********************* Bit definition for Contro(UARTCR) register *************************/
Kojto 108:34e6b704fe68 875 #define UART_CR_CTSEn (0x1ul << 15) // CTS hardware flow control enable
Kojto 108:34e6b704fe68 876 #define UART_CR_RTSEn (0x1ul << 14) // RTS hardware flow control enable
Kojto 108:34e6b704fe68 877 #define UART_CR_Out2 (0x1ul << 13) // Complement of Out2 modem status output
Kojto 108:34e6b704fe68 878 #define UART_CR_Out1 (0x1ul << 12) // Complement of Out1 modem status output
Kojto 108:34e6b704fe68 879 #define UART_CR_RTS (0x1ul << 11) // Request to send
Kojto 108:34e6b704fe68 880 #define UART_CR_DTR (0x1ul << 10) // Data transmit ready
Kojto 108:34e6b704fe68 881 #define UART_CR_RXE (0x1ul << 9) // Receive enable
Kojto 108:34e6b704fe68 882 #define UART_CR_TXE (0x1ul << 8) // Transmit enable
Kojto 108:34e6b704fe68 883 #define UART_CR_LBE (0x1ul << 7) // Loop-back enable
Kojto 108:34e6b704fe68 884 #define UART_CR_SIRLP (0x1ul << 2) // IrDA SIR low power mode
Kojto 108:34e6b704fe68 885 #define UART_CR_SIREN (0x1ul << 1) // SIR enable
Kojto 108:34e6b704fe68 886 #define UART_CR_UARTEN (0x1ul << 0) // UART enable
Kojto 108:34e6b704fe68 887 /******* Bit definition for Interrupt FIFO Level Select(UARTIFLS) register *****************/
Kojto 108:34e6b704fe68 888 #define UART_IFLS_RXIFLSEL(n) ((n & 0x7ul) << 3) // Receive interrupt FIFO level select(0=1/8 full, 1=1/4 full, 2=1/2 full, 3=3/4 full, 4=7/8 full)
Kojto 108:34e6b704fe68 889 #define UART_IFLS_TXIFLSEL(n) ((n & 0x7ul) << 0) // Transmit interrupt FIFO level select(0=1/8 full, 1=1/4 full, 2=1/2 full, 3=3/4 full, 4=7/8 full)
Kojto 108:34e6b704fe68 890 /******* Bit definition for Interrupt Mask Set/Clear(UARTIMSC) register ********************/
Kojto 108:34e6b704fe68 891 #define UART_IMSC_OEIM (0x1ul << 10) // Overrun error interrupt mask
Kojto 108:34e6b704fe68 892 #define UART_IMSC_BEIM (0x1ul << 9) // Break error interrupt mask
Kojto 108:34e6b704fe68 893 #define UART_IMSC_PEIM (0x1ul << 8) // Parity error interrupt mask
Kojto 108:34e6b704fe68 894 #define UART_IMSC_FEIM (0x1ul << 7) // Framing error interrupt mask
Kojto 108:34e6b704fe68 895 #define UART_IMSC_RTIM (0x1ul << 6) // Receive interrupt mask
Kojto 108:34e6b704fe68 896 #define UART_IMSC_TXIM (0x1ul << 5) // Transmit interrupt mask
Kojto 108:34e6b704fe68 897 #define UART_IMSC_RXIM (0x1ul << 4) // Receive interrupt mask
Kojto 108:34e6b704fe68 898 #define UART_IMSC_DSRMIM (0x1ul << 3) // nUARTDSR modem interrupt mask
Kojto 108:34e6b704fe68 899 #define UART_IMSC_DCDMIM (0x1ul << 2) // nUARTDCD modem interrupt mask
Kojto 108:34e6b704fe68 900 #define UART_IMSC_CTSMIM (0x1ul << 1) // nUARTCTS modem interrupt mask
Kojto 108:34e6b704fe68 901 #define UART_IMSC_RIMIM (0x1ul << 0) // nUARTRI modem interrupt mask
Kojto 108:34e6b704fe68 902 /*************** Bit definition for Raw Interrupt Status(UARTRIS) register *****************/
Kojto 108:34e6b704fe68 903 #define UART_RIS_OEIM (0x1ul << 10) // Overrun error interrupt status
Kojto 108:34e6b704fe68 904 #define UART_RIS_BEIM (0x1ul << 9) // Break error interrupt status
Kojto 108:34e6b704fe68 905 #define UART_RIS_PEIM (0x1ul << 8) // Parity error interrupt status
Kojto 108:34e6b704fe68 906 #define UART_RIS_FEIM (0x1ul << 7) // Framing error interrupt status
Kojto 108:34e6b704fe68 907 #define UART_RIS_RTIM (0x1ul << 6) // Receive interrupt status
Kojto 108:34e6b704fe68 908 #define UART_RIS_TXIM (0x1ul << 5) // Transmit interrupt status
Kojto 108:34e6b704fe68 909 #define UART_RIS_RXIM (0x1ul << 4) // Receive interrupt status
Kojto 108:34e6b704fe68 910 #define UART_RIS_DSRMIM (0x1ul << 3) // nUARTDSR modem interrupt status
Kojto 108:34e6b704fe68 911 #define UART_RIS_DCDMIM (0x1ul << 2) // nUARTDCD modem interrupt status
Kojto 108:34e6b704fe68 912 #define UART_RIS_CTSMIM (0x1ul << 1) // nUARTCTS modem interrupt status
Kojto 108:34e6b704fe68 913 #define UART_RIS_RIMIM (0x1ul << 0) // nUARTRI modem interrupt status
Kojto 108:34e6b704fe68 914 /************** Bit definition for Masked Interrupt Status(UARTMIS) register ****************/
Kojto 108:34e6b704fe68 915 #define UART_MIS_OEIM (0x1ul << 10) // Overrun error masked interrupt status
Kojto 108:34e6b704fe68 916 #define UART_MIS_BEIM (0x1ul << 9) // Break error masked interrupt status
Kojto 108:34e6b704fe68 917 #define UART_MIS_PEIM (0x1ul << 8) // Parity error masked interrupt status
Kojto 108:34e6b704fe68 918 #define UART_MIS_FEIM (0x1ul << 7) // Framing error masked interrupt status
Kojto 108:34e6b704fe68 919 #define UART_MIS_RTIM (0x1ul << 6) // Receive masked interrupt status
Kojto 108:34e6b704fe68 920 #define UART_MIS_TXIM (0x1ul << 5) // Transmit masked interrupt status
Kojto 108:34e6b704fe68 921 #define UART_MIS_RXIM (0x1ul << 4) // Receive masked interrupt status
Kojto 108:34e6b704fe68 922 #define UART_MIS_DSRMIM (0x1ul << 3) // nUARTDSR modem masked interrupt status
Kojto 108:34e6b704fe68 923 #define UART_MIS_DCDMIM (0x1ul << 2) // nUARTDCD modem masked interrupt status
Kojto 108:34e6b704fe68 924 #define UART_MIS_CTSMIM (0x1ul << 1) // nUARTCTS modem masked interrupt status
Kojto 108:34e6b704fe68 925 #define UART_MIS_RIMIM (0x1ul << 0) // nUARTRI modem masked interrupt status
Kojto 108:34e6b704fe68 926 /*************** Bit definition for Interrupt Clear(UARTICR) register ************************/
Kojto 108:34e6b704fe68 927 #define UART_ICR_OEIM (0x1ul << 10) // Overrun error interrupt clear
Kojto 108:34e6b704fe68 928 #define UART_ICR_BEIM (0x1ul << 9) // Break error interrupt clear
Kojto 108:34e6b704fe68 929 #define UART_ICR_PEIM (0x1ul << 8) // Parity error interrupt clear
Kojto 108:34e6b704fe68 930 #define UART_ICR_FEIM (0x1ul << 7) // Framing error interrupt clear
Kojto 108:34e6b704fe68 931 #define UART_ICR_RTIM (0x1ul << 6) // Receive interrupt clear
Kojto 108:34e6b704fe68 932 #define UART_ICR_TXIM (0x1ul << 5) // Transmit interrupt clear
Kojto 108:34e6b704fe68 933 #define UART_ICR_RXIM (0x1ul << 4) // Receive interrupt clear
Kojto 108:34e6b704fe68 934 #define UART_ICR_DSRMIM (0x1ul << 3) // nUARTDSR modem interrupt clear
Kojto 108:34e6b704fe68 935 #define UART_ICR_DCDMIM (0x1ul << 2) // nUARTDCD modem interrupt clear
Kojto 108:34e6b704fe68 936 #define UART_ICR_CTSMIM (0x1ul << 1) // nUARTCTS modem interrupt clear
Kojto 108:34e6b704fe68 937 #define UART_ICR_RIMIM (0x1ul << 0) // nUARTRI modem interrupt clear
Kojto 108:34e6b704fe68 938 /***************** Bit definition for DMA Control(UARTDMACR) register ************************/
Kojto 108:34e6b704fe68 939 #define UART_DMACR_DMAONERR (0x1ul << 2) // DMA on error
Kojto 108:34e6b704fe68 940 #define UART_DMACR_TXDMAE (0x1ul << 1) // Transmit DMA enable
Kojto 108:34e6b704fe68 941 #define UART_DMACR_RXDMAE (0x1ul << 0) // Receive DMA enable
Kojto 108:34e6b704fe68 942
Kojto 108:34e6b704fe68 943 /******************************************************************************/
Kojto 108:34e6b704fe68 944 /* */
Kojto 108:34e6b704fe68 945 /* Simple UART */
Kojto 108:34e6b704fe68 946 /* */
Kojto 108:34e6b704fe68 947 /******************************************************************************/
Kojto 108:34e6b704fe68 948 /***************** Bit definition for S_UART Data () register ************************/
Kojto 108:34e6b704fe68 949 #define S_UART_DATA (0xFFul << 0)
Kojto 108:34e6b704fe68 950 /***************** Bit definition for S_UART State() register ************************/
Kojto 108:34e6b704fe68 951 #define S_UART_STATE_TX_BUF_OVERRUN (0x01ul << 2) // TX buffer overrun, wirte 1 to clear.
Kojto 108:34e6b704fe68 952 #define S_UART_STATE_RX_BUF_FULL (0x01ul << 1) // RX buffer full, read only.
Kojto 108:34e6b704fe68 953 #define S_UART_STATE_TX_BUF_FULL (0x01ul << 0) // TX buffer full, read only.
Kojto 108:34e6b704fe68 954 /***************** Bit definition for S_UART Control() register ************************/
Kojto 108:34e6b704fe68 955 #define S_UART_CTRL_HIGH_SPEED_TEST (0x01ul << 6) // High-speed test mode for TX only.
Kojto 108:34e6b704fe68 956 #define S_UART_CTRL_RX_OVERRUN_EN (0x01ul << 5) // RX overrun interrupt enable.
Kojto 108:34e6b704fe68 957 #define S_UART_CTRL_TX_OVERRUN_EN (0x01ul << 4) // TX overrun interrupt enable.
Kojto 108:34e6b704fe68 958 #define S_UART_CTRL_RX_INT_EN (0x01ul << 3) // RX interrupt enable.
Kojto 108:34e6b704fe68 959 #define S_UART_CTRL_TX_INT_EN (0x01ul << 2) // TX interrupt enable.
Kojto 108:34e6b704fe68 960 #define S_UART_CTRL_RX_EN (0x01ul << 1) // RX enable.
Kojto 108:34e6b704fe68 961 #define S_UART_CTRL_TX_EN (0x01ul << 0) // TX enable.
Kojto 108:34e6b704fe68 962 /***************** Bit definition for S_UART Interrupt() register ************************/
Kojto 108:34e6b704fe68 963 #define S_UART_INT_RX_OVERRUN (0x01ul << 3) // RX overrun interrupt. Wirte 1 to clear
Kojto 108:34e6b704fe68 964 #define S_UART_INT_TX_OVERRUN (0x01ul << 2) // TX overrun interrupt. Write 1 to clear
Kojto 108:34e6b704fe68 965 #define S_UART_INT_RX (0x01ul << 1) // RX interrupt. Write 1 to clear
Kojto 108:34e6b704fe68 966 #define S_UART_INT_TX (0x01ul << 0) // TX interrupt. Write 1 to clear
Kojto 108:34e6b704fe68 967
Kojto 108:34e6b704fe68 968 /******************************************************************************/
Kojto 108:34e6b704fe68 969 /* */
Kojto 108:34e6b704fe68 970 /* Analog Digital Register */
Kojto 108:34e6b704fe68 971 /* */
Kojto 108:34e6b704fe68 972 /******************************************************************************/
Kojto 108:34e6b704fe68 973
Kojto 108:34e6b704fe68 974 /*********************** Bit definition for ADC_CTR ***********************/
Kojto 108:34e6b704fe68 975 //#define ADC_CTR_SAMSEL_ABNORMAL (0x0ul) // Abnormal Operation
Kojto 108:34e6b704fe68 976 //#define ADC_CTR_SAMSEL_NORMAL (0x1ul) // Normal Operation
Kojto 108:34e6b704fe68 977 #define ADC_CTR_PWD_NRMOP (0x1ul) // Active Operation
Kojto 108:34e6b704fe68 978 #define ADC_CTR_PWD_PD (0x3ul) // Power down
Kojto 108:34e6b704fe68 979 /*********************** Bit definition for ADC_CHSEL ***********************/
Kojto 108:34e6b704fe68 980 #define ADC_CHSEL_CH0 (0x0ul) // Channel 0
Kojto 108:34e6b704fe68 981 #define ADC_CHSEL_CH1 (0x1ul) // Channel 1
Kojto 108:34e6b704fe68 982 #define ADC_CHSEL_CH2 (0x2ul) // Channel 2
Kojto 108:34e6b704fe68 983 #define ADC_CHSEL_CH3 (0x3ul) // Channel 3
Kojto 108:34e6b704fe68 984 #define ADC_CHSEL_CH4 (0x4ul) // Channel 4
Kojto 108:34e6b704fe68 985 #define ADC_CHSEL_CH5 (0x5ul) // Channel 5
Kojto 108:34e6b704fe68 986 #define ADC_CHSEL_CH6 (0x6ul) // Channel 6
Kojto 108:34e6b704fe68 987 #define ADC_CHSEL_CH7 (0x7ul) // Channel 7
Kojto 108:34e6b704fe68 988 #define ADC_CHSEL_CH15 (0xful) // LDO output(1.5V)
Kojto 108:34e6b704fe68 989 /*********************** Bit definition for ADC_START ***********************/
Kojto 108:34e6b704fe68 990 #define ADC_START_START (0x1ul) // ADC conversion start
Kojto 108:34e6b704fe68 991 /*********************** Bit definition for ADC_DATA ***********************/
Kojto 108:34e6b704fe68 992 //ToDo (Readonly)
Kojto 108:34e6b704fe68 993
Kojto 108:34e6b704fe68 994 /*********************** Bit definition for ADC_INT ***********************/
Kojto 108:34e6b704fe68 995 #define ADC_INT_MASK_DIS (0x0ul << 1) // Interrupt disable
Kojto 108:34e6b704fe68 996 #define ADC_INT_MASK_ENA (0x1ul << 1) // Interrupt enable
Kojto 108:34e6b704fe68 997 //ToDo (Readonly)
Kojto 108:34e6b704fe68 998
Kojto 108:34e6b704fe68 999 /*********************** Bit definition for ADC_INTCLR ***********************/
Kojto 108:34e6b704fe68 1000 #define ADC_INTCLEAR (0x1ul) // ADC Interrupt clear
Kojto 108:34e6b704fe68 1001
Kojto 108:34e6b704fe68 1002 #define W7500x_ADC_BASE (W7500x_APB2_BASE + 0x00000000UL)
Kojto 108:34e6b704fe68 1003 #define ADC ((ADC_TypeDef *) W7500x_ADC_BASE)
Kojto 108:34e6b704fe68 1004
Kojto 108:34e6b704fe68 1005 /******************************************************************************/
Kojto 108:34e6b704fe68 1006 /* */
Kojto 108:34e6b704fe68 1007 /* Dual Timer */
Kojto 108:34e6b704fe68 1008 /* */
Kojto 108:34e6b704fe68 1009 /******************************************************************************/
Kojto 108:34e6b704fe68 1010
Kojto 108:34e6b704fe68 1011 /*********************** Bit definition for dualtimer ***********************/
Kojto 108:34e6b704fe68 1012 #define DUALTIMER_TimerControl_TimerDIsable 0x0ul
Kojto 108:34e6b704fe68 1013 #define DUALTIMER_TimerControl_TimerEnable 0x1ul
Kojto 108:34e6b704fe68 1014 #define DUALTIMER_TimerControl_TimerEnable_Pos 7
Kojto 108:34e6b704fe68 1015
Kojto 108:34e6b704fe68 1016 #define DUALTIMER_TimerControl_FreeRunning 0x0ul
Kojto 108:34e6b704fe68 1017 #define DUALTIMER_TimerControl_Periodic 0x1ul
Kojto 108:34e6b704fe68 1018 #define DUALTIMER_TimerControl_TimerMode_Pos 6
Kojto 108:34e6b704fe68 1019
Kojto 108:34e6b704fe68 1020 #define DUALTIMER_TimerControl_IntDisable 0x0ul
Kojto 108:34e6b704fe68 1021 #define DUALTIMER_TimerControl_IntEnable 0x1ul
Kojto 108:34e6b704fe68 1022 #define DUALTIMER_TimerControl_IntEnable_Pos 5
Kojto 108:34e6b704fe68 1023
Kojto 108:34e6b704fe68 1024 #define DUALTIMER_TimerControl_Pre_1 0x0ul
Kojto 108:34e6b704fe68 1025 #define DUALTIMER_TimerControl_Pre_16 0x1ul
Kojto 108:34e6b704fe68 1026 #define DUALTIMER_TimerControl_Pre_256 0x2ul
Kojto 108:34e6b704fe68 1027 #define DUALTIMER_TimerControl_Pre_Pos 2
Kojto 108:34e6b704fe68 1028
Kojto 108:34e6b704fe68 1029 #define DUALTIMER_TimerControl_Size_16 0x0ul
Kojto 108:34e6b704fe68 1030 #define DUALTIMER_TimerControl_Size_32 0x1ul
Kojto 108:34e6b704fe68 1031 #define DUALTIMER_TimerControl_Size_Pos 1
Kojto 108:34e6b704fe68 1032
Kojto 108:34e6b704fe68 1033 #define DUALTIMER_TimerControl_Wrapping 0x0ul
Kojto 108:34e6b704fe68 1034 #define DUALTIMER_TimerControl_OneShot 0x1ul
Kojto 108:34e6b704fe68 1035 #define DUALTIMER_TimerControl_OneShot_Pos 0
Kojto 108:34e6b704fe68 1036
Kojto 108:34e6b704fe68 1037 /******************************************************************************/
Kojto 108:34e6b704fe68 1038 /* */
Kojto 108:34e6b704fe68 1039 /* External Interrupt */
Kojto 108:34e6b704fe68 1040 /* */
Kojto 108:34e6b704fe68 1041 /******************************************************************************/
Kojto 108:34e6b704fe68 1042
Kojto 108:34e6b704fe68 1043 /**************** Bit definition for Px_IER **************************/
Kojto 108:34e6b704fe68 1044 #define EXTI_Px_INTPOR_RISING_EDGE (0x00ul << 0)
Kojto 108:34e6b704fe68 1045 #define EXTI_Px_INTPOR_FALLING_EDGE (0x01ul << 0)
Kojto 108:34e6b704fe68 1046 #define EXTI_Px_INTEN_DISABLE (0x00ul << 1)
Kojto 108:34e6b704fe68 1047 #define EXTI_Px_INTEN_ENABLE (0x01ul << 1)
Kojto 108:34e6b704fe68 1048
Kojto 108:34e6b704fe68 1049 /******************************************************************************/
Kojto 108:34e6b704fe68 1050 /* */
Kojto 108:34e6b704fe68 1051 /* GPIO */
Kojto 108:34e6b704fe68 1052 /* */
Kojto 108:34e6b704fe68 1053 /******************************************************************************/
Kojto 108:34e6b704fe68 1054
Kojto 108:34e6b704fe68 1055 /**************** Bit definition for Px_AFSR **************************/
Kojto 108:34e6b704fe68 1056 #define Px_AFSR_AF0 (0x00ul)
Kojto 108:34e6b704fe68 1057 #define Px_AFSR_AF1 (0x01ul)
Kojto 108:34e6b704fe68 1058 #define Px_AFSR_AF2 (0x02ul)
Kojto 108:34e6b704fe68 1059 #define Px_AFSR_AF3 (0x03ul)
Kojto 108:34e6b704fe68 1060 /**************** Bit definition for Px_PCR **************************/
Kojto 108:34e6b704fe68 1061 #define Px_PCR_PUPD_DOWN (0x01ul << 0) // Pull Down
Kojto 108:34e6b704fe68 1062 #define Px_PCR_PUPD_UP (0x01ul << 1) // Pull Up
Kojto 108:34e6b704fe68 1063 #define Px_PCR_DS_HIGH (0x01ul << 2) // High Driving
Kojto 108:34e6b704fe68 1064 #define Px_PCR_OD (0x01ul << 3) // Open Drain
Kojto 108:34e6b704fe68 1065 #define Px_PCR_IE (0x01ul << 5) // Input Buffer Enable
Kojto 108:34e6b704fe68 1066 #define Px_PCR_CS_SUMMIT (0x01ul << 6) // Use Summit Trigger Input Buffer
Kojto 108:34e6b704fe68 1067
Kojto 108:34e6b704fe68 1068 /******************************************************************************/
Kojto 108:34e6b704fe68 1069 /* */
Kojto 108:34e6b704fe68 1070 /* I2C */
Kojto 108:34e6b704fe68 1071 /* */
Kojto 108:34e6b704fe68 1072 /******************************************************************************/
Kojto 108:34e6b704fe68 1073
Kojto 108:34e6b704fe68 1074 /**************** Bit definition for I2C_CTR **************************/
Kojto 108:34e6b704fe68 1075 #define I2C_CTR_COREEN (0x01ul << 7 ) // 0x80
Kojto 108:34e6b704fe68 1076 #define I2C_CTR_INTEREN (0x01ul << 6 ) // 0x40
Kojto 108:34e6b704fe68 1077 #define I2C_CTR_MODE (0x01ul << 5 ) // 0x20
Kojto 108:34e6b704fe68 1078 #define I2C_CTR_ADDR10 (0x01ul << 4 ) // 0x10
Kojto 108:34e6b704fe68 1079 #define I2C_CTR_CTRRWN (0x01ul << 3 ) // 0x08
Kojto 108:34e6b704fe68 1080 #define I2C_CTR_CTEN (0x01ul << 2 ) // 0x04
Kojto 108:34e6b704fe68 1081
Kojto 108:34e6b704fe68 1082 /**************** Bit definition for I2C_CMDR **************************/
Kojto 108:34e6b704fe68 1083 #define I2C_CMDR_STA (0x01ul << 7 ) // 0x80
Kojto 108:34e6b704fe68 1084 #define I2C_CMDR_STO (0x01ul << 6 ) // 0x40
Kojto 108:34e6b704fe68 1085 #define I2C_CMDR_ACK (0x01ul << 5 ) // 0x20
Kojto 108:34e6b704fe68 1086 #define I2C_CMDR_RESTA (0x01ul << 4 ) // 0x10
Kojto 108:34e6b704fe68 1087
Kojto 108:34e6b704fe68 1088 /**************** Bit definition for I2C_ISCR **************************/
Kojto 108:34e6b704fe68 1089 #define I2C_ISCR_RST (0x01ul << 1) // 0x01
Kojto 108:34e6b704fe68 1090
Kojto 108:34e6b704fe68 1091 /**************** Bit definition for I2C_SR **************************/
Kojto 108:34e6b704fe68 1092 #define I2C_SR_TX (0x01ul << 9 ) // 0x200
Kojto 108:34e6b704fe68 1093 #define I2C_SR_RX (0x01ul << 8 ) // 0x100
Kojto 108:34e6b704fe68 1094 #define I2C_SR_ACKT (0x01ul << 7 ) // 0x080
Kojto 108:34e6b704fe68 1095 #define I2C_SR_BT (0x01ul << 6 ) // 0x040
Kojto 108:34e6b704fe68 1096 #define I2C_SR_SA (0x01ul << 5 ) // 0x020
Kojto 108:34e6b704fe68 1097 #define I2C_SR_SB (0x01ul << 4 ) // 0x010
Kojto 108:34e6b704fe68 1098 #define I2C_SR_AL (0x01ul << 3 ) // 0x008
Kojto 108:34e6b704fe68 1099 #define I2C_SR_TO (0x01ul << 2 ) // 0x004
Kojto 108:34e6b704fe68 1100 #define I2C_SR_SRW (0x01ul << 1 ) // 0x002
Kojto 108:34e6b704fe68 1101 #define I2C_SR_ACKR (0x01ul << 0 ) // 0x001
Kojto 108:34e6b704fe68 1102
Kojto 108:34e6b704fe68 1103 /**************** Bit definition for I2C_ISR **************************/
Kojto 108:34e6b704fe68 1104 #define I2C_ISR_STAE (0x01ul << 4 ) // 0x010
Kojto 108:34e6b704fe68 1105 #define I2C_ISR_STOE (0x01ul << 3 ) // 0x008
Kojto 108:34e6b704fe68 1106 #define I2C_ISR_TOE (0x01ul << 2 ) // 0x004
Kojto 108:34e6b704fe68 1107 #define I2C_ISR_ACK_RXE (0x01ul << 1 ) // 0x002
Kojto 108:34e6b704fe68 1108 #define I2C_ISR_ACK_TXE (0x01ul << 0 ) // 0x001
Kojto 108:34e6b704fe68 1109
Kojto 108:34e6b704fe68 1110 /**************** Bit definition for I2C_ISMR **************************/
Kojto 108:34e6b704fe68 1111 #define I2C_ISR_STAEM (0x01ul << 4 ) // 0x010
Kojto 108:34e6b704fe68 1112 #define I2C_ISR_STOEM (0x01ul << 3 ) // 0x008
Kojto 108:34e6b704fe68 1113 #define I2C_ISR_TOEM (0x01ul << 2 ) // 0x004
Kojto 108:34e6b704fe68 1114 #define I2C_ISR_ACK_RXEM (0x01ul << 1 ) // 0x002
Kojto 108:34e6b704fe68 1115 #define I2C_ISR_ACK_TXEM (0x01ul << 0 ) // 0x001
Kojto 108:34e6b704fe68 1116
Kojto 108:34e6b704fe68 1117 /******************************************************************************/
Kojto 108:34e6b704fe68 1118 /* */
Kojto 108:34e6b704fe68 1119 /* PWM */
Kojto 108:34e6b704fe68 1120 /* */
Kojto 108:34e6b704fe68 1121 /******************************************************************************/
Kojto 108:34e6b704fe68 1122
Kojto 108:34e6b704fe68 1123 /******************************************************************************/
Kojto 108:34e6b704fe68 1124 /* */
Kojto 108:34e6b704fe68 1125 /* Random number generator Register */
Kojto 108:34e6b704fe68 1126 /* */
Kojto 108:34e6b704fe68 1127 /******************************************************************************/
Kojto 108:34e6b704fe68 1128
Kojto 108:34e6b704fe68 1129 /*********************** Bit definition for RNG_RUN ***********************/
Kojto 108:34e6b704fe68 1130 #define RNG_RUN_STOP (0x0ul) // STOP RNG shift register
Kojto 108:34e6b704fe68 1131 #define RNG_RUN_RUN (0x1ul) // RUN RNG shift register
Kojto 108:34e6b704fe68 1132 /*********************** Bit definition for RNG_SEED ***********************/
Kojto 108:34e6b704fe68 1133 //ToDo
Kojto 108:34e6b704fe68 1134
Kojto 108:34e6b704fe68 1135 /*********************** Bit definition for RNG_CLKSEL ***********************/
Kojto 108:34e6b704fe68 1136 #define RNG_CLKSEL_RNGCLK (0x0ul) // RNGCLK is source clock for rng shift register
Kojto 108:34e6b704fe68 1137 #define RNG_CLKSEL_APBCLK (0x1ul) // APBCLK is source clock for rng shift register
Kojto 108:34e6b704fe68 1138 /*********************** Bit definition for RNG_ENABLE ***********************/
Kojto 108:34e6b704fe68 1139 #define RNG_MANUAL_DISABLE (0x0ul) // RNG disble
Kojto 108:34e6b704fe68 1140 #define RNG_MANUAL_ENABLE (0x1ul) // RNG enable
Kojto 108:34e6b704fe68 1141 /*********************** Bit definition for RNG_RN ***********************/
Kojto 108:34e6b704fe68 1142 //ToDo
Kojto 108:34e6b704fe68 1143
Kojto 108:34e6b704fe68 1144 /*********************** Bit definition for RNG_POLY ***********************/
Kojto 108:34e6b704fe68 1145 //ToDo
Kojto 108:34e6b704fe68 1146
Kojto 108:34e6b704fe68 1147
Kojto 108:34e6b704fe68 1148
Kojto 108:34e6b704fe68 1149 typedef enum
Kojto 108:34e6b704fe68 1150 {
Kojto 108:34e6b704fe68 1151 PAD_PA = 0,
Kojto 108:34e6b704fe68 1152 PAD_PB,
Kojto 108:34e6b704fe68 1153 PAD_PC,
Kojto 108:34e6b704fe68 1154 PAD_PD
Kojto 108:34e6b704fe68 1155 }PAD_Type;
Kojto 108:34e6b704fe68 1156
Kojto 108:34e6b704fe68 1157 typedef enum
Kojto 108:34e6b704fe68 1158 {
Kojto 108:34e6b704fe68 1159 PAD_AF0 = Px_AFSR_AF0,
Kojto 108:34e6b704fe68 1160 PAD_AF1 = Px_AFSR_AF1,
Kojto 108:34e6b704fe68 1161 PAD_AF2 = Px_AFSR_AF2,
Kojto 108:34e6b704fe68 1162 PAD_AF3 = Px_AFSR_AF3
Kojto 108:34e6b704fe68 1163 }PAD_AF_TypeDef;
Kojto 108:34e6b704fe68 1164
Kojto 108:34e6b704fe68 1165
Kojto 108:34e6b704fe68 1166 #if !defined (USE_HAL_DRIVER)
Kojto 108:34e6b704fe68 1167 #define USE_HAL_DRIVER
Kojto 108:34e6b704fe68 1168 #endif /* USE_HAL_DRIVER */
Kojto 108:34e6b704fe68 1169
Kojto 108:34e6b704fe68 1170
Kojto 108:34e6b704fe68 1171
Kojto 108:34e6b704fe68 1172 #if defined (USE_HAL_DRIVER)
Kojto 108:34e6b704fe68 1173 // #include "system_W7500x.h"
Kojto 108:34e6b704fe68 1174 // #include "W7500x_conf.h"
Kojto 108:34e6b704fe68 1175 #endif
Kojto 108:34e6b704fe68 1176
Kojto 108:34e6b704fe68 1177 #ifdef USE_FULL_ASSERT
Kojto 108:34e6b704fe68 1178 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__,__LINE__))
Kojto 108:34e6b704fe68 1179 #else
Kojto 108:34e6b704fe68 1180 #define assert_param(expr) ((void)0)
Kojto 108:34e6b704fe68 1181 #endif /* USE_FULL_ASSERT */
Kojto 108:34e6b704fe68 1182
Kojto 108:34e6b704fe68 1183 #ifdef __cplusplus
Kojto 108:34e6b704fe68 1184 }
Kojto 108:34e6b704fe68 1185 #endif
Kojto 108:34e6b704fe68 1186
Kojto 108:34e6b704fe68 1187 #endif /* W7500x_H */
Kojto 108:34e6b704fe68 1188
Kojto 108:34e6b704fe68 1189
Kojto 108:34e6b704fe68 1190
Kojto 108:34e6b704fe68 1191 /************************ (C) COPYRIGHT Wiznet *****END OF FILE****/