Converted library files DESC to english
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_ADC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro ADC
|
||||
; DESCR : Control registers and bit masks for ADC
|
||||
;
|
||||
; Analog to Digital Converter (ADC)
|
||||
;
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
; FILE : INI_AES.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro AES (crypto);
|
||||
; ! Modul je pouze v STM32L162 !
|
||||
; DESCR : Control registers and bit masks for AES (crypto);
|
||||
; ! Avaliable only in STM32L162 !
|
||||
;
|
||||
; Advanced Encryption Standard (AES)
|
||||
;
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
; FILE : INI_BASE.S
|
||||
; AUTHOR : Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Zakladni soubor knihovny. Musi byt includovat pred vsemi ostatnimi.
|
||||
; Soubor definuje rozdeleni adresniho prostoru a adresy periferii.
|
||||
; DESCR : Base library file. This file must be included before any other library
|
||||
; files. This file defines memory map and base addresses of peripherals.
|
||||
;
|
||||
; Part of an assembler library for STM32L100, based on the STM32 CMSIS.
|
||||
; Developed for educational purposes at the Department of Measure of CTU in Prague.
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_COMP.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro COMP (analogovy komparator)
|
||||
; DESCR : Control registers and bit masks for COMP (analog comparator)
|
||||
;
|
||||
; Analog Comparators (COMP)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_CRC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro CRC (checksum generator)
|
||||
; DESCR : Control registers and bit masks for CRC (checksum generator)
|
||||
;
|
||||
; CRC calculation unit (CRC)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_DAC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro DAC (digitalne-analogovy prevodnik)
|
||||
; DESCR : Control registers and bit masks for DAC (digital-analog converter)
|
||||
;
|
||||
; Digital to Analog Converter (DAC)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_DBGMCU.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro DBGMCU (Debug MCU control)
|
||||
; DESCR : Control registers and bit masks for DBGMCU (Debug MCU control)
|
||||
;
|
||||
; Debug MCU (DBGMCU)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_DMA.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro DMA (Direct memory access)
|
||||
; DESCR : Control registers and bit masks for DMA (Direct memory access)
|
||||
;
|
||||
; DMA Controller (DMA)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_EXTI.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro EXTI (ext. interrupt)
|
||||
; DESCR : Control registers and bit masks for EXTI (ext. interrupt)
|
||||
;
|
||||
; External Interrupt/Event Controller (EXTI)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_FLASH.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro FLASH
|
||||
; DESCR : Control registers and bit masks for FLASH control
|
||||
;
|
||||
; FLASH, DATA EEPROM and Option Bytes Registers
|
||||
; (FLASH, DATA_EEPROM, OB)
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_FSMC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro FSMC (ext. memory communication)
|
||||
; DESCR : Control registers and bit masks for FSMC (ext. memory communication)
|
||||
;
|
||||
; Flexible Static Memory Controller
|
||||
;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
; FILE : INI_GPIO.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Control registers and bit masks for GPIO (ext. memory communication)
|
||||
;
|
||||
; General Purpose IOs (GPIO)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_I2C.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro I2C
|
||||
; DESCR : Control registers and bit masks for I2C
|
||||
;
|
||||
; Inter-integrated Circuit Interface (I2C)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_LCD.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro LCD
|
||||
; DESCR : Control registers and bit masks for LCD
|
||||
;
|
||||
; LCD Controller (LCD)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_NVIC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro NVIC (system preruseni)
|
||||
; DESCR : Control registers and bit masks for NVIC (interrupt vector controller)
|
||||
;
|
||||
; Nested Vectored Interrupt Controller (NVIC)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_OPAMP.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro OPAMP
|
||||
; DESCR : Control registers and bit masks for OPAMP
|
||||
;
|
||||
; Operational Amplifier (OPAMP)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_PWR.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro PWR (napajeni, sleep...)
|
||||
; DESCR : Control registers and bit masks for PWR (power control, sleep)
|
||||
;
|
||||
; Power Control (PWR)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_RCC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro RCC (nastaveni hodin)
|
||||
; DESCR : Control registers and bit masks for RCC (clock sources config)
|
||||
;
|
||||
; Reset and Clock Control (RCC)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_RI.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro RI (analogove propojky)
|
||||
; DESCR : Control registers and bit masks for RI (analog input routing)
|
||||
;
|
||||
; Routing Interface (RI)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_RTC.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro RTC (obvod realneho casu)
|
||||
; DESCR : Control registers and bit masks for RTC (real time clock circuit)
|
||||
;
|
||||
; Real-Time Clock (RTC)
|
||||
;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
; FILE : INI_SCB.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Control registers and bit masks for SCB
|
||||
|
||||
; System Control Block (SCB)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_SDIO.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro SDIO
|
||||
; DESCR : Control registers and bit masks for SDIO
|
||||
;
|
||||
; SD host Interface
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_SPI.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro SPI
|
||||
; DESCR : Control registers and bit masks for SPI
|
||||
;
|
||||
; Serial Peripheral Interface (SPI)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_SYSCFG.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro SYSCFG (EXTI routing atd.)
|
||||
; DESCR : Control registers and bit masks for SYSCFG (EXTI routing etc.)
|
||||
;
|
||||
; System Configuration (SYSCFG)
|
||||
;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
; FILE : INI_SYSTICK.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Control registers and bit masks for SysTick
|
||||
;
|
||||
; System Timer (SysTick)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_TIM.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro TIM (casovace)
|
||||
; DESCR : Control registers and bit masks for TIM (timers)
|
||||
;
|
||||
; Timers (TIM)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_USART.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro USART
|
||||
; DESCR : Control registers and bit masks for USART
|
||||
;
|
||||
; Universal Synchronous Asynchronous Receiver Transmitter (USART)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_USB.S
|
||||
; AUTHOR : Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro USB
|
||||
; DESCR : Control registers and bit masks for USB
|
||||
;
|
||||
; Universal Serial Bus (USB)
|
||||
;
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
; FILE : INI_WWDG.S
|
||||
; AUTHOR : Petr Dousa, Ondrej Hruska
|
||||
; DATE : 10/2015
|
||||
; DESCR : Bitove masky ridicich registru pro WWDG
|
||||
; DESCR : Control registers and bit masks for WWDG
|
||||
;
|
||||
; Window WATCHDOG (WWDG)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user