# HG changeset patch # User Ethan Zonca # Date 2014-07-10 23:05:42 # Node ID 281ec15d1b40eee1932b201b44ff07d8cfafef01 # Parent 7476de768f19e182e095b1da15f790fc7337dd2d Remove dox folder diff --git a/libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png b/libraries/CMSIS/Documentation/Core/html/CMSIS_CORE_Files.png deleted file mode 100644 index a542159e74046b623789b341ef7f1b144e5385d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: MISRA-C:2004 Compliance Exceptions - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
MISRA-C:2004 Compliance Exceptions
-
-
-

CMSIS-CORE uses the common coding rules for CMSIS components that are documented under Introduction .

-

CMSIS-CORE violates the following MISRA-C:2004 rules:

-
    -
  • Required Rule 8.5, object/function definition in header file.
    - Violated since function definitions in header files are used to allow 'inlining'.
  • -
-
    -
  • Required Rule 18.4, declaration of union type or object of union type: '{...}'.
    - Violated since unions are used for effective representation of core registers.
  • -
-
    -
  • Advisory Rule 19.7, Function-like macro defined.
    - Violated since function-like macros are used to allow more efficient code.
  • -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html b/libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_reg_map_pg.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -CMSIS-CORE: Register Mapping - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Register Mapping
-
-
-

The table below associates some common register names used in CMSIS to the register names used in Technical Reference Manuals.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CMSIS Register Name Cortex-M3 and Cortex-M4 Cortex-M0 and Cortex-M0+ Register Name
Nested Vectored Interrupt Controller (NVIC) Register Access
NVIC->ISER[] NVIC_ISER0..7 ISER Interrupt Set-Enable Registers
NVIC->ICER[] NVIC_ICER0..7 ICER Interrupt Clear-Enable Registers
NVIC->ISPR[] NVIC_ISPR0..7 ISPR Interrupt Set-Pending Registers
NVIC->ICPR[] NVIC_ICPR0..7 ICPR Interrupt Clear-Pending Registers
NVIC->IABR[] NVIC_IABR0..7 - Interrupt Active Bit Register
NVIC->IP[] NVIC_IPR0..59 IPR0..7 Interrupt Priority Register
NVIC->STIR STIR - Software Triggered Interrupt Register
System Control Block (SCB) Register Access
SCB->CPUID CPUID CPUID CPUID Base Register
SCB->ICSR ICSR ICSR Interrupt Control and State Register
SCB->VTOR VTOR - Vector Table Offset Register
SCB->AIRCR AIRCR AIRCR Application Interrupt and Reset Control Register
SCB->SCR SCR SCR System Control Register
SCB->CCR CCR CCR Configuration and Control Register
SCB->SHP[] SHPR1..3 SHPR2..3 System Handler Priority Registers
SCB->SHCSR SHCSR SHCSR System Handler Control and State Register
SCB->CFSR CFSR - Configurable Fault Status Registers
SCB->HFSR HFSR - HardFault Status Register
SCB->DFSR DFSR - Debug Fault Status Register
SCB->MMFAR MMFAR - MemManage Fault Address Register
SCB->BFAR BFAR - BusFault Address Register
SCB->AFSR AFSR - Auxiliary Fault Status Register
SCB->PFR[] ID_PFR0..1 - Processor Feature Registers
SCB->DFR ID_DFR0 - Debug Feature Register
SCB->ADR ID_AFR0 - Auxiliary Feature Register
SCB->MMFR[] ID_MMFR0..3 - Memory Model Feature Registers
SCB->ISAR[] ID_ISAR0..4 - Instruction Set Attributes Registers
SCB->CPACR CPACR - Coprocessor Access Control Register
System Control and ID Registers not in the SCB (SCnSCB) Register Access
SCnSCB->ICTR ICTR - Interrupt Controller Type Register
SCnSCB->ACTLR ACTLR - Auxiliary Control Register
System Timer (SysTick) Control and Status Register Access
SysTick->CTRL STCSR SYST_CSR SysTick Control and Status Register
SysTick->LOAD STRVR SYST_RVR SysTick Reload Value Register
SysTick->VAL STCVR SYST_CVR SysTick Current Value Register
SysTick->CALIB STCR SYST_CALIB SysTick Calibaration Value Register
Data Watchpoint and Trace (DWT) Register Access
DWT->CTRL DWT_CTRL - Control Register
DWT->CYCCNT DWT_CYCCNT - Cycle Count Register
DWT->CPICNT DWT_CPICNT - CPI Count Register
DWT->EXCCNT DWT_EXCCNT - Exception Overhead Count Register
DWT->SLEEPCNT DWT_SLEEPCNT - Sleep Count Register
DWT->LSUCNT DWT_LSUCNT - LSU Count Register
DWT->FOLDCNT DWT_FOLDCNT - Folded-instruction Count Register
DWT->PCSR DWT_PCSR - Program Counter Sample Register
DWT->COMP0..3 DWT_COMP0..3 - Comparator Register 0..3
DWT->MASK0..3 DWT_MASK0..3 - Mask Register 0..3
DWT->FUNCTION0..3 DWT_FUNCTION0..3 - Function Register 0..3
Instrumentation Trace Macrocell (ITM) Register Access
ITM->PORT[] ITM_STIM0..31 - Stimulus Port Registers
ITM->TER ITM_TER - Trace Enable Register
ITM->TPR ITM_TPR - ITM Trace Privilege Register
ITM->TCR ITM_TCR - Trace Control Register
Trace Port Interface (TPIU) Register Access
TPI->SSPSR TPIU_SSPR - Supported Parallel Port Size Register
TPI->CSPSR TPIU_CSPSR - Current Parallel Port Size Register
TPI->ACPR TPIU_ACPR - Asynchronous Clock Prescaler Register
TPI->SPPR TPIU_SPPR - Selected Pin Protocol Register
TPI->FFSR TPIU_FFSR - Formatter and Flush Status Register
TPI->FFCR TPIU_FFCR - Formatter and Flush Control Register
TPI->FSCR TPIU_FSCR - Formatter Synchronization Counter Register
TPI->TRIGGER TRIGGER - TRIGGER
TPI->FIFO0 FIFO data 0 - Integration ETM Data
TPI->ITATBCTR2 ITATBCTR2 - ITATBCTR2
TPI->ITATBCTR0 ITATBCTR0 - ITATBCTR0
TPI->FIFO1 FIFO data 1 - Integration ITM Data
TPI->ITCTRL TPIU_ITCTRL - Integration Mode Control
TPI->CLAIMSET CLAIMSET - Claim tag set
TPI->CLAIMCLR CLAIMCLR - Claim tag clear
TPI->DEVID TPIU_DEVID - TPIU_DEVID
TPI->DEVTYPE TPIU_DEVTYPE - TPIU_DEVTYPE
Memory Protection Unit (MPU) Register Access
MPU->TYPE MPU_TYPE - MPU Type Register
MPU->CTRL MPU_CTRL - MPU Control Register
MPU->RNR MPU_RNR - MPU Region Number Register
MPU->RBAR MPU_RBAR - MPU Region Base Address Register
MPU->RASR MPU_RASR - MPU Region Attribute and Size Register
MPU->RBAR_A1..3 MPU_RBAR_A1..3 - MPU alias Register
MPU->RSAR_A1..3 MPU_RSAR_A1..3 - MPU alias Register
Floating Point Unit (FPU) Register Access [only Cortex-M4 with FPU]
FPU->FPCCR FPCCR - FP Context Control Register
FPU->FPCAR FPCAR - FP Context Address Register
FPU->FPDSCR FPDSCR - FP Default Status Control Register
FPU->MVFR0..1 MVFR0..1 - Media and VFP Feature Registers
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/_templates_pg.html b/libraries/CMSIS/Documentation/Core/html/_templates_pg.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_templates_pg.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -CMSIS-CORE: Template Files - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Template Files
-
-
-

ARM supplies CMSIS-CORE template files for the all supported Cortex-M processors and various compiler vendors. Refer to the list of Tested and Verified Toolchains for compliancy. These template files include the following:

-
    -
  • Register names of the Core Peripherals and names of the Core Exception Vectors.
  • -
  • Functions to access core peripherals, special CPU instructions and SIMD instructions (for Cortex-M4)
  • -
  • Generic startup code and system configuration code.
  • -
-

The detailed file structure of the CMSIS-CORE is shown in the following picture.

-
-CMSIS_CORE_Files.png -
-CMSIS-CORE File Structure
-

-Template Files

-

The CMSIS-CORE template files should be extended by the silicon vendor to reflect the actual device and device peripherals. Silicon vendors add in this context the:

-
    -
  • Device Peripheral Access Layer that provides definitions for device-specific peripherals.
  • -
  • Access Functions for Peripherals (optional) that provides additional helper functions to access device-specific peripherals.
  • -
  • Interrupt vectors in the startup file that are device specific.
  • -
- - - - - - - - - - - - - - - - - -
Template File Description
".\Device_Template_Vendor\Vendor\Device\Source\ARM\startup_Device.s" Startup file template for ARM C/C++ Compiler.
".\Device_Template_Vendor\Vendor\Device\Source\GCC\startup_Device.s" Startup file template for GNU GCC ARM Embedded Compiler.
".\Device_Template_Vendor\Vendor\Device\Source\G++\startup_Device.s" Startup file template for GNU Sourcery G++ Compiler.
".\Device_Template_Vendor\Vendor\Device\Source\IAR\startup_Device.s" Startup file template for IAR C/C++ Compiler.
".\Device_Template_Vendor\Vendor\Device\Source\system_Device.c" Generic system_Device.c file for system configuration (i.e. processor clock and memory bus system).
".\Device_Template_Vendor\Vendor\Device\Include\Device.h" Generic device header file. Needs to be extended with the device-specific peripheral registers. Optionally functions that access the peripherals can be part of that file.
".\Device_Template_Vendor\Vendor\Device\Include\system_Device.h" Generic system device configuration include file.
-

In addition ARM provides the following core header files that do not need any modifications.

- - - - - - - - - - - -
Core Header Files Description
core_<cpu>.h Defines the core peripherals and provides helper functions that access the core registers. This file is available for all supported processors:
    -
  • core_cm0.h: for the Cortex-M0 processor
  • -
  • core_cm0plus.h: for the Cortex-M0+ processor
  • -
  • core_cm3.h: for the Cortex-M0 processor
  • -
  • core_cm4.h: for the Cortex-M0 processor
  • -
  • core_sc000.h: for the SecurCore SC000 processor
  • -
  • core_sc300.h: for the SecurCore SC300 processor
  • -
-
core_cmInstr.h Defines intrinsic functions to access special Cortex-M instructions.
core_cmFunc.h Defines functions to access the Cortex-M core peripherals.
core_cm4_simd.h Defines intrinsic functions to access the Cortex-M4 SIMD instructions.
-

-Adaption of Template Files to Devices

-

Copy the complete folder including files and replace:

-
    -
  • folder name 'Vendor' with the abbreviation for the device vendor e.g.: NXP.
  • -
  • folder name 'Device' with the specific device name e.g.: LPC17xx.
  • -
  • in the filenames 'Device' with the specific device name e.g.: LPC17xx.
  • -
-

Each template file contains comments that start with ToDo: that describe a required modification. The template files contain placeholders:

- - - - - - - - - - - -
Placeholder Replaced with
<Device> the specific device name or device family name; i.e. LPC17xx.
<DeviceInterrupt> a specific interrupt name of the device; i.e. TIM1 for Timer 1.
<DeviceAbbreviation> short name or abbreviation of the device family; i.e. LPC.
Cortex-M# the specific Cortex-M processor name; i.e. Cortex-M3.
-

The adaption of the template files is described in detail on the following pages:

- -
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/_templates_pg.js b/libraries/CMSIS/Documentation/Core/html/_templates_pg.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_templates_pg.js +++ /dev/null @@ -1,19 +0,0 @@ -var _templates_pg = -[ - [ "Template Files", "_templates_pg.html#template_files_sec", null ], - [ "Adaption of Template Files to Devices", "_templates_pg.html#adapt_template_files_sec", null ], - [ "Startup File startup_.s", "startup_s_pg.html", [ - [ "startup_Device.s Template File", "startup_s_pg.html#startup_s_sec", null ] - ] ], - [ "System Configuration Files system_.c and system_.h", "system_c_pg.html", [ - [ "system_Device.c Template File", "system_c_pg.html#system_Device_sec", null ], - [ "system_Device.h Template File", "system_c_pg.html#system_Device_h_sec", null ] - ] ], - [ "Device Header File ", "device_h_pg.html", [ - [ "Interrupt Number Definition", "device_h_pg.html#interrupt_number_sec", null ], - [ "Configuration of the Processor and Core Peripherals", "device_h_pg.html#core_config_sect", null ], - [ "CMSIS Version and Processor Information", "device_h_pg.html#core_version_sect", null ], - [ "Device Peripheral Access Layer", "device_h_pg.html#device_access", null ], - [ "Device.h Template File", "device_h_pg.html#device_h_sec", null ] - ] ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html b/libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_using__a_r_m_pg.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - -CMSIS-CORE: Using CMSIS with generic ARM Processors - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Using CMSIS with generic ARM Processors
-
-
-

ARM provides CMSIS-CORE files for the supported ARM Processors and for various compiler vendors. These files can be used when standard ARM processors should be used in a project. The table below lists the folder and device names of the ARM processors.

- - - - - - - - - - - - - - - -
Folder Processor Description
".\Device\ARM\ARMCM0" Cortex-M0 Contains Include and Source template files configured for the Cortex-M0 processor. The device name is ARMCM0 and the name of the Device Header File <device.h> is <ARMCM0.h>.
".\Device\ARM\ARMCM0plus" Cortex-M0+ Contains Include and Source template files configured for the Cortex-M0+ processor. The device name is ARMCM0plus and the name of the Device Header File <device.h> is <ARMCM0plus.h>.
".\Device\ARM\ARMCM3" Cortex-M3 Contains Include and Source template files configured for the Cortex-M3 processor. The device name is ARMCM3 and the name of the Device Header File <device.h> is <ARMCM3.h>.
".\Device\ARM\ARMCM4" Cortex-M4 Contains Include and Source template files configured for the Cortex-M4 processor. The device name is ARMCM4 and the name of the Device Header File <device.h> is <ARMCM4.h>.
".\Device\ARM\ARMSC000" SecurCore SC000 Contains Include and Source template files configured for the SecurCore SC000 processor. The device name is ARMSC000 and the name of the Device Header File <device.h> is <ARMSC000.h>.
".\Device\ARM\ARMSC300" SecurCore SC300 Contains Include and Source template files configured for the SecurCore SC300 processor. The device name is ARMSC300 and the name of the Device Header File <device.h> is <ARMSC300.h>.
-

-Create generic Libraries with CMSIS

-

The CMSIS Processor and Core Peripheral files allow also to create generic libraries. The CMSIS-DSP Libraries are an example for such a generic library.

-

To build a generic Library set the define __CMSIS_GENERIC and include the relevant core_<cpu>.h CMSIS CPU & Core Access header file for the processor. The define __CMSIS_GENERIC disables device-dependent features such as the SysTick timer and the Interrupt System. Refer to Configuration of the Processor and Core Peripherals for a list of the available core_<cpu>.h header files.

-

Example:

-

The following code section shows the usage of the core_<cpu>.h header files to build a generic library for Cortex-M0, Cortex-M3, or Cortex-M4. To select the processor the source code uses the define CORTEX_M4, CORTEX_M3, or CORTEX_M0. By using this header file, the source code can access the functions for Core Register Access, Intrinsic Functions for CPU Instructions, Intrinsic Functions for SIMD Instructions [only Cortex-M4], and Debug Access.

-
#define __CMSIS_GENERIC /* disable NVIC and Systick functions */
-
-
#if defined (CORTEX_M4)
-
#include "core_cm4.h"
-
#elif defined (CORTEX_M3)
-
#include "core_cm3.h"
-
#elif defined (CORTEX_M0)
-
#include "core_cm0.h"
-
#elif defined (CORTEX_M0PLUS)
-
#include "core_cm0plus.h"
-
#else
-
#error "Processor not specified or unsupported."
-
#endif
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/_using_pg.html b/libraries/CMSIS/Documentation/Core/html/_using_pg.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_using_pg.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - -CMSIS-CORE: Using CMSIS in Embedded Applications - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Using CMSIS in Embedded Applications
-
-
-

To use the CMSIS-CORE the following files are added to the embedded application:

- -
Note
The files Startup File startup_<device>.s and System Configuration Files system_<device>.c and system_<device>.h may require application specific adaptations and therefore should be copied into the application project folder prior configuration. The Device Header File <device.h> is included in all source files that need device access and can be stored on a central include folder that is generic for all projects.
-

The Startup File startup_<device>.s is executed after reset and calls SystemInit. After the system initialization control is transferred to the C/C++ run-time library which performs initialization and calls the main function in the user code. In addition the Startup File startup_<device>.s contains all exception and interrupt vectors and implements a default function for every interrupt. It may also contain stack and heap configurations for the user application.

-

The System Configuration Files system_<device>.c and system_<device>.h performs the setup for the processor clock. The variable SystemCoreClock indicates the CPU clock speed. System and Clock Configuration describes the minimum feature set. In addition the file may contain functions for the memory BUS setup and clock re-configuration.

-

The Device Header File <device.h> is the central include file that the application programmer is using in the C source code. It provides the following features:

- -
-CMSIS_CORE_Files_user.png -
-CMSIS-CORE User Files
-

The CMSIS-CORE are device specific. In addition, the Startup File startup_<device>.s is also compiler vendor specific. The various compiler vendor tool chains may provide folders that contain the CMSIS files for each supported device. Using CMSIS with generic ARM Processors explains how to use CMSIS-CORE for ARM processors.

-

For example, the following files are provided in MDK-ARM to support the STM32F10x Connectivity Line device variants:

- - - - - - - - - - - -
File Description
".\ARM\Startup\ST\STM32F10x\startup_stm32f10x_cl.s" Startup File startup_<device>.s for the STM32F10x Connectivity Line device variants.
".\ARM\Startup\ST\STM32F10x\system_stmf10x.c" System Configuration Files system_<device>.c and system_<device>.h for the STM32F10x device families.
".\ARM\INC\ST\STM32F10x\stm32f10x.h" Device Header File <device.h> for the STM32F10x device families.
".\ARM\INC\ST\STM32F10x\system_stm32f10x.h" system_Device.h Template File for the STM32F10x device families.
-
Note
The silicon vendors create these device-specific CMSIS-CORE files based on Template Files provide by ARM.
-

Thereafter, the functions described under Reference can be used in the application.

-

A typical example for using the CMSIS layer is provided below. The example is based on a STM32F10x Device.

-
#include <stm32f10x.h> // File name depends on device used
-
-
uint32_t volatile msTicks; // Counter for millisecond Interval
-
-
void SysTick_Handler (void) { // SysTick Interrupt Handler
-
msTicks++; // Increment Counter
-
}
-
-
void WaitForTick (void) {
-
uint32_t curTicks;
-
-
curTicks = msTicks; // Save Current SysTick Value
-
while (msTicks == curTicks) { // Wait for next SysTick Interrupt
-
__WFE (); // Power-Down until next Event/Interrupt
-
}
-
}
-
-
void TIM1_UP_IRQHandler (void) { // Timer Interrupt Handler
-
; // Add user code here
-
}
-
-
void timer1_init(int frequency) { // Set up Timer (device specific)
-
NVIC_SetPriority (TIM1_UP_IRQn, 1); // Set Timer priority
-
NVIC_EnableIRQ (TIM1_UP_IRQn); // Enable Timer Interrupt
-
}
-
-
-
void Device_Initialization (void) { // Configure & Initialize MCU
-
if (SysTick_Config (SystemCoreClock / 1000)) { // SysTick 1mSec
-
: // Handle Error
-
}
-
timer1_init (); // setup device-specific timer
-
}
-
-
-
// The processor clock is initialized by CMSIS startup + system file
-
void main (void) { // user application starts here
-
Device_Initialization (); // Configure & Initialize MCU
-
while (1) { // Endless Loop (the Super-Loop)
-
__disable_irq (); // Disable all interrupts
-
Get_InputValues (); // Read Values
-
__enable_irq (); // Enable all interrupts
-
Calculation_Response (); // Calculate Results
-
Output_Response (); // Output Results
-
WaitForTick (); // Synchronize to SysTick Timer
-
}
-
}
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/_using_pg.js b/libraries/CMSIS/Documentation/Core/html/_using_pg.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/_using_pg.js +++ /dev/null @@ -1,6 +0,0 @@ -var _using_pg = -[ - [ "Using CMSIS with generic ARM Processors", "_using__a_r_m_pg.html", [ - [ "Create generic Libraries with CMSIS", "_using__a_r_m_pg.html#Using_ARM_Lib_sec", null ] - ] ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/annotated.html b/libraries/CMSIS/Documentation/Core/html/annotated.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/annotated.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -CMSIS-CORE: Data Structures - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Data Structures
-
-
-
Here are the data structures with brief descriptions:
- - - - - - - - - - - - - - - -
oCAPSR_TypeUnion type to access the Application Program Status Register (APSR)
oCCONTROL_TypeUnion type to access the Control Registers (CONTROL)
oCCoreDebug_TypeStructure type to access the Core Debug Register (CoreDebug)
oCDWT_TypeStructure type to access the Data Watchpoint and Trace Register (DWT)
oCFPU_TypeStructure type to access the Floating Point Unit (FPU)
oCIPSR_TypeUnion type to access the Interrupt Program Status Register (IPSR)
oCITM_TypeStructure type to access the Instrumentation Trace Macrocell Register (ITM)
oCMPU_TypeStructure type to access the Memory Protection Unit (MPU)
oCNVIC_TypeStructure type to access the Nested Vectored Interrupt Controller (NVIC)
oCSCB_TypeStructure type to access the System Control Block (SCB)
oCSCnSCB_TypeStructure type to access the System Control and ID Register not in the SCB
oCSysTick_TypeStructure type to access the System Timer (SysTick)
oCTPI_TypeStructure type to access the Trace Port Interface Register (TPI)
\CxPSR_TypeUnion type to access the Special-Purpose Program Status Registers (xPSR)
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/annotated.js b/libraries/CMSIS/Documentation/Core/html/annotated.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/annotated.js +++ /dev/null @@ -1,17 +0,0 @@ -var annotated = -[ - [ "APSR_Type", "union_a_p_s_r___type.html", "union_a_p_s_r___type" ], - [ "CONTROL_Type", "union_c_o_n_t_r_o_l___type.html", "union_c_o_n_t_r_o_l___type" ], - [ "CoreDebug_Type", "struct_core_debug___type.html", "struct_core_debug___type" ], - [ "DWT_Type", "struct_d_w_t___type.html", "struct_d_w_t___type" ], - [ "FPU_Type", "struct_f_p_u___type.html", "struct_f_p_u___type" ], - [ "IPSR_Type", "union_i_p_s_r___type.html", "union_i_p_s_r___type" ], - [ "ITM_Type", "struct_i_t_m___type.html", "struct_i_t_m___type" ], - [ "MPU_Type", "struct_m_p_u___type.html", "struct_m_p_u___type" ], - [ "NVIC_Type", "struct_n_v_i_c___type.html", "struct_n_v_i_c___type" ], - [ "SCB_Type", "struct_s_c_b___type.html", "struct_s_c_b___type" ], - [ "SCnSCB_Type", "struct_s_cn_s_c_b___type.html", "struct_s_cn_s_c_b___type" ], - [ "SysTick_Type", "struct_sys_tick___type.html", "struct_sys_tick___type" ], - [ "TPI_Type", "struct_t_p_i___type.html", "struct_t_p_i___type" ], - [ "xPSR_Type", "unionx_p_s_r___type.html", "unionx_p_s_r___type" ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/bc_s.png b/libraries/CMSIS/Documentation/Core/html/bc_s.png deleted file mode 100644 index 66f8e9a20a325383ef4c3eb0fd74d731d2ac1d1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: Data Structure Index - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Data Structure Index
-
-
-
A | C | D | F | I | M | N | S | T | X
- - - - - - - - - - - -
  A  
-
  D  
-
ITM_Type   
  S  
-
  X  
-
  M  
-
APSR_Type   DWT_Type   SCB_Type   xPSR_Type   
  C  
-
  F  
-
MPU_Type   SCnSCB_Type   
  N  
-
SysTick_Type   
CONTROL_Type   FPU_Type   
  T  
-
CoreDebug_Type   
  I  
-
NVIC_Type   
TPI_Type   
IPSR_Type   
-
A | C | D | F | I | M | N | S | T | X
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/closed.png b/libraries/CMSIS/Documentation/Core/html/closed.png deleted file mode 100644 index ccbcf6292cc639250e326ab5a20d65ec72572f89..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: Device Header File <device.h> - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Device Header File <device.h>
-
-
-

The Device Header File <device.h> contains the following sections that are device specific:

-
    -
  • Interrupt Number Definition provides interrupt numbers (IRQn) for all exceptions and interrupts of the device.
  • -
  • Configuration of the Processor and Core Peripherals reflect the features of the device.
  • -
  • Device Peripheral Access Layer provides definitions for the Peripheral Access to all device peripherals. It contains all data structures and the address mapping for device-specific peripherals.
  • -
  • Access Functions for Peripherals (optional) provide additional helper functions for peripherals that are useful for programming of these peripherals. Access Functions may be provided as inline functions or can be extern references to a device-specific library provided by the silicon vendor.
  • -
-

Reference describes the standard features and functions of the Device Header File <device.h> in detail.

-

-Interrupt Number Definition

-

Device Header File <device.h> contains the enumeration IRQn_Type that defines all exceptions and interrupts of the device.

-
    -
  • Negative IRQn values represent processor core exceptions (internal interrupts).
  • -
  • Positive IRQn values represent device-specific exceptions (external interrupts). The first device-specific interrupt has the IRQn value 0. The IRQn values needs extension to reflect the device-specific interrupt vector table in the Startup File startup_<device>.s.
  • -
-

Example:

-

The following example shows the extension of the interrupt vector table for the LPC1100 device family.

-
typedef enum IRQn
-
{
-
/****** Cortex-M0 Processor Exceptions Numbers ***************************************************/
- - -
SVCall_IRQn = -5,
-
PendSV_IRQn = -2,
-
SysTick_IRQn = -1,
-
/****** LPC11xx/LPC11Cxx Specific Interrupt Numbers **********************************************/
-
WAKEUP0_IRQn = 0,
-
WAKEUP1_IRQn = 1,
-
WAKEUP2_IRQn = 2,
-
: :
-
: :
-
EINT1_IRQn = 30,
-
EINT0_IRQn = 31,
- -

-Configuration of the Processor and Core Peripherals

-

The Device Header File <device.h> configures the Cortex-M or SecurCore processor and the core peripherals with #defines that are set prior to including the file core_<cpu>.h.

-

The following tables list the #defines along with the possible values for each processor core. If these #defines are missing default values are used.

-

core_cm0.h

- - - - - - - - - -
#define Value Range Default Description
__CM0_REV 0x0000 0x0000 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 2 Number of priority bits implemented in the NVIC (device specific)
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

core_cm0plus.h

- - - - - - - - - -
#define Value Range Default Description
__CM0PLUS_REV 0x0000 0x0000 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 2 Number of priority bits implemented in the NVIC (device specific)
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

core_cm3.h

- - - - - - - - - - - -
#define Value Range Default Description
__CM3_REV 0x0101 | 0x0200 0x0200 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 .. 8 4 Number of priority bits implemented in the NVIC (device specific)
__MPU_PRESENT 0 .. 1 0 Defines if a MPU is present or not
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

core_cm4.h

- - - - - - - - - - - - - -
#define Value Range Default Description
__CM4_REV 0x0000 0x0000 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 .. 8 4 Number of priority bits implemented in the NVIC (device specific)
__MPU_PRESENT 0 .. 1 0 Defines if a MPU is present or not
__FPU_PRESENT 0 .. 1 0 Defines if a FPU is present or not
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

core_sc000.h

- - - - - - - - - - - -
#define Value Range Default Description
__SC000_REV 0x0000 0x0000 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 2 Number of priority bits implemented in the NVIC (device specific)
__MPU_PRESENT 0 .. 1 0 Defines if a MPU is present or not
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

core_sc300.h

- - - - - - - - - - - -
#define Value Range Default Description
__SC300_REV 0x0000 0x0000 Core revision number ([15:8] revision number, [7:0] patch number)
__NVIC_PRIO_BITS 2 .. 8 4 Number of priority bits implemented in the NVIC (device specific)
__MPU_PRESENT 0 .. 1 0 Defines if a MPU is present or not
__Vendor_SysTickConfig 0 .. 1 0 If this define is set to 1, then the default SysTick_Config function is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
-

Example

-

The following code exemplifies the configuration of the Cortex-M4 Processor and Core Peripherals.

-
#define __CM4_REV 0x0001 /* Core revision r0p1 */
-
#define __MPU_PRESENT 1 /* MPU present or not */
-
#define __NVIC_PRIO_BITS 3 /* Number of Bits used for Priority Levels */
-
#define __Vendor_SysTickConfig 0 /* Set to 1 if different SysTick Config is used */
-
#define __FPU_PRESENT 1 /* FPU present or not */
-
.
-
.
-
#include <core_cm4.h> /* Cortex-M4 processor and core peripherals */
-

-CMSIS Version and Processor Information

-

Defines in the core_cpu.h file identify the version of the CMSIS-CORE and the processor used. The following shows the defines in the various core_cpu.h files that may be used in the Device Header File <device.h> to verify a minimum version or ensure that the right processor core is used.

-

core_cm0.h

-
#define __CM0_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __CM0_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __CM0_CMSIS_VERSION ((__CM0_CMSIS_VERSION_MAIN << 16) | \
-
__CM0_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_M (0x00) /* Cortex-M Core */
-

core_cm0plus.h

-
#define __CM0PLUS_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __CM0PLUS_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __CM0PLUS_CMSIS_VERSION ((__CM0P_CMSIS_VERSION_MAIN << 16) | \
-
__CM0P_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_M (0x00) /* Cortex-M Core */
-

core_cm3.h

-
#define __CM3_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __CM3_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __CM3_CMSIS_VERSION ((__CM3_CMSIS_VERSION_MAIN << 16) | \
-
__CM3_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_M (0x03) /* Cortex-M Core */
-

core_cm4.h

-
#define __CM4_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __CM4_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __CM4_CMSIS_VERSION ((__CM4_CMSIS_VERSION_MAIN << 16) | \
-
__CM4_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_M (0x04) /* Cortex-M Core */
-

core_sc000.h

-
#define __SC000_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __SC000_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __SC000_CMSIS_VERSION ((__SC000_CMSIS_VERSION_MAIN << 16) | \
-
__SC000_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_SC (0) /* Cortex secure core */
-

core_sc300.h

-
#define __SC300_CMSIS_VERSION_MAIN (0x03) /* [31:16] CMSIS HAL main version */
-
#define __SC300_CMSIS_VERSION_SUB (0x00) /* [15:0] CMSIS HAL sub version */
-
#define __SC300_CMSIS_VERSION ((__SC300_CMSIS_VERSION_MAIN << 16) | \
-
__SC300_CMSIS_VERSION_SUB ) /* CMSIS HAL version number */
-
...
-
#define __CORTEX_SC (300) /* Cortex secure core */
-

-Device Peripheral Access Layer

-

The Device Header File <device.h> contains for each peripheral:

-
    -
  • Register Layout Typedef
  • -
  • Base Address
  • -
  • Access Definitions
  • -
-

The section Peripheral Access shows examples for peripheral definitions.

-

-Device.h Template File

-

The silicon vendor needs to extend the Device.h template file with the CMSIS features described above. In addition the Device Header File <device.h> may contain functions to access device-specific peripherals. The system_Device.h Template File which is provided as part of the CMSIS specification is shown below.

-
/**************************************************************************//**
- * @file     <Device>.h
- * @brief    CMSIS Cortex-M# Core Peripheral Access Layer Header File for
- *           Device <Device>
- * @version  V3.10
- * @date     23. November 2012
- *
- * @note
- *
- ******************************************************************************/
-/* Copyright (c) 2012 ARM LIMITED
-
-   All rights reserved.
-   Redistribution and use in source and binary forms, with or without
-   modification, are permitted provided that the following conditions are met:
-   - Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-   - Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-   - Neither the name of ARM nor the names of its contributors may be used
-     to endorse or promote products derived from this software without
-     specific prior written permission.
-   *
-   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-   ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-   POSSIBILITY OF SUCH DAMAGE.
-   ---------------------------------------------------------------------------*/
-
-
-#ifndef <Device>_H      /* ToDo: replace '<Device>' with your device name */
-#define <Device>_H
-
-#ifdef __cplusplus
- extern "C" {
-#endif
-
-/* ToDo: replace '<Device>' with your device name; add your doxyGen comment   */
-/** @addtogroup <Device>_Definitions <Device> Definitions
-  This file defines all structures and symbols for <Device>:
-    - registers and bitfields
-    - peripheral base address
-    - peripheral ID
-    - Peripheral definitions
-  @{
-*/
-
-
-/******************************************************************************/
-/*                Processor and Core Peripherals                              */
-/******************************************************************************/
-/** @addtogroup <Device>_CMSIS Device CMSIS Definitions
-  Configuration of the Cortex-M# Processor and Core Peripherals
-  @{
-*/
-
-/*
- * ==========================================================================
- * ---------- Interrupt Number Definition -----------------------------------
- * ==========================================================================
- */
-
-typedef enum IRQn
-{
-/******  Cortex-M# Processor Exceptions Numbers ***************************************************/
-
-/* ToDo: use this Cortex interrupt numbers if your device is a CORTEX-M0 device                   */
-  NonMaskableInt_IRQn           = -14,      /*!<  2 Non Maskable Interrupt                        */
-  HardFault_IRQn                = -13,      /*!<  3 Hard Fault Interrupt                          */
-  SVCall_IRQn                   = -5,       /*!< 11 SV Call Interrupt                             */
-  PendSV_IRQn                   = -2,       /*!< 14 Pend SV Interrupt                             */
-  SysTick_IRQn                  = -1,       /*!< 15 System Tick Interrupt                         */
-
-/* ToDo: use this Cortex interrupt numbers if your device is a CORTEX-M3 / Cortex-M4 device       */
-  NonMaskableInt_IRQn           = -14,      /*!<  2 Non Maskable Interrupt                        */
-  MemoryManagement_IRQn         = -12,      /*!<  4 Memory Management Interrupt                   */
-  BusFault_IRQn                 = -11,      /*!<  5 Bus Fault Interrupt                           */
-  UsageFault_IRQn               = -10,      /*!<  6 Usage Fault Interrupt                         */
-  SVCall_IRQn                   = -5,       /*!< 11 SV Call Interrupt                             */
-  DebugMonitor_IRQn             = -4,       /*!< 12 Debug Monitor Interrupt                       */
-  PendSV_IRQn                   = -2,       /*!< 14 Pend SV Interrupt                             */
-  SysTick_IRQn                  = -1,       /*!< 15 System Tick Interrupt                         */
-
-/******  Device Specific Interrupt Numbers ********************************************************/
-/* ToDo: add here your device specific external interrupt numbers
-         according the interrupt handlers defined in startup_Device.s
-         eg.: Interrupt for Timer#1       TIM1_IRQHandler   ->   TIM1_IRQn                        */
-  <DeviceInterrupt>_IRQn        = 0,        /*!< Device Interrupt                                 */
-} IRQn_Type;
-
-
-/*
- * ==========================================================================
- * ----------- Processor and Core Peripheral Section ------------------------
- * ==========================================================================
- */
-
-/* Configuration of the Cortex-M# Processor and Core Peripherals */
-/* ToDo: set the defines according your Device                                                    */
-/* ToDo: define the correct core revision
-         __CM0_REV if your device is a CORTEX-M0 device
-         __CM3_REV if your device is a CORTEX-M3 device
-         __CM4_REV if your device is a CORTEX-M4 device                                           */
-#define __CM#_REV                 0x0201    /*!< Core Revision r2p1                               */
-#define __NVIC_PRIO_BITS          2         /*!< Number of Bits used for Priority Levels          */
-#define __Vendor_SysTickConfig    0         /*!< Set to 1 if different SysTick Config is used     */
-#define __MPU_PRESENT             0         /*!< MPU present or not                               */
-/* ToDo: define __FPU_PRESENT if your devise is a CORTEX-M4                                       */
-#define __FPU_PRESENT             0        /*!< FPU present or not                                */
-
-/*@}*/ /* end of group <Device>_CMSIS */
-
-
-/* ToDo: include the correct core_cm#.h file
-         core_cm0.h if your device is a CORTEX-M0 device
-         core_cm3.h if your device is a CORTEX-M3 device
-         core_cm4.h if your device is a CORTEX-M4 device                                          */
-#include <core_cm#.h>                       /* Cortex-M# processor and core peripherals           */
-/* ToDo: include your system_<Device>.h file
-         replace '<Device>' with your device name                                                 */
-#include "system_<Device>.h"                /* <Device> System  include file                      */
-
-
-/******************************************************************************/
-/*                Device Specific Peripheral registers structures             */
-/******************************************************************************/
-/** @addtogroup <Device>_Peripherals <Device> Peripherals
-  <Device> Device Specific Peripheral registers structures
-  @{
-*/
-
-#if defined ( __CC_ARM   )
-#pragma anon_unions
-#endif
-
-/* ToDo: add here your device specific peripheral access structure typedefs
-         following is an example for a timer                                  */
-
-/*------------- 16-bit Timer/Event Counter (TMR) -----------------------------*/
-/** @addtogroup <Device>_TMR <Device> 16-bit Timer/Event Counter (TMR)
-  @{
-*/
-typedef struct
-{
-  __IO uint32_t EN;                         /*!< Offset: 0x0000   Timer Enable Register           */
-  __IO uint32_t RUN;                        /*!< Offset: 0x0004   Timer RUN Register              */
-  __IO uint32_t CR;                         /*!< Offset: 0x0008   Timer Control Register          */
-  __IO uint32_t MOD;                        /*!< Offset: 0x000C   Timer Mode Register             */
-       uint32_t RESERVED0[1];
-  __IO uint32_t ST;                         /*!< Offset: 0x0014   Timer Status Register           */
-  __IO uint32_t IM;                         /*!< Offset: 0x0018   Interrupt Mask Register         */
-  __IO uint32_t UC;                         /*!< Offset: 0x001C   Timer Up Counter Register       */
-  __IO uint32_t RG0                         /*!< Offset: 0x0020   Timer Register                  */
-       uint32_t RESERVED1[2];
-  __IO uint32_t CP;                         /*!< Offset: 0x002C   Capture register                */
-} <DeviceAbbreviation>_TMR_TypeDef;
-/*@}*/ /* end of group <Device>_TMR */
-
-
-#if defined ( __CC_ARM   )
-#pragma no_anon_unions
-#endif
-
-/*@}*/ /* end of group <Device>_Peripherals */
-
-
-/******************************************************************************/
-/*                         Peripheral memory map                              */
-/******************************************************************************/
-/* ToDo: add here your device peripherals base addresses
-         following is an example for timer                                    */
-/** @addtogroup <Device>_MemoryMap <Device> Memory Mapping
-  @{
-*/
-
-/* Peripheral and SRAM base address */
-#define <DeviceAbbreviation>_FLASH_BASE       (0x00000000UL)                              /*!< (FLASH     ) Base Address */
-#define <DeviceAbbreviation>_SRAM_BASE        (0x20000000UL)                              /*!< (SRAM      ) Base Address */
-#define <DeviceAbbreviation>_PERIPH_BASE      (0x40000000UL)                              /*!< (Peripheral) Base Address */
-
-/* Peripheral memory map */
-#define <DeviceAbbreviation>TIM0_BASE         (<DeviceAbbreviation>_PERIPH_BASE)          /*!< (Timer0    ) Base Address */
-#define <DeviceAbbreviation>TIM1_BASE         (<DeviceAbbreviation>_PERIPH_BASE + 0x0800) /*!< (Timer1    ) Base Address */
-#define <DeviceAbbreviation>TIM2_BASE         (<DeviceAbbreviation>_PERIPH_BASE + 0x1000) /*!< (Timer2    ) Base Address */
-/*@}*/ /* end of group <Device>_MemoryMap */
-
-
-/******************************************************************************/
-/*                         Peripheral declaration                             */
-/******************************************************************************/
-/* ToDo: add here your device peripherals pointer definitions
-         following is an example for timer                                    */
-
-/** @addtogroup <Device>_PeripheralDecl <Device> Peripheral Declaration
-  @{
-*/
-
-#define <DeviceAbbreviation>_TIM0        ((<DeviceAbbreviation>_TMR_TypeDef *) <DeviceAbbreviation>TIM0_BASE)
-#define <DeviceAbbreviation>_TIM1        ((<DeviceAbbreviation>_TMR_TypeDef *) <DeviceAbbreviation>TIM0_BASE)
-#define <DeviceAbbreviation>_TIM2        ((<DeviceAbbreviation>_TMR_TypeDef *) <DeviceAbbreviation>TIM0_BASE)
-/*@}*/ /* end of group <Device>_PeripheralDecl */
-
-/*@}*/ /* end of group <Device>_Definitions */
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif  /* <Device>_H */
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/doxygen.png b/libraries/CMSIS/Documentation/Core/html/doxygen.png deleted file mode 100644 index 7765a3381c4a7fec6a69636b1fa314173b242ea0..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: Data Fields - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
Here is a list of all struct and union fields with links to the structures/unions they belong to:
- -

- _ -

- - -

- a -

- - -

- b -

- - -

- c -

- - -

- d -

- - -

- e -

- - -

- f -

- - -

- h -

- - -

- i -

- - -

- l -

- - -

- m -

- - -

- n -

- - -

- p -

- - -

- q -

- - -

- r -

- - -

- s -

- - -

- t -

- - -

- u -

- - -

- v -

- - -

- w -

- - -

- z -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/functions_vars.html b/libraries/CMSIS/Documentation/Core/html/functions_vars.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/functions_vars.html +++ /dev/null @@ -1,626 +0,0 @@ - - - - - -CMSIS-CORE: Data Fields - Variables - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-  - -

- _ -

- - -

- a -

- - -

- b -

- - -

- c -

- - -

- d -

- - -

- e -

- - -

- f -

- - -

- h -

- - -

- i -

- - -

- l -

- - -

- m -

- - -

- n -

- - -

- p -

- - -

- q -

- - -

- r -

- - -

- s -

- - -

- t -

- - -

- u -

- - -

- v -

- - -

- w -

- - -

- z -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/globals.html b/libraries/CMSIS/Documentation/Core/html/globals.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/globals.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - -CMSIS-CORE: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- -

- _ -

- - -

- b -

- - -

- d -

- - -

- h -

- - -

- i -

- - -

- m -

- - -

- n -

- - -

- p -

- - -

- s -

- - -

- u -

- - -

- w -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/globals_enum.html b/libraries/CMSIS/Documentation/Core/html/globals_enum.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/globals_enum.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -CMSIS-CORE: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/Core/html/globals_eval.html b/libraries/CMSIS/Documentation/Core/html/globals_eval.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/globals_eval.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - -CMSIS-CORE: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/globals_func.html b/libraries/CMSIS/Documentation/Core/html/globals_func.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/globals_func.html +++ /dev/null @@ -1,531 +0,0 @@ - - - - - -CMSIS-CORE: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-  - -

- _ -

- - -

- i -

- - -

- n -

- - -

- s -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/globals_vars.html b/libraries/CMSIS/Documentation/Core/html/globals_vars.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/globals_vars.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - -CMSIS-CORE: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html b/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.html +++ /dev/null @@ -1,1143 +0,0 @@ - - - - - -CMSIS-CORE: Core Register Access - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Core Register Access
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

uint32_t __get_CONTROL (void)
 Read the CONTROL register. More...
 
void __set_CONTROL (uint32_t control)
 Set the CONTROL Register. More...
 
uint32_t __get_IPSR (void)
 Read the IPSR register. More...
 
uint32_t __get_APSR (void)
 Read the APSR register. More...
 
uint32_t __get_xPSR (void)
 Read the xPSR register. More...
 
uint32_t __get_PSP (void)
 Read the PSP register. More...
 
void __set_PSP (uint32_t topOfProcStack)
 Set the PSP register. More...
 
uint32_t __get_MSP (void)
 Read the MSP register. More...
 
void __set_MSP (uint32_t topOfMainStack)
 Set the MSP register. More...
 
uint32_t __get_PRIMASK (void)
 Read the PRIMASK register bit. More...
 
void __set_PRIMASK (uint32_t priMask)
 Set the Priority Mask bit. More...
 
uint32_t __get_BASEPRI (void)
 Read the BASEPRI register [not for Cortex-M0 variants]. More...
 
void __set_BASEPRI (uint32_t basePri)
 Set the BASEPRI register [not for Cortex-M0 variants]. More...
 
uint32_t __get_FAULTMASK (void)
 Read the FAULTMASK register [not for Cortex-M0 variants]. More...
 
void __set_FAULTMASK (uint32_t faultMask)
 Set the FAULTMASK register [not for Cortex-M0 variants]. More...
 
uint32_t __get_FPSCR (void)
 Read the FPSCR register [only for Cortex-M4]. More...
 
void __set_FPSCR (uint32_t fpscr)
 Set the FPSC register [only for Cortex-M4]. More...
 
void __enable_irq (void)
 Globally enables interrupts and configurable fault handlers. More...
 
void __disable_irq (void)
 Globally disables interrupts and configurable fault handlers. More...
 
void __enable_fault_irq (void)
 Enables interrupts and all fault handlers [not for Cortex-M0 variants]. More...
 
void __disable_fault_irq (void)
 Disables interrupts and all fault handlers [not for Cortex-M0 variants]. More...
 
-

Description

-

The following functions provide access to Cortex-M core registers.

-

Function Documentation

- -
-
- - - - - - - - -
void __disable_fault_irq (void )
-
-

The function disables interrupts and all fault handlers by setting FAULTMASK. The function uses the instruction CPSID f.

-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Can be executed in privileged mode only.
  • -
  • An interrupt can enter pending state even if it is disabled. Disabling an interrupt only prevents the processor from taking that interrupt.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __disable_irq (void )
-
-

The function disables interrupts and all configurable fault handlers by setting PRIMASK. The function uses the instruction CPSID i.

-
Remarks
    -
  • Can be executed in privileged mode only.
  • -
  • An interrupt can enter pending state even if it is disabled. Disabling an interrupt only prevents the processor from taking that interrupt.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __enable_fault_irq (void )
-
-

The function enables interrupts and all fault handlers by clearing FAULTMASK. The function uses the instruction CPSIE f.

-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Can be executed in privileged mode only.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __enable_irq (void )
-
-

The function enables interrupts and all configurable fault handlers by clearing PRIMASK. The function uses the instruction CPSIE i.

-
Remarks
    -
  • Can be executed in privileged mode only.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_APSR (void )
-
-

The function reads the Application Program Status Register (APSR) using the instruction MRS.
-
- The APSR contains the current state of the condition flags from instructions executed previously. The APSR is essential for controlling conditional branches. The following flags are used:

-
    -
  • N (APSR[31]) (Negative flag)
      -
    • =1 The instruction result has a negative value (when interpreted as signed integer).
    • -
    • =0 The instruction result has a positive value or equal zero.
      -
      -
    • -
    -
  • -
  • Z (APSR[30]) (Zero flag)
      -
    • =1 The instruction result is zero. Or, after a compare instruction, when the two values are the same.
      -
      -
    • -
    -
  • -
  • C (APSR[29]) (Carry or borrow flag)
      -
    • =1 For unsigned additions, if an unsigned overflow occurred.
    • -
    • =inverse of borrow output status For unsigned subtract operations.
      -
      -
    • -
    -
  • -
  • V (APSR[28]) (Overflow flag)
      -
    • =1 A signed overflow occurred (for signed additions or subtractions).
      -
      -
    • -
    -
  • -
  • Q (APSR[27]) (DSP overflow or saturation flag) [not Cortex-M0]
      -
    • This flag is a sticky flag. Saturating and certain mutliplying instructions can set the flag, but cannot clear it.
    • -
    • =1 When saturation or an overflow occurred.
      -
      -
    • -
    -
  • -
  • GE (APSR[19:16]) (Greater than or Equal flags) [not Cortex-M0]
      -
    • Can be set by the parallel add and subtract instructions.
    • -
    • Are used by the SEL instruction to perform byte-based selection from two registers.
    • -
    -
  • -
-
Returns
APSR register value
-
Remarks
    -
  • Some instructions update all flags; some instructions update a subset of the flags.
  • -
  • If a flag is not updated, the original value is preserved.
  • -
  • Conditional instructions that are not executed have no effect on the flags.
  • -
  • The CMSIS does not provide a function to update this register.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_BASEPRI (void )
-
-

The function returns the Base Priority Mask register (BASEPRI) using the instruction MRS.
-
- BASEPRI defines the minimum priority for exception processing. When BASEPRI is set to a non-zero value, it prevents the activation of all exceptions with the same or lower priority level as the BASEPRI value.

-
Returns
BASEPRI register value
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_CONTROL (void )
-
-

The function reads the CONTROL register value using the instruction MRS.
-
- The CONTROL register controls the stack used and the privilege level for software execution when the processor is in thread mode and, if implemented, indicates whether the FPU state is active. This register uses the following bits:
-

-
    -
  • CONTROL[2] [only Cortex-M4]
      -
    • =0 FPU not active
    • -
    • =1 FPU active
      -
      -
    • -
    -
  • -
  • CONTROL[1]
      -
    • =0 In handler mode - MSP is selected. No alternate stack possible for handler mode.
    • -
    • =0 In thread mode - Default stack pointer MSP is used.
    • -
    • =1 In thread mode - Alternate stack pointer PSP is used.
      -
      -
    • -
    -
  • -
  • CONTROL[0] [not Cortex-M0]
      -
    • =0 In thread mode and privileged state.
    • -
    • =1 In thread mode and user state.
    • -
    -
  • -
-
Returns
CONTROL register value
-
Remarks
    -
  • The processor can be in user state or privileged state when running in thread mode.
  • -
  • Exception handlers always run in privileged state.
  • -
  • On reset, the processor is in thread mode with privileged access rights.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_FAULTMASK (void )
-
-

The function reads the Fault Mask register (FAULTMASK) value using the instruction MRS.
-
- FAULTMASK prevents activation of all exceptions except for the Non-Maskable Interrupt (NMI).

-
Returns
FAULTMASK register value
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Is cleared automatically upon exiting the exception handler, except when returning from the NMI handler.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_FPSCR (void )
-
-

The function reads the Floating-Point Status Control Register (FPSCR) value.
-
- FPSCR provides all necessary User level controls of the floating-point system.

-
Returns
    -
  • FPSCR register value, when __FPU_PRESENT=1
  • -
  • =0, when __FPU_PRESENT=0
  • -
-
-
Remarks
    -
  • Only for Cortex-M4.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_IPSR (void )
-
-

The function reads the Interrupt Program Status Register (IPSR) using the instruction MRS.
-
- The ISPR contains the exception type number of the current Interrupt Service Routine (ISR). Each exception has an assocciated unique IRQn number. The following bits are used:

-
    -
  • ISR_NUMBER (IPSR[8:0])
      -
    • =0 Thread mode
    • -
    • =1 Reserved
    • -
    • =2 NMI
    • -
    • =3 HardFault
    • -
    • =4 MemManage
    • -
    • =5 BusFault
    • -
    • =6 UsageFault
    • -
    • =7-10 Reserved
    • -
    • =11 SVCall
    • -
    • =12 Reserved for Debug
    • -
    • =13 Reserved
    • -
    • =14 PendSV
    • -
    • =15 SysTick
    • -
    • =16 IRQ0
    • -
    • ...
    • -
    • =n+15 IRQ(n-1)
    • -
    -
  • -
-
Returns
ISPR register value
-
Remarks
    -
  • This register is read-only.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_MSP (void )
-
-

The function reads the Main Status Pointer (MSP) value using the instruction MRS.
-
- Physically two different stack pointers (SP) exist:

-
    -
  • The Main Stack Pointer (MSP) is the default stack pointer after reset. It is also used when running exception handlers (handler mode).
  • -
  • The Process Stack Pointer (PSP), which can be used only in thread mode.
  • -
-

Register R13 banks the SP. The SP selection is determined by the bit[1] of the CONTROL register:

-
    -
  • =0 MSP is the current stack pointer. This is also the default SP. The initial value is loaded from the first 32-bit word of the vector table from the program memory.
  • -
  • =1 PSP is the current stack pointer. The initial value is undefined.
  • -
-
Returns
MSP Register value
-
Remarks
    -
  • Only one of the two SPs is visible at a time.
  • -
  • For many applications, the system can completely rely on the MSP.
  • -
  • The PSP is normally used in designs with an OS where the stack memory for OS Kernel must be separated from the application code.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_PRIMASK (void )
-
-

The function reads the Priority Mask register (PRIMASK) value using the instruction MRS.
-
- PRIMASK is a 1-bit-wide interrupt mask register. When set, it blocks all interrupts apart from the non-maskable interrupt (NMI) and the hard fault exception. The PRIMASK prevents activation of all exceptions with configurable priority.

-
Returns
PRIMASK register value
    -
  • =0 no effect
  • -
  • =1 prevents the activation of all exceptions with configurable priority
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_PSP (void )
-
-

The function reads the Program Status Pointer (PSP) value using the instruction MRS.
-
- Physically two different stack pointers (SP) exist:

-
    -
  • The Main Stack Pointer (MSP) is the default stack pointer after reset. It is also used when running exception handlers (handler mode).
  • -
  • The Process Stack Pointer (PSP), which can be used only in thread mode.
  • -
-

Register R13 banks the SP. The SP selection is determined by the bit[1] of the CONTROL register:

-
    -
  • =0 MSP is the current stack pointer. This is also the default SP. The initial value is loaded from the first 32-bit word of the vector table from the program memory.
  • -
  • =1 PSP is the current stack pointer. The initial value is undefined.
  • -
-
Returns
PSP register value
-
Remarks
    -
  • Only one of the two SPs is visible at a time.
  • -
  • For many applications, the system can completely rely on the MSP.
  • -
  • The PSP is normally used in designs with an OS where the stack memory for OS Kernel must be separated from the application code.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t __get_xPSR (void )
-
-

The function reads the combined Program Status Register (xPSR) using the instruction MRS.
-
- xPSR provides information about program execution and the APSR flags. It consists of the following PSRs:

-
    -
  • Application Program Status Register (APSR)
  • -
  • Interrupt Program Status Register (IPSR)
  • -
  • Execution Program Status Register (EPSR)
  • -
-

In addition to the flags described in __get_APSR and __get_IPSR, the register provides the following flags:

-
    -
  • IT (xPSR[26:25]) (If-Then condition instruction)
      -
    • Contains up to four instructions following an IT instruction.
    • -
    • Each instruction in the block is conditional.
    • -
    • The conditions for the instructions are either all the same, or some can be the inverse of others.
      -
      -
    • -
    -
  • -
  • T (xPSR[24]) (Thumb bit)
      -
    • =1 Indicates that that the processor is in Thumb state.
    • -
    • =0 Attempting to execute instructions when the T bit is 0 results in a fault or lockup.
    • -
    • The conditions for the instructions are either all the same, or some can be the inverse of others.
    • -
    -
  • -
-
Returns
xPSR register value
-
Remarks
    -
  • The CMSIS does not provide functions that access EPSR.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_BASEPRI (uint32_t basePri)
-
-

The function sets the Base Priority Mask register (BASEPRI) value using the instruction MSR.
-
- BASEPRI defines the minimum priority for exception processing. When BASEPRI is set to a non-zero value, it prevents the activation of all exceptions with the same or lower priority level as the BASEPRI value.

-
Parameters
- - -
[in]basePriBASEPRI value to set
-
-
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Cannot be set in user state.
  • -
  • Useful for changing the masking level or disabling the masking.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_CONTROL (uint32_t control)
-
-

The function sets the CONTROL register value using the instruction MSR.
-
- The CONTROL register controls the stack used and the privilege level for software execution when the processor is in thread mode and, if implemented, indicates whether the FPU state is active. This register uses the following bits:
-

-
    -
  • CONTROL[2] [only Cortex-M4]
      -
    • =0 FPU not active
    • -
    • =1 FPU active
      -
      -
    • -
    -
  • -
  • CONTROL[1]
      -
    • Writeable only when the processor is in thread mode and privileged state (CONTROL[0]=0).
    • -
    • =0 In handler mode - MSP is selected. No alternate stack pointer possible for handler mode.
    • -
    • =0 In thread mode - Default stack pointer MSP is used.
    • -
    • =1 In thread mode - Alternate stack pointer PSP is used.
      -
      -
    • -
    -
  • -
  • CONTROL[0] [not writeable for Cortex-M0]
      -
    • Writeable only when the processor is in privileged state.
    • -
    • Can be used to switch the processor to user state (thread mode).
    • -
    • Once in user state, trigger an interrupt and change the state to privileged in the exception handler (the only way).
    • -
    • =0 In thread mode and privileged state.
    • -
    • =1 In thread mode and user state.
    • -
    -
  • -
-
Parameters
- - -
[in]controlCONTROL register value to set
-
-
-
Remarks
    -
  • The processor can be in user state or privileged state when running in thread mode.
  • -
  • Exception handlers always run in privileged state.
  • -
  • On reset, the processor is in thread mode with privileged access rights.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_FAULTMASK (uint32_t faultMask)
-
-

The function sets the Fault Mask register (FAULTMASK) value using the instruction MSR.
-
- FAULTMASK prevents activation of all exceptions except for Non-Maskable Interrupt (NMI). FAULTMASK can be used to escalate a configurable fault handler (BusFault, usage fault, or memory management fault) to hard fault level without invoking a hard fault. This allows the fault handler to pretend to be the hard fault handler, whith the ability to:

-
    -
  1. Mask BusFault by setting the BFHFNMIGN in the Configuration Control register. It can be used to test the bus system without causing a lockup.
  2. -
  3. Bypass the MPU, allowing accessing the MPU protected memory location without reprogramming the MPU to just carry out a few transfers for fixing faults.
  4. -
-
Parameters
- - -
[in]faultMaskFAULTMASK register value to set
-
-
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Is cleared automatically upon exiting the exception handler, except when returning from the NMI handler.
  • -
  • When set, it changes the effective current priority level to -1, so that even the hard fault handler is blocked.
  • -
  • Can be used by fault handlers to change their priority to -1 to have access to some features for hard fault exceptions (see above).
  • -
  • When set, lockups can still be caused by incorrect or undefined instructions, or by using SVC in the wrong priority level.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_FPSCR (uint32_t fpscr)
-
-

The function sets the Floating-Point Status Control Register (FPSCR) value.
-
- FPSCR provides all necessary User level control of the floating-point system.
-

-
    -
  • N (FPSC[31]) (Negative flag)
      -
    • =1 The instruction result has a negative value (when interpreted as signed integer).
    • -
    • =0 The instruction result has a positive value or equal zero.
      -
      -
    • -
    -
  • -
  • Z (FPSC[30]) (Zero flag)
      -
    • =1 The instruction result is zero. Or, after a compare instruction, when the two values are the same.
      -
      -
    • -
    -
  • -
  • C (FPSC[29]) (Carry or borrow flag)
      -
    • =1 For unsigned additions, if an unsigned overflow occurred.
    • -
    • =inverse of borrow output status For unsigned subtract operations.
      -
      -
    • -
    -
  • -
  • V (FPSC[28]) (Overflow flag)
      -
    • =1 A signed overflow occurred (for signed additions or subtractions).
      -
      -
    • -
    -
  • -
  • AHP (FPSC[26]) (Alternative half-precision flag)
      -
    • =1 Alternative half-precision format selected.
    • -
    • =0 IEEE half-precision format selected.
      -
      -
    • -
    -
  • -
  • DN (FPSC[25]) (Default NaN mode control flag)
      -
    • =1 Any operation involving one or more NaNs returns the Default NaN.
    • -
    • =0 NaN operands propagate through to the output of a floating-point operation.
      -
      -
    • -
    -
  • -
  • FZ (FPSC[24]) (Flush-to-zero mode control flag)
      -
    • =1 Flush-to-zero mode enabled.
    • -
    • =0 Flush-to-zero mode disabled. Behavior of the floating-point system is fully compliant with the IEEE 754 standard.
      -
      -
    • -
    -
  • -
  • RMode (FPSC[23:22]) (Rounding Mode control flags)
      -
    • =0b00 Round to Nearest (RN) mode.
    • -
    • =0b01 Round towards Plus Infinity (RP) mode.
    • -
    • =0b10 Round towards Minus Infinity (RM) mode.
    • -
    • =0b11 Round towards Zero (RZ) mode.
    • -
    • The specified rounding mode is used by almost all floating-point instructions.
      -
      -
    • -
    -
  • -
  • IDC (FPSC[7]) (Input Denormal cumulative exception flags)
      -
    • See Cumulative exception bits (FPSC[4:0]).
      -
      -
    • -
    -
  • -
  • IXC (FPSC[4]) (Inexact cumulative exception flag)
      -
    • =1 Exception occurred.
    • -
    • =0 Value has to be set explicitly.
    • -
    • Flag is not cleared automatically.
      -
      -
    • -
    -
  • -
  • UFC (FPSC[3]) (Underflow cumulative exception flag)
      -
    • =1 Exception occurred.
    • -
    • =0 Value has to be set explicitly.
    • -
    • Flag is not cleared automatically.
      -
      -
    • -
    -
  • -
  • OFC (FPSC[2]) (Overflow cumulative exception flag)
      -
    • =1 Exception occurred.
    • -
    • =0 Value has to be set explicitly.
    • -
    • Flag is not cleared automatically.
      -
      -
    • -
    -
  • -
  • DZC (FPSC[1]) (Division by Zero cumulative exception flag)
      -
    • =1 Exception occurred.
    • -
    • =0 Value has to be set explicitly.
    • -
    • Flag is not cleared automatically.
      -
      -
    • -
    -
  • -
  • IOC (FPSC[0]) (Invalid Operation cumulative exception flag)
      -
    • =1 Exception occurred.
    • -
    • =0 Value has to be set explicitly.
    • -
    • Flag is not cleared automatically.
    • -
    -
  • -
-
Parameters
- - -
[in]fpscrFPSCR value to set
-
-
-
Remarks
    -
  • Only for Cortex-M4.
  • -
  • The variable __FPU_PRESENT has to be set to 1.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_MSP (uint32_t topOfMainStack)
-
-

The function sets the Main Status Pointer (MSP) value using the instruction MSR.
-
- Physically two different stack pointers (SP) exist:

-
    -
  • The Main Stack Pointer (MSP) is the default stack pointer after reset. It is also used when running exception handlers (handler mode).
  • -
  • The Process Stack Pointer (PSP), which can be used only in thread mode.
  • -
-

Register R13 banks the SP. The SP selection is determined by the bit[1] of the CONTROL register:

-
    -
  • =0 MSP is the current stack pointer. This is also the default SP. The initial value is loaded from the first 32-bit word of the vector table from the program memory.
  • -
  • =1 PSP is the current stack pointer. The initial value is undefined.
  • -
-
Parameters
- - -
[in]topOfMainStackMSP value to set
-
-
-
Remarks
    -
  • Only one of the two SPs is visible at a time.
  • -
  • For many applications, the system can completely rely on the MSP.
  • -
  • The PSP is normally used in designs with an OS where the stack memory for OS Kernel must be separated from the application code.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_PRIMASK (uint32_t priMask)
-
-

The function sets the Priority Mask register (PRIMASK) value using the instruction MSR.
-
- PRIMASK is a 1-bit-wide interrupt mask register. When set, it blocks all interrupts apart from the non-maskable interrupt (NMI) and the hard fault exception. The PRIMASK prevents activation of all exceptions with configurable priority.

-
Parameters
- - -
[in]priMaskPriority Mask
    -
  • =0 no effect
  • -
  • =1 prevents the activation of all exceptions with configurable priority
  • -
-
-
-
-
Remarks
    -
  • When set, PRIMASK effectively changes the current priority level to 0. This is the highest programmable level.
  • -
  • When set and a fault occurs, the hard fault handler will be executed.
  • -
  • Useful for temprorarily disabling all interrupts for timing critical tasks.
  • -
  • Does not have the ability to mask BusFault or bypass MPU.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void __set_PSP (uint32_t topOfProcStack)
-
-

The function sets the Program Status Pointer (PSP) value using the instruction MSR.
-
- Physically two different stack pointers (SP) exist:

-
    -
  • The Main Stack Pointer (MSP) is the default stack pointer after reset. It is also used when running exception handlers (handler mode).
  • -
  • The Process Stack Pointer (PSP), which can be used only in thread mode.
  • -
-

Register R13 banks the SP. The SP selection is determined by the bit[1] of the CONTROL register:

-
    -
  • =0 MSP is the current stack pointer. This is also the default SP. The initial value is loaded from the first 32-bit word of the vector table from the program memory.
  • -
  • =1 PSP is the current stack pointer. The initial value is undefined.
  • -
-
Parameters
- - -
[in]topOfProcStackPSP value to set
-
-
-
Remarks
    -
  • Only one of the two SPs is visible at a time.
  • -
  • For many applications, the system can completely rely on the MSP.
  • -
  • The PSP is normally used in designs with an OS where the stack memory for OS Kernel must be separated from the application code.
  • -
-
-
See Also
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js b/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___core___register__gr.js +++ /dev/null @@ -1,24 +0,0 @@ -var group___core___register__gr = -[ - [ "__disable_fault_irq", "group___core___register__gr.html#ga9d174f979b2f76fdb3228a9b338fd939", null ], - [ "__disable_irq", "group___core___register__gr.html#gaeb8e5f7564a8ea23678fe3c987b04013", null ], - [ "__enable_fault_irq", "group___core___register__gr.html#ga6575d37863cec5d334864f93b5b783bf", null ], - [ "__enable_irq", "group___core___register__gr.html#ga0f98dfbd252b89d12564472dbeba9c27", null ], - [ "__get_APSR", "group___core___register__gr.html#ga811c0012221ee918a75111ca84c4d5e7", null ], - [ "__get_BASEPRI", "group___core___register__gr.html#ga32da759f46e52c95bcfbde5012260667", null ], - [ "__get_CONTROL", "group___core___register__gr.html#ga963cf236b73219ce78e965deb01b81a7", null ], - [ "__get_FAULTMASK", "group___core___register__gr.html#gaa78e4e6bf619a65e9f01b4af13fed3a8", null ], - [ "__get_FPSCR", "group___core___register__gr.html#gad6d7eca9ddd1d9072dd7b020cfe64905", null ], - [ "__get_IPSR", "group___core___register__gr.html#ga2c32fc5c7f8f07fb3d436c6f6fe4e8c8", null ], - [ "__get_MSP", "group___core___register__gr.html#gab898559392ba027814e5bbb5a98b38d2", null ], - [ "__get_PRIMASK", "group___core___register__gr.html#ga799b5d9a2ae75e459264c8512c7c0e02", null ], - [ "__get_PSP", "group___core___register__gr.html#ga914dfa8eff7ca53380dd54cf1d8bebd9", null ], - [ "__get_xPSR", "group___core___register__gr.html#ga732e08184154f44a617963cc65ff95bd", null ], - [ "__set_BASEPRI", "group___core___register__gr.html#ga360c73eb7ffb16088556f9278953b882", null ], - [ "__set_CONTROL", "group___core___register__gr.html#gac64d37e7ff9de06437f9fb94bbab8b6c", null ], - [ "__set_FAULTMASK", "group___core___register__gr.html#gaa5587cc09031053a40a35c14ec36078a", null ], - [ "__set_FPSCR", "group___core___register__gr.html#ga6f26bd75ca7e3247f27b272acc10536b", null ], - [ "__set_MSP", "group___core___register__gr.html#ga0bf9564ebc1613a8faba014275dac2a4", null ], - [ "__set_PRIMASK", "group___core___register__gr.html#ga70b4e1a6c1c86eb913fb9d6e8400156f", null ], - [ "__set_PSP", "group___core___register__gr.html#ga48e5853f417e17a8a65080f6a605b743", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html b/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - -CMSIS-CORE: Debug Access - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Debug Access
-
-
- - - - - - - - - - - -

-Functions

uint32_t ITM_SendChar (uint32_t ch)
 Transmits a character via channel 0. More...
 
int32_t ITM_ReceiveChar (void)
 ITM Receive Character. More...
 
int32_t ITM_CheckChar (void)
 ITM Check Character. More...
 
- - - - -

-Variables

volatile int32_t ITM_RxBuffer
 external variable to receive characters More...
 
-

Description

-

CMSIS provides additional debug functions to enlarge the Debug Access. Data can be transmitted via a certain global buffer variable towards the target system.

-

The Cortex-M3 / Cortex-M4 incorporates the Instrumented Trace Macrocell (ITM) that provides together with the Serial Viewer Output (SVO) trace capabilities for the microcontroller system. The ITM has 32 communication channels; two ITM communication channels are used by CMSIS to output the following information:

-
    -
  • ITM Channel 0: implements the ITM_SendChar function which can be used for printf-style output via the debug interface.
  • -
-
    -
  • ITM Channel 31: is reserved for the RTOS kernel and can be used for kernel awareness debugging.
  • -
-
Remarks
    -
  • ITM channels have 4 groups with 8 channels each, whereby each group can be configured for access rights in the Unprivileged level.
  • -
  • The ITM channel 0 can be enabled for the user task.
  • -
  • ITM channel 31 can be accessed only in Privileged mode from the RTOS kernel itself. The ITM channel 31 has been selected for the RTOS kernel because some kernels may use the Privileged level for program execution.
  • -
-
-
-

-ITM Debug Support in uVision

-

In a debug session, uVision uses the Debug (printf) Viewer window to display data.

-

Direction: Microcontroller –> uVision:

-
    -
  • Characters received via ITM communication channel 0 are written in a printf-style to the Debug (printf) Viewer window.
  • -
-

Direction: uVision –> Microcontroller:

-
    -
  • Check if ITM_RxBuffer variable is available (only performed once).
  • -
  • Read the character from the Debug (printf) Viewer window.
  • -
  • If ITM_RxBuffer is empty, write character to ITM_RxBuffer.
  • -
-
Note
The current solution does not use a buffer mechanism for transmitting the characters.
-
-

-Example:

-

Example for the usage of the ITM Channel 31 for RTOS Kernels:

-
// check if debugger connected and ITM channel enabled for tracing
-
if ((CoreDebug->DEMCR & CoreDebug_DEMCR_TRCENA) &&
-
(ITM->TCR & ITM_TCR_ITMENA) &&
-
(ITM->TER & (1UL >> 31))) {
-
-
// transmit trace data
-
while (ITM->PORT31_U32 == 0);
-
ITM->PORT[31].u8 = task_id; // id of next task
-
while (ITM->PORT[31].u32 == 0);
-
ITM->PORT[31].u32 = task_status; // status information
-
}
-

Function Documentation

- -
-
- - - - - - - - -
int32_t ITM_CheckChar (void )
-
-

This function reads the external variable ITM_RxBuffer and checks whether a character is available or not.

-
Returns
    -
  • =0 - No character available
  • -
  • =1 - Character available
  • -
-
- -
-
- -
-
- - - - - - - - -
int32_t ITM_ReceiveChar (void )
-
-

This function inputs a character via the external variable ITM_RxBuffer. It returns when no debugger is connected that has booked the output. It is blocking when a debugger is connected, but the previously sent character has not been transmitted.

-
Returns
    -
  • Received character
  • -
  • =1 - No character received
  • -
-
- -
-
- -
-
- - - - - - - - -
uint32_t ITM_SendChar (uint32_t ch)
-
-

This function transmits a character via the ITM channel 0. It returns when no debugger is connected that has booked the output. It is blocking when a debugger is connected, but the previously sent character has not been transmitted.

-
Parameters
- - -
[in]chCharacter to transmit
-
-
-
Returns
Character to transmit
- -
-
-

Variable Documentation

- -
-
- - - - -
volatile int32_t ITM_RxBuffer
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js b/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___i_t_m___debug__gr.js +++ /dev/null @@ -1,7 +0,0 @@ -var group___i_t_m___debug__gr = -[ - [ "ITM_CheckChar", "group___i_t_m___debug__gr.html#ga7f9bbabd9756d1a7eafb2d9bf27e0535", null ], - [ "ITM_ReceiveChar", "group___i_t_m___debug__gr.html#ga37b8f41cae703b5ff6947e271065558c", null ], - [ "ITM_SendChar", "group___i_t_m___debug__gr.html#gaaa7c716331f74d644bf6bf25cd3392d1", null ], - [ "ITM_RxBuffer", "group___i_t_m___debug__gr.html#ga12e68e55a7badc271b948d6c7230b2a8", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html b/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.html +++ /dev/null @@ -1,1031 +0,0 @@ - - - - - -CMSIS-CORE: Interrupts and Exceptions (NVIC) - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Interrupts and Exceptions (NVIC)
-
-
- -

Describes programming of interrupts and exception functions. -More...

- - - - - -

-Enumerations

enum  IRQn_Type {
-  NonMaskableInt_IRQn = -14, -
-  HardFault_IRQn = -13, -
-  MemoryManagement_IRQn = -12, -
-  BusFault_IRQn = -11, -
-  UsageFault_IRQn = -10, -
-  SVCall_IRQn = -5, -
-  DebugMonitor_IRQn = -4, -
-  PendSV_IRQn = -2, -
-  SysTick_IRQn = -1, -
-  WWDG_STM_IRQn = 0, -
-  PVD_STM_IRQn = 1 -
- }
 Definition of IRQn numbers. More...
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

void NVIC_SetPriorityGrouping (uint32_t PriorityGroup)
 Set priority grouping [not for Cortex-M0 variants]. More...
 
uint32_t NVIC_GetPriorityGrouping (void)
 Read the priority grouping [not for Cortex-M0 variants]. More...
 
void NVIC_EnableIRQ (IRQn_Type IRQn)
 Enable an external interrupt. More...
 
void NVIC_DisableIRQ (IRQn_Type IRQn)
 Disable an external interrupt. More...
 
uint32_t NVIC_GetPendingIRQ (IRQn_Type IRQn)
 Get the pending interrupt. More...
 
void NVIC_SetPendingIRQ (IRQn_Type IRQn)
 Set an interrupt to pending. More...
 
void NVIC_ClearPendingIRQ (IRQn_Type IRQn)
 Clear an interrupt from pending. More...
 
uint32_t NVIC_GetActive (IRQn_Type IRQn)
 Get the interrupt active status [not for Cortex-M0 variants]. More...
 
void NVIC_SetPriority (IRQn_Type IRQn, uint32_t priority)
 Set the priority for an interrupt. More...
 
uint32_t NVIC_GetPriority (IRQn_Type IRQn)
 Get the priority of an interrupt. More...
 
uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority)
 Encodes Priority [not for Cortex-M0 variants]. More...
 
void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t *pPreemptPriority, uint32_t *pSubPriority)
 Decode the interrupt priority [not for Cortex-M0 variants]. More...
 
void NVIC_SystemReset (void)
 Reset the system. More...
 
-

Description

-

ARM provides a template file startup_device for each supported compiler. The file must be adapted by the silicon vendor to include interrupt vectors for all device-specific interrupt handlers. Each interrupt handler is defined as a weak function to an dummy handler. These interrupt handlers can be used directly in application software without being adapted by the programmer.

-

The table below describes the core exception names and their availability in various Cortex-M cores.

- - - - - - - - - - - - - - - - - - - - - -
Core Exception Name IRQn Value M0 M0p M3 M4 SC000 SC300 Description
NonMaskableInt_IRQn -14
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
Non Maskable Interrupt
HardFault_IRQn -13
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
Hard Fault Interrupt
MemoryManagement_IRQn -12    
-available -
-
-available -
-
 
-available -
-
Memory Management Interrupt
BusFault_IRQn -11    
-available -
-
-available -
-
 
-available -
-
Bus Fault Interrupt
UsageFault_IRQn -10    
-available -
-
-available -
-
 
-available -
-
Usage Fault Interrupt
SVCall_IRQn -5
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
SV Call Interrupt
DebugMonitor_IRQn -4    
-available -
-
-available -
-
 
-available -
-
Debug Monitor Interrupt
PendSV_IRQn -2
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
Pend SV Interrupt
SysTick_IRQn -1
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
-available -
-
System Tick Interrupt
-

-For Cortex-M0 and Cortex-M0+

-

The following exception names are fixed and define the start of the vector table for Cortex-M0 variants:

-
__Vectors DCD __initial_sp ; Top of Stack
-
DCD Reset_Handler ; Reset Handler
-
DCD NMI_Handler ; NMI Handler
-
DCD HardFault_Handler ; Hard Fault Handler
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD SVC_Handler ; SVCall Handler
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD PendSV_Handler ; PendSV Handler
-
DCD SysTick_Handler ; SysTick Handler
-

-For Cortex-M3

-

The following exception names are fixed and define the start of the vector table for a Cortex-M3:

-
__Vectors DCD __initial_sp ; Top of Stack
-
DCD Reset_Handler ; Reset Handler
-
DCD NMI_Handler ; NMI Handler
-
DCD HardFault_Handler ; Hard Fault Handler
-
DCD MemManage_Handler ; MPU Fault Handler
-
DCD BusFault_Handler ; Bus Fault Handler
-
DCD UsageFault_Handler ; Usage Fault Handler
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD 0 ; Reserved
-
DCD SVC_Handler ; SVCall Handler
-
DCD DebugMon_Handler ; Debug Monitor Handler
-
DCD 0 ; Reserved
-
DCD PendSV_Handler ; PendSV Handler
-
DCD SysTick_Handler ; SysTick Handler
-

-Example

-

The following is an examples for device-specific interrupts:

-
; External Interrupts
-
DCD WWDG_IRQHandler ; Window Watchdog
-
DCD PVD_IRQHandler ; PVD through EXTI Line detect
-
DCD TAMPER_IRQHandler ; Tamper
-

Device-specific interrupts must have a dummy function that can be overwritten in user code. Below is an example for this dummy function.

-
Default_Handler PROC
-
EXPORT WWDG_IRQHandler [WEAK]
-
EXPORT PVD_IRQHandler [WEAK]
-
EXPORT TAMPER_IRQHandler [WEAK]
-
:
-
:
-
WWDG_IRQHandler
-
PVD_IRQHandler
-
TAMPER_IRQHandler
-
:
-
:
-
B .
-
ENDP
-

The user application may simply define an interrupt handler function by using the handler name as shown below.

-
void WWDG_IRQHandler(void)
-
{
-
...
-
}
-

-Code Example 1

-

The code below shows the usage of the CMSIS NVIC functions NVIC_SetPriorityGrouping(), NVIC_GetPriorityGrouping(), NVIC_SetPriority(), NVIC_GetPriority(), NVIC_EncodePriority(), and NVIC_DecodePriority() with an LPC1700.

-
#include "LPC17xx.h"
-
-
uint32_t priorityGroup; /* Variables to store priority group and priority */
-
uint32_t priority;
-
uint32_t preemptPriority;
-
uint32_t subPriority;
-
-
-
int main (void) {
-
-
NVIC_SetPriorityGrouping(5); /* Set priority group to 5:
-
Bit[7..6] preempt priority Bits,
-
Bit[5..3] subpriority Bits
-
(valid for five priority bits) */
-
-
priorityGroup = NVIC_GetPriorityGrouping(); /* Get used priority grouping */
-
-
priority = NVIC_EncodePriority(priorityGroup, 1, 6); /* Encode priority with 6 for subpriority and 1 for preempt priority
-
Note: priority depends on the used priority grouping */
-
-
NVIC_SetPriority(UART0_IRQn, priority); /* Set new priority */
-
-
priority = NVIC_GetPriority(UART0_IRQn); /* Retrieve priority again */
-
-
NVIC_DecodePriority(priority, priorityGroup, &preemptPriority, &subPriority);
-
-
while(1);
-
}
-

-Code Example 2

-

The code below shows the usage of the CMSIS NVIC functions NVIC_EnableIRQ(), NVIC_GetActive() with an LPC1700.

-
#include "LPC17xx.h"
-
-
uint32_t active; /* Variable to store interrupt active state */
-
-
-
void TIMER0_IRQHandler(void) { /* Timer 0 interrupt handler */
-
-
if (LPC_TIM0->IR & (1 << 0)) { /* Check if interrupt for match channel 0 occured */
-
LPC_TIM0->IR |= (1 << 0); /* Acknowledge interrupt for match channel 0 occured */
-
}
-
active = NVIC_GetActive(TIMER0_IRQn); /* Get interrupt active state of timer 0 */
-
}
-
-
-
int main (void) {
-
/* Set match channel register MR0 to 1 millisecond */
-
LPC_TIM0->MR0 = (((SystemCoreClock / 1000) / 4) - 1); /* 1 ms? */
-
-
LPC_TIM0->MCR = (3 << 0); /* Enable interrupt and reset for match channel MR0 */
-
-
NVIC_EnableIRQ(TIMER0_IRQn); /* Enable NVIC interrupt for timer 0 */
-
-
LPC_TIM0->TCR = (1 << 0); /* Enable timer 0 */
-
-
while(1);
-
}
-

Enumeration Type Documentation

- -
-
- - - - -
enum IRQn_Type
-
-

The core exception enumeration names for IRQn values are defined in the file device.h.

-
Negative IRQn values represent processor core exceptions (internal interrupts).
-Positive IRQn values represent device-specific exceptions (external interrupts). 
-The first device-specific interrupt has the IRQn value 0.
-

The table below describes the core exception names and their availability in various Cortex-M cores.

- - - - - - - - - - - - -
Enumerator
NonMaskableInt_IRQn  -

Exception 2: Non Maskable Interrupt.

-
HardFault_IRQn  -

Exception 3: Hard Fault Interrupt.

-
MemoryManagement_IRQn  -

Exception 4: Memory Management Interrupt [not on Cortex-M0 variants].

-
BusFault_IRQn  -

Exception 5: Bus Fault Interrupt [not on Cortex-M0 variants].

-
UsageFault_IRQn  -

Exception 6: Usage Fault Interrupt [not on Cortex-M0 variants].

-
SVCall_IRQn  -

Exception 11: SV Call Interrupt.

-
DebugMonitor_IRQn  -

Exception 12: Debug Monitor Interrupt [not on Cortex-M0 variants].

-
PendSV_IRQn  -

Exception 14: Pend SV Interrupt [not on Cortex-M0 variants].

-
SysTick_IRQn  -

Exception 15: System Tick Interrupt.

-
WWDG_STM_IRQn  -

Device Interrupt 0: Window WatchDog Interrupt.

-
PVD_STM_IRQn  -

Device Interrupt 1: PVD through EXTI Line detection Interrupt.

-
- -
-
-

Function Documentation

- -
-
- - - - - - - - -
void NVIC_ClearPendingIRQ (IRQn_Type IRQn)
-
-

This function removes the pending state of the specified interrupt IRQn. IRQn cannot be a negative number.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Remarks
    -
  • The registers that control the status of interrupts are called SETPEND and CLRPEND.
  • -
  • An interrupt can have the status pending though it is not active.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void NVIC_DecodePriority (uint32_t Priority,
uint32_t PriorityGroup,
uint32_t * pPreemptPriority,
uint32_t * pSubPriority 
)
-
-

This function decodes an interrupt priority value with the priority group PriorityGroup to preemptive priority value pPreemptPriority and subpriority value pSubPriority. In case of a conflict between priority grouping and available priority bits (__NVIC_PRIO_BITS) the smallest possible priority group is set.

-
Parameters
- - - - - -
[in]PriorityPriority
[in]PriorityGroupPriority group
[out]*pPreemptPriorityPreemptive priority value (starting from 0)
[out]*pSubPrioritySubpriority value (starting from 0)
-
-
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void NVIC_DisableIRQ (IRQn_Type IRQn)
-
-

This function disables the specified device-specific interrupt IRQn. IRQn cannot be a negative value.

-
Parameters
- - -
[in]IRQnNumber of the external interrupt to disable
-
-
-
Remarks
    -
  • The registers that control the enabling and disabling of interrupts are called SETENA and CLRENA.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void NVIC_EnableIRQ (IRQn_Type IRQn)
-
-

This function enables the specified device-specific interrupt IRQn. IRQn cannot be a negative value.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Remarks
    -
  • The registers that control the enabling and disabling of interrupts are called SETENA and CLRENA.
  • -
  • The number of supported interrupts depends on the implementation of the chip designer and can be read form the Interrupt Controller Type Register (ICTR) in granularities of 32:
    - ICTR[4:0]
      -
    • =0 - 32 interrupts supported
    • -
    • =1 - 64 interrupts supported
    • -
    • ...
    • -
    -
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t NVIC_EncodePriority (uint32_t PriorityGroup,
uint32_t PreemptPriority,
uint32_t SubPriority 
)
-
-

This function encodes the priority for an interrupt with the priority group PriorityGroup, preemptive priority value PreemptPriority, and subpriority value SubPriority. In case of a conflict between priority grouping and available priority bits (__NVIC_PRIO_BITS) the smallest possible priority group is set.

-
Parameters
- - - - -
[in]PriorityGroupPriority group
[in]PreemptPriorityPreemptive priority value (starting from 0)
[in]SubPrioritySubpriority value (starting from 0)
-
-
-
Returns
Encoded priority for the interrupt
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t NVIC_GetActive (IRQn_Type IRQn)
-
-

This function reads the Interrupt Active Register (NVIC_IABR0-NVIC_IABR7) in NVIC and returns the active bit of the interrupt IRQn.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Returns
    -
  • =0 Interrupt is not active
  • -
  • =1 Interrupt is active, or active and pending
  • -
-
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • Each external interrupt has an active status bit. When the processor starts the interrupt handler the bit is set to 1 and cleared when the interrupt return is executed.
  • -
  • When an ISR is preempted and the processor executes anohter interrupt handler, the previous interrupt is still defined as active.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t NVIC_GetPendingIRQ (IRQn_Type IRQn)
-
-

This function returns the pending status of the specified interrupt IRQn.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Returns
    -
  • =0 Interrupt is not pending
  • -
  • =1 Interrupt is pending
  • -
-
-
Remarks
    -
  • The registers that control the status of interrupts are called SETPEND and CLRPEND.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t NVIC_GetPriority (IRQn_Type IRQn)
-
-

This function reads the priority for the specified interrupt IRQn. IRQn can can specify any device-specific (external) interrupt, or core (internal) interrupt.

-

The returned priority value is automatically aligned to the implemented priority bits of the microcontroller.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Returns
Interrupt priority
-
Remarks
    -
  • Each external interrupt has an associated priority-level register.
  • -
  • Unimplemented bits are read as zero.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
uint32_t NVIC_GetPriorityGrouping (void )
-
-

This functuion returns the priority grouping (flag PRIGROUP in AIRCR[10:8]).

-
Returns
Priority grouping field
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • By default, priority group setting is zero.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void NVIC_SetPendingIRQ (IRQn_Type IRQn)
-
-

This function sets the pending bit for the specified interrupt IRQn. IRQn cannot be a negative value.

-
Parameters
- - -
[in]IRQnInterrupt number
-
-
-
Remarks
    -
  • The registers that control the status of interrupts are called SETPEND and CLRPEND.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void NVIC_SetPriority (IRQn_Type IRQn,
uint32_t priority 
)
-
-

Sets the priority for the interrupt specified by IRQn.IRQn can can specify any device-specific (external) interrupt, or core (internal) interrupt. The priority specifies the interrupt priority value, whereby lower values indicate a higher priority. The default priority is 0 for every interrupt. This is the highest possible priority.

-

The priority cannot be set for every core interrupt. HardFault and NMI have a fixed (negative) priority that is higher than any configurable exception or interrupt.

-
Parameters
- - - -
[in]IRQnInterrupt Number
[in]priorityPriority to set
-
-
-
Remarks
    -
  • The number of priority levels is configurable and depends on the implementation of the chip designer. To determine the number of bits implemented for interrupt priority-level registers, write 0xFF to one of the priority-level register, then read back the value. For example, if the minimum number of 3 bits have been implemented, the read-back value is 0xE0.
  • -
  • Writes to unimplemented bits are ignored.
  • -
  • For Cortex-M0:
      -
    • Dynamic switching of interrupt priority levels is not supported. The priority level of an interrupt should not be changed after it has been enabled.
    • -
    • Supports 0 to 192 priority levels.
    • -
    • Priority-level registers are 2 bit wide, occupying the two MSBs. Each Interrupt Priority Level Register is 1-byte wide.
    • -
    -
  • -
  • For Cortex-M3 and Cortex-M4:
      -
    • Dynamic switching of interrupt priority levels is supported.
    • -
    • Supports 0 to 255 priority levels.
    • -
    • Priority-level registers have a maximum width of 8 bits and a minumum of 3 bits. Each register can be further devided into preempt priority level and subpriority level.
    • -
    -
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void NVIC_SetPriorityGrouping (uint32_t PriorityGroup)
-
-

The function sets the priority grouping PriorityGroup using the required unlock sequence. PriorityGroup is assigned to the field PRIGROUP (register AIRCR[10:8]). This field determines the split of group priority from subpriority. Only values from 0..7 are used. In case of a conflict between priority grouping and available priority bits (__NVIC_PRIO_BITS), the smallest possible priority group is set.

-
Parameters
- - -
[in]PriorityGroupPriority group
-
-
-
Remarks
    -
  • not for Cortex-M0 variants.
  • -
  • By default, priority group setting is zero.
  • -
-
-
See Also
-
- -
-
- -
-
- - - - - - - - -
void NVIC_SystemReset (void )
-
-

This function requests a system reset by setting the SYSRESETREQ flag in the AIRCR register.

-
Remarks
    -
  • In most microcontroller designs, setting the SYSRESETREQ flag resets the processor and most parts of the system, but should not affect the debug system.
  • -
-
-
See Also
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js b/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___n_v_i_c__gr.js +++ /dev/null @@ -1,29 +0,0 @@ -var group___n_v_i_c__gr = -[ - [ "IRQn_Type", "group___n_v_i_c__gr.html#ga7e1129cd8a196f4284d41db3e82ad5c8", [ - [ "NonMaskableInt_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ade177d9c70c89e084093024b932a4e30", null ], - [ "HardFault_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ab1a222a34a32f0ef5ac65e714efc1f85", null ], - [ "MemoryManagement_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a33ff1cf7098de65d61b6354fee6cd5aa", null ], - [ "BusFault_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8693500eff174f16119e96234fee73af", null ], - [ "UsageFault_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6895237c9443601ac832efa635dd8bbf", null ], - [ "SVCall_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a4ce820b3cc6cf3a796b41aadc0cf1237", null ], - [ "DebugMonitor_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8e033fcef7aed98a31c60a7de206722c", null ], - [ "PendSV_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a03c3cc89984928816d81793fc7bce4a2", null ], - [ "SysTick_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6dbff8f8543325f3474cbae2446776e7", null ], - [ "WWDG_STM_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8aa62e040960b4beb6cba107e4703c12d2", null ], - [ "PVD_STM_IRQn", "group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a853e0f318108110e0527f29733d11f86", null ] - ] ], - [ "NVIC_ClearPendingIRQ", "group___n_v_i_c__gr.html#ga382ad6bedd6eecfdabd1b94dd128a01a", null ], - [ "NVIC_DecodePriority", "group___n_v_i_c__gr.html#gad3cbca1be7a4726afa9448a9acd89377", null ], - [ "NVIC_DisableIRQ", "group___n_v_i_c__gr.html#ga736ba13a76eb37ef6e2c253be8b0331c", null ], - [ "NVIC_EnableIRQ", "group___n_v_i_c__gr.html#ga530ad9fda2ed1c8b70e439ecfe80591f", null ], - [ "NVIC_EncodePriority", "group___n_v_i_c__gr.html#ga0688c59605b119c53c71b2505ab23eb5", null ], - [ "NVIC_GetActive", "group___n_v_i_c__gr.html#gadf4252e600661fd762cfc0d1a9f5b892", null ], - [ "NVIC_GetPendingIRQ", "group___n_v_i_c__gr.html#ga95a8329a680b051ecf3ee8f516acc662", null ], - [ "NVIC_GetPriority", "group___n_v_i_c__gr.html#gab18fb9f6c5f4c70fdd73047f0f7c8395", null ], - [ "NVIC_GetPriorityGrouping", "group___n_v_i_c__gr.html#gaa81b19849367d3cdb95ac108c500fa78", null ], - [ "NVIC_SetPendingIRQ", "group___n_v_i_c__gr.html#ga3b885147ef9965ecede49614de8df9d2", null ], - [ "NVIC_SetPriority", "group___n_v_i_c__gr.html#ga5bb7f43ad92937c039dee3d36c3c2798", null ], - [ "NVIC_SetPriorityGrouping", "group___n_v_i_c__gr.html#gad78f447e891789b4d8f2e5b21eeda354", null ], - [ "NVIC_SystemReset", "group___n_v_i_c__gr.html#ga1b47d17e90b6a03e7bd1ec6a0d549b46", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html b/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - -CMSIS-CORE: Systick Timer (SYSTICK) - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Systick Timer (SYSTICK)
-
-
- -

Initialize and start the SysTick timer. -More...

- - - - - -

-Functions

uint32_t SysTick_Config (uint32_t ticks)
 System Tick Timer Configuration. More...
 
-

Description

-
The System Tick Time (SysTick) generates interrupt requests on a regular basis.
-This allows an OS to carry out context switching to support multiple tasking. For applications
-that do not require an OS, the SysTick can be used for time keeping, time measurement, or as an 
-interrupt source for tasks that need to be executed regularly.
-

-Code Example

-

The code below shows the usage of the function SysTick_Config() with an LPC1700.

-
#include "LPC17xx.h"
-
-
uint32_t msTicks = 0; /* Variable to store millisecond ticks */
-
-
-
void SysTick_Handler(void) { /* SysTick interrupt Handler.
-
msTicks++; See startup file startup_LPC17xx.s for SysTick vector */
-
}
-
-
-
int main (void) {
-
uint32_t returnCode;
-
-
returnCode = SysTick_Config(SystemCoreClock / 1000); /* Configure SysTick to generate an interrupt every millisecond */
-
-
if (returnCode != 0) { /* Check return code for errors */
-
// Error Handling
-
}
-
-
while(1);
-
}
-

Function Documentation

- -
-
- - - - - - - - -
uint32_t SysTick_Config (uint32_t ticks)
-
-

Initialises and starts the System Tick Timer and its interrupt. After this call, the SysTick timer creates interrupts with the specified time interval. Counter is in free running mode to generate periodical interrupts.

-
Parameters
- - -
[in]ticksNumber of ticks between two interrupts
-
-
-
Returns
0 - success
-
-1 - failure
-
Note
When #define __Vendor_SysTickConfig is set to 1, the standard function SysTick_Config is excluded. In this case, the file device.h must contain a vendor specific implementation of this function.
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js b/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group___sys_tick__gr.js +++ /dev/null @@ -1,4 +0,0 @@ -var group___sys_tick__gr = -[ - [ "SysTick_Config", "group___sys_tick__gr.html#gabe47de40e9b0ad465b752297a9d9f427", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - -CMSIS-CORE: Intrinsic Functions for CPU Instructions - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Intrinsic Functions for CPU Instructions
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

void __NOP (void)
 No Operation. More...
 
void __WFI (void)
 Wait For Interrupt. More...
 
void __WFE (void)
 Wait For Event. More...
 
void __SEV (void)
 Send Event. More...
 
void __BKPT (uint8_t value)
 Set Breakpoint. More...
 
void __ISB (void)
 Instruction Synchronization Barrier. More...
 
void __DSB (void)
 Data Synchronization Barrier. More...
 
void __DMB (void)
 Data Memory Barrier. More...
 
uint32_t __REV (uint32_t value)
 Reverse byte order (32 bit) More...
 
uint32_t __REV16 (uint32_t value)
 Reverse byte order (16 bit) More...
 
int32_t __REVSH (int32_t value)
 Reverse byte order in signed short value. More...
 
uint32_t __RBIT (uint32_t value)
 Reverse bit order of value [not for Cortex-M0 variants]. More...
 
uint32_t __ROR (uint32_t value, uint32_t shift)
 Rotate a value right by a number of bits. More...
 
uint8_t __LDREXB (volatile uint8_t *addr)
 LDR Exclusive (8 bit) [not for Cortex-M0 variants]. More...
 
uint16_t __LDREXH (volatile uint16_t *addr)
 LDR Exclusive (16 bit) [not for Cortex-M0 variants]. More...
 
uint32_t __LDREXW (volatile uint32_t *addr)
 LDR Exclusive (32 bit) [not for Cortex-M0 variants]. More...
 
uint32_t __STREXB (uint8_t value, volatile uint8_t *addr)
 STR Exclusive (8 bit) [not for Cortex-M0 variants]. More...
 
uint32_t __STREXH (uint16_t value, volatile uint16_t *addr)
 STR Exclusive (16 bit) [not for Cortex-M0 variants]. More...
 
uint32_t __STREXW (uint32_t value, volatile uint32_t *addr)
 STR Exclusive (32 bit) [not for Cortex-M0 variants]. More...
 
void __CLREX (void)
 Remove the exclusive lock [not for Cortex-M0 variants]. More...
 
uint32_t __SSAT (unint32_t value, uint32_t sat)
 Signed Saturate [not for Cortex-M0 variants]. More...
 
uint32_t __USAT (uint32_t value, uint32_t sat)
 Unsigned Saturate [not for Cortex-M0 variants]. More...
 
uint8_t __CLZ (uint32_t value)
 Count leading zeros [not for Cortex-M0 variants]. More...
 
-

Description

-

The following functions generate specific Cortex-M instructions that cannot be directly accessed by the C/C++ Compiler.

-

Function Documentation

- -
-
- - - - - - - - -
void __BKPT (uint8_t value)
-
-

This function causes the processor to enter Debug state. Debug tools can use this to investigate system state when the instruction at a particular address is reached.

-
Parameters
- - -
[in]valueis ignored by the processor. If required, a debugger can use it to obtain additional information about the breakpoint.
-
-
- -
-
- -
-
- - - - - - - - -
void __CLREX (void )
-
-

This function removes the exclusive lock which is created by LDREX [not for Cortex-M0 variants].

- -
-
- -
-
- - - - - - - - -
uint8_t __CLZ (uint32_t value)
-
-

This function counts the number of leading zeros of a data value [not for Cortex-M0 variants].

-
Parameters
- - -
[in]valueValue to count the leading zeros
-
-
-
Returns
number of leading zeros in value
- -
-
- -
-
- - - - - - - - -
void __DMB (void )
-
-

This function ensures the apparent order of the explicit memory operations before and after the instruction, without ensuring their completion.

- -
-
- -
-
- - - - - - - - -
void __DSB (void )
-
-

This function acts as a special kind of Data Memory Barrier. It completes when all explicit memory accesses before this instruction complete.

- -
-
- -
-
- - - - - - - - -
void __ISB (void )
-
-

Instruction Synchronization Barrier flushes the pipeline in the processor, so that all instructions following the ISB are fetched from cache or memory, after the instruction has been completed.

- -
-
- -
-
- - - - - - - - -
uint8_t __LDREXB (volatile uint8_t * addr)
-
-

This function performs a exclusive LDR command for 8 bit value [not for Cortex-M0 variants].

-
Parameters
- - -
[in]*addrPointer to data
-
-
-
Returns
value of type uint8_t at (*addr)
- -
-
- -
-
- - - - - - - - -
uint16_t __LDREXH (volatile uint16_t * addr)
-
-

This function performs a exclusive LDR command for 16 bit values [not for Cortex-M0 variants].

-
Parameters
- - -
[in]*addrPointer to data
-
-
-
Returns
value of type uint16_t at (*addr)
- -
-
- -
-
- - - - - - - - -
uint32_t __LDREXW (volatile uint32_t * addr)
-
-

This function performs a exclusive LDR command for 32 bit values [not for Cortex-M0 variants].

-
Parameters
- - -
[in]*addrPointer to data
-
-
-
Returns
value of type uint32_t at (*addr)
- -
-
- -
-
- - - - - - - - -
void __NOP (void )
-
-

This function does nothing. This instruction can be used for code alignment purposes.

- -
-
- -
-
- - - - - - - - -
uint32_t __RBIT (uint32_t value)
-
-

This function reverses the bit order of the given value [not for Cortex-M0 variants].

-
Parameters
- - -
[in]valueValue to reverse
-
-
-
Returns
Reversed value
- -
-
- -
-
- - - - - - - - -
uint32_t __REV (uint32_t value)
-
-

This function reverses the byte order in integer value.

-
Parameters
- - -
[in]valueValue to reverse
-
-
-
Returns
Reversed value
- -
-
- -
-
- - - - - - - - -
uint32_t __REV16 (uint32_t value)
-
-
This function reverses the byte order in two unsigned short values.
-
Parameters
- - -
[in]valueValue to reverse
-
-
-
Returns
Reversed value
-
Note
The function can be disabled by defining the compile time flag __NO_EMBEDDED_ASM. This rule applies to the ARM toolchain. For example:
#ifndef __NO_EMBEDDED_ASM
-
__REV16(0x1);
-
#endif
-
- -
-
- -
-
- - - - - - - - -
int32_t __REVSH (int32_t value)
-
-
This function reverses the byte order in a signed short value with sign extension to integer.
-
Parameters
- - -
[in]valueValue to reverse
-
-
-
Returns
Reversed value
-
Note
The function can be disabled by defining the compile time flag __NO_EMBEDDED_ASM. This rule applies to the ARM toolchain. For example:
#ifndef __NO_EMBEDDED_ASM
-
__REVSH(0x1);
-
#endif
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __ROR (uint32_t value,
uint32_t shift 
)
-
-

This function rotates a value right by a specified number of bits.

-
Parameters
- - - -
[in]valueValue to be shifted right
[in]shiftNumber of bits in the range [1..31]
-
-
-
Returns
Rotated value
- -
-
- -
-
- - - - - - - - -
void __SEV (void )
-
-

Send Event is a hint instruction. It causes an event to be signaled to the CPU.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SSAT (unint32_t value,
uint32_t sat 
)
-
-

This function saturates a signed value [not for Cortex-M0 variants].

-
Parameters
- - - -
[in]valueValue to be saturated
[in]satBit position to saturate to [1..32]
-
-
-
Returns
Saturated value
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __STREXB (uint8_t value,
volatile uint8_t * addr 
)
-
-

This function performs a exclusive STR command for 8 bit values [not for Cortex-M0 variants].

-
Parameters
- - - -
[in]valueValue to store
[in]*addrPointer to location
-
-
-
Returns
0 Function succeeded
-
-1 Function failed
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __STREXH (uint16_t value,
volatile uint16_t * addr 
)
-
-

This function performs a exclusive STR command for 16 bit values [not for Cortex-M0 variants].

-
Parameters
- - - -
[in]valueValue to store
[in]*addrPointer to location
-
-
-
Returns
0 Function succeeded
-
-1 Function failed
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __STREXW (uint32_t value,
volatile uint32_t * addr 
)
-
-

This function performs a exclusive STR command for 32 bit values [not for Cortex-M0 variants].

-
Parameters
- - - -
[in]valueValue to store
[in]*addrPointer to location
-
-
-
Returns
0 Function succeeded
-
-1 Function failed
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USAT (uint32_t value,
uint32_t sat 
)
-
-

This function saturates an unsigned value [not for Cortex-M0 variants].

-
Parameters
- - - -
[in]valueValue to be saturated
[in]satBit position to saturate to [0..31]
-
-
-
Returns
Saturated value
- -
-
- -
-
- - - - - - - - -
void __WFE (void )
-
-

Wait For Event is a hint instruction that permits the processor to enter a low-power state until an events occurs:

-
    -
  • If the event register is 0, then WFE suspends execution until one of the following events occurs:
      -
    • An exception, unless masked by the exception mask registers or the current priority level.
    • -
    • An exception enters the Pending state, if SEVONPEND in the System Control Register is set.
    • -
    • A Debug Entry request, if Debug is enabled.
    • -
    • An event signaled by a peripheral or another processor in a multiprocessor system using the SEV instruction.
    • -
    -
  • -
-
    -
  • If the event register is 1, then WFE clears it to 0 and returns immediately.
  • -
- -
-
- -
-
- - - - - - - - -
void __WFI (void )
-
-

WFI is a hint instruction that suspends execution until one of the following events occurs:

-
    -
  • A non-masked interrupt occurs and is taken.
  • -
  • An interrupt masked by PRIMASK becomes pending.
  • -
  • A Debug Entry request.
  • -
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___c_p_u__gr.js +++ /dev/null @@ -1,26 +0,0 @@ -var group__intrinsic___c_p_u__gr = -[ - [ "__BKPT", "group__intrinsic___c_p_u__gr.html#ga92f5621626711931da71eaa8bf301af7", null ], - [ "__CLREX", "group__intrinsic___c_p_u__gr.html#ga354c5ac8870cc3dfb823367af9c4b412", null ], - [ "__CLZ", "group__intrinsic___c_p_u__gr.html#ga90884c591ac5d73d6069334eba9d6c02", null ], - [ "__DMB", "group__intrinsic___c_p_u__gr.html#gab1c9b393641dc2d397b3408fdbe72b96", null ], - [ "__DSB", "group__intrinsic___c_p_u__gr.html#gacb2a8ca6eae1ba4b31161578b720c199", null ], - [ "__ISB", "group__intrinsic___c_p_u__gr.html#ga93c09b4709394d81977300d5f84950e5", null ], - [ "__LDREXB", "group__intrinsic___c_p_u__gr.html#ga9e3ac13d8dcf4331176b624cf6234a7e", null ], - [ "__LDREXH", "group__intrinsic___c_p_u__gr.html#ga9feffc093d6f68b120d592a7a0d45a15", null ], - [ "__LDREXW", "group__intrinsic___c_p_u__gr.html#gabd78840a0f2464905b7cec791ebc6a4c", null ], - [ "__NOP", "group__intrinsic___c_p_u__gr.html#gac71fad9f0a91980fecafcb450ee0a63e", null ], - [ "__RBIT", "group__intrinsic___c_p_u__gr.html#gad6f9f297f6b91a995ee199fbc796b863", null ], - [ "__REV", "group__intrinsic___c_p_u__gr.html#ga4717abc17af5ba29b1e4c055e0a0d9b8", null ], - [ "__REV16", "group__intrinsic___c_p_u__gr.html#gaeef6f853b6df3a365c838ee5b49a7a26", null ], - [ "__REVSH", "group__intrinsic___c_p_u__gr.html#ga1ec006e6d79063363cb0c2a2e0b3adbe", null ], - [ "__ROR", "group__intrinsic___c_p_u__gr.html#gaf66beb577bb9d90424c3d1d7f684c024", null ], - [ "__SEV", "group__intrinsic___c_p_u__gr.html#ga3c34da7eb16496ae2668a5b95fa441e7", null ], - [ "__SSAT", "group__intrinsic___c_p_u__gr.html#ga7d9dddda18805abbf51ac21c639845e1", null ], - [ "__STREXB", "group__intrinsic___c_p_u__gr.html#gaab6482d1f59f59e2b6b7efc1af391c99", null ], - [ "__STREXH", "group__intrinsic___c_p_u__gr.html#ga0a354bdf71caa52f081a4a54e84c8d2a", null ], - [ "__STREXW", "group__intrinsic___c_p_u__gr.html#ga335deaaa7991490e1450cb7d1e4c5197", null ], - [ "__USAT", "group__intrinsic___c_p_u__gr.html#ga76bbe4374a5912362866cdc1ded4064a", null ], - [ "__WFE", "group__intrinsic___c_p_u__gr.html#gad3efec76c3bfa2b8528ded530386c563", null ], - [ "__WFI", "group__intrinsic___c_p_u__gr.html#gaed91dfbf3d7d7b7fba8d912fcbeaad88", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.html +++ /dev/null @@ -1,3125 +0,0 @@ - - - - - -CMSIS-CORE: Intrinsic Functions for SIMD Instructions [only Cortex-M4] - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Intrinsic Functions for SIMD Instructions [only Cortex-M4]
-
-
- -

Access to dedicated SIMD instructions. -More...

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

uint32_t __SADD8 (uint32_t val1, uint32_t val2)
 GE setting quad 8-bit signed addition. More...
 
uint32_t __QADD8 (uint32_t val1, uint32_t val2)
 Q setting quad 8-bit saturating addition. More...
 
uint32_t __SHADD8 (uint32_t val1, uint32_t val2)
 Quad 8-bit signed addition with halved results. More...
 
uint32_t __UADD8 (uint32_t val1, uint32_t val2)
 GE setting quad 8-bit unsigned addition. More...
 
uint32_t __UQADD8 (uint32_t val1, uint32_t val2)
 Quad 8-bit unsigned saturating addition. More...
 
uint32_t __UHADD8 (uint32_t val1, uint32_t val2)
 Quad 8-bit unsigned addition with halved results. More...
 
uint32_t __SSUB8 (uint32_t val1, uint32_t val2)
 GE setting quad 8-bit signed subtraction. More...
 
uint32_t __QSUB8 (uint32_t val1, uint32_t val2)
 Q setting quad 8-bit saturating subtract. More...
 
uint32_t __SHSUB8 (uint32_t val1, uint32_t val2)
 Quad 8-bit signed subtraction with halved results. More...
 
uint32_t __USUB8 (uint32_t val1, uint32_t val2)
 GE setting quad 8-bit unsigned subtract. More...
 
uint32_t __UQSUB8 (uint32_t val1, uint32_t val2)
 Quad 8-bit unsigned saturating subtraction. More...
 
uint32_t __UHSUB8 (uint32_t val1, uint32_t val2)
 Quad 8-bit unsigned subtraction with halved results. More...
 
uint32_t __SADD16 (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit signed addition. More...
 
uint32_t __QADD16 (uint32_t val1, uint32_t val2)
 Q setting dual 16-bit saturating addition. More...
 
uint32_t __SHADD16 (uint32_t val1, uint32_t val2)
 Dual 16-bit signed addition with halved results. More...
 
uint32_t __UADD16 (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit unsigned addition. More...
 
uint32_t __UQADD16 (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned saturating addition. More...
 
uint32_t __UHADD16 (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned addition with halved results. More...
 
uint32_t __SSUB16 (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit signed subtraction. More...
 
uint32_t __QSUB16 (uint32_t val1, uint32_t val2)
 Q setting dual 16-bit saturating subtract. More...
 
uint32_t __SHSUB16 (uint32_t val1, uint32_t val2)
 Dual 16-bit signed subtraction with halved results. More...
 
uint32_t __USUB16 (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit unsigned subtract. More...
 
uint32_t __UQSUB16 (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned saturating subtraction. More...
 
uint32_t __UHSUB16 (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned subtraction with halved results. More...
 
uint32_t __SASX (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit addition and subtraction with exchange. More...
 
uint32_t __QASX (uint32_t val1, uint32_t val2)
 Q setting dual 16-bit add and subtract with exchange. More...
 
uint32_t __SHASX (uint32_t val1, uint32_t val2)
 Dual 16-bit signed addition and subtraction with halved results. More...
 
uint32_t __UASX (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit unsigned addition and subtraction with exchange. More...
 
uint32_t __UQASX (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned saturating addition and subtraction with exchange. More...
 
uint32_t __UHASX (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned addition and subtraction with halved results and exchange. More...
 
uint32_t __SSAX (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit signed subtraction and addition with exchange. More...
 
uint32_t __QSAX (uint32_t val1, uint32_t val2)
 Q setting dual 16-bit subtract and add with exchange. More...
 
uint32_t __SHSAX (uint32_t val1, uint32_t val2)
 Dual 16-bit signed subtraction and addition with halved results. More...
 
uint32_t __USAX (uint32_t val1, uint32_t val2)
 GE setting dual 16-bit unsigned subtract and add with exchange. More...
 
uint32_t __UQSAX (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned saturating subtraction and addition with exchange. More...
 
uint32_t __UHSAX (uint32_t val1, uint32_t val2)
 Dual 16-bit unsigned subtraction and addition with halved results and exchange. More...
 
uint32_t __USAD8 (uint32_t val1, uint32_t val2)
 Unsigned sum of quad 8-bit unsigned absolute difference. More...
 
uint32_t __USADA8 (uint32_t val1, uint32_t val2, uint32_t val3)
 Unsigned sum of quad 8-bit unsigned absolute difference with 32-bit accumulate. More...
 
uint32_t __SSAT16 (uint32_t val1, const uint32_t val2)
 Q setting dual 16-bit saturate. More...
 
uint32_t __USAT16 (uint32_t val1, const uint32_t val2)
 Q setting dual 16-bit unsigned saturate. More...
 
uint32_t __UXTB16 (uint32_t val)
 Dual extract 8-bits and zero-extend to 16-bits. More...
 
uint32_t __UXTAB16 (uint32_t val1, uint32_t val2)
 Extracted 16-bit to 32-bit unsigned addition. More...
 
uint32_t __SXTB16 (uint32_t val)
 Dual extract 8-bits and sign extend each to 16-bits. More...
 
uint32_t __SXTAB16 (uint32_t val1, uint32_t val2)
 Dual extracted 8-bit to 16-bit signed addition. More...
 
uint32_t __SMUAD (uint32_t val1, uint32_t val2)
 Q setting sum of dual 16-bit signed multiply. More...
 
uint32_t __SMUADX (uint32_t val1, uint32_t val2)
 Q setting sum of dual 16-bit signed multiply with exchange. More...
 
uint32_t __SMMLA (int32_t val1, int32_t val2, int32_t val3)
 32-bit signed multiply with 32-bit truncated accumulator. More...
 
uint32_t __SMLAD (uint32_t val1, uint32_t val2, uint32_t val3)
 Q setting dual 16-bit signed multiply with single 32-bit accumulator. More...
 
uint32_t __SMLADX (uint32_t val1, uint32_t val2, uint32_t val3)
 Q setting pre-exchanged dual 16-bit signed multiply with single 32-bit accumulator. More...
 
uint64_t __SMLALD (uint32_t val1, uint32_t val2, uint64_t val3)
 Dual 16-bit signed multiply with single 64-bit accumulator. More...
 
unsigned long long __SMLALDX (uint32_t val1, uint32_t val2, unsigned long long val3)
 Dual 16-bit signed multiply with exchange with single 64-bit accumulator. More...
 
uint32_t __SMUSD (uint32_t val1, uint32_t val2)
 Dual 16-bit signed multiply returning difference. More...
 
uint32_t __SMUSDX (uint32_t val1, uint32_t val2)
 Dual 16-bit signed multiply with exchange returning difference. More...
 
uint32_t __SMLSD (uint32_t val1, uint32_t val2, uint32_t val3)
 Q setting dual 16-bit signed multiply subtract with 32-bit accumulate. More...
 
uint32_t __SMLSDX (uint32_t val1, uint32_t val2, uint32_t val3)
 Q setting dual 16-bit signed multiply with exchange subtract with 32-bit accumulate. More...
 
uint64_t __SMLSLD (uint32_t val1, uint32_t val2, uint64_t val3)
 Q setting dual 16-bit signed multiply subtract with 64-bit accumulate. More...
 
unsigned long long __SMLSLDX (uint32_t val1, uint32_t val2, unsigned long long val3)
 Q setting dual 16-bit signed multiply with exchange subtract with 64-bit accumulate. More...
 
uint32_t __SEL (uint32_t val1, uint32_t val2)
 Select bytes based on GE bits. More...
 
uint32_t __QADD (uint32_t val1, uint32_t val2)
 Q setting saturating add. More...
 
uint32_t __QSUB (uint32_t val1, uint32_t val2)
 Q setting saturating subtract. More...
 
uint32_t __PKHBT (uint32_t val1, uint32_t val2, uint32_t val3)
 Halfword packing instruction. Combines bits[15:0] of val1 with bits[31:16] of val2 levitated with the val3. More...
 
uint32_t __PKHTB (uint32_t val1, uint32_t val2, uint32_t val3)
 Halfword packing instruction. Combines bits[31:16] of val1 with bits[15:0] of val2 right-shifted with the val3. More...
 
-

Description

-

Single Instruction Multiple Data (SIMD) extensions are provided only for Cortex-M4 cores to simplify development of application software. SIMD extensions increase the processing capability without materially increasing the power consumption. The SIMD extensions are completely transparent to the operating system (OS), allowing existing OS ports to be used.

-

SIMD Features:

-
    -
  • Simultaneous computation of 2x16-bit or 4x8-bit operands
  • -
  • Fractional arithmetic
  • -
  • User definable saturation modes (arbitrary word-width)
  • -
  • Dual 16x16 multiply-add/subtract 32x32 fractional MAC
  • -
  • Simultaneous 8/16-bit select operations
  • -
  • Performance up to 3.2 GOPS at 800MHz
  • -
  • Performance is achieved with a "near zero" increase in power consumption on a typical implementation
  • -
-

Examples:

-

Addition: Add two values using SIMD function

-
uint32_t add_halfwords(uint32_t val1, uint32_t val2)
-
{
-
return __SADD16(val1, val2);
-
}
-

Subtraction: Subtract two values using SIMD function

-
uint32_t sub_halfwords(uint32_t val1, uint32_t val2)
-
{
-
return __SSUB16(val1, val2);
-
}
-

Multiplication: Performing a multiplication using SIMD function

-
uint32_t dual_mul_add_products(uint32_t val1, uint32_t val2)
-
{
-
return __SMUAD(val1, val2);
-
}
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __PKHBT (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

Combine a halfword from one register with a halfword from another register. The second argument can be left-shifted before extraction of the halfword. The registers PC and SP are not allowed as arguments. This instruction does not change the flags.

-
Parameters
- - - - -
val1first 16-bit operands
val2second 16-bit operands
val3value for left-shifting val2. Value range [0..31].
-
-
-
Returns
the combination of halfwords.
-
Operation:
res[15:0] = val1[15:0]
-
res[31:16] = val2[31:16]<<val3
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __PKHTB (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

Combines a halfword from one register with a halfword from another register. The second argument can be right-shifted before extraction of the halfword. The registers PC and SP are not allowed as arguments. This instruction does not change the flags.

-
Parameters
- - - - -
val1second 16-bit operands
val2first 16-bit operands
val3value for right-shifting val2. Value range [1..32].
-
-
-
Returns
the combination of halfwords.
-
Operation:
res[15:0] = val2[15:0]>>val3
-
res[31:16] = val1[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QADD (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to obtain the saturating add of two integers.
- The Q bit is set if the operation saturates.

-
Parameters
- - - -
val1first summand of the saturating add operation.
val2second summand of the saturating add operation.
-
-
-
Returns
the saturating addition of val1 and val2.
-
Operation:
res[31:0] = SAT(val1 + SAT(val2 * 2))
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit integer arithmetic additions in parallel, saturating the results to the 16-bit signed integer range -215 <= x <= 215 - 1.

-
Parameters
- - - -
val1first two 16-bit summands.
val2second two 16-bit summands.
-
-
-
Returns
    -
  • the saturated addition of the low halfwords, in the low halfword of the return value.
  • -
  • the saturated addition of the high halfwords, in the high halfword of the return value.
  • -
-
-
The returned results are saturated to the 16-bit signed integer range -215 <= x <= 215 - 1
-
Operation:
res[15:0] = val1[15:0] + val2[15:0]
-
res[31:16] = val1[31:16] + val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four 8-bit integer additions, saturating the results to the 8-bit signed integer range -27 <= x <= 27 - 1.

-
Parameters
- - - -
val1first four 8-bit summands.
val2second four 8-bit summands.
-
-
-
Returns
    -
  • the saturated addition of the first byte of each operand in the first byte of the return value.
  • -
  • the saturated addition of the second byte of each operand in the second byte of the return value.
  • -
  • the saturated addition of the third byte of each operand in the third byte of the return value.
  • -
  • the saturated addition of the fourth byte of each operand in the fourth byte of the return value.
  • -
-
-
The returned results are saturated to the 16-bit signed integer range -27 <= x <= 27 - 1.
-
Operation:
res[7:0] = val1[7:0] + val2[7:0]
-
res[15:8] = val1[15:8] + val2[15:8]
-
res[23:16] = val1[23:16] + val2[23:16]
-
res[31:24] = val1[31:24] + val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QASX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the one operand, then add the high halfwords and subtract the low halfwords, saturating the results to the 16-bit signed integer range -215 <= x <= 215 - 1.

-
Parameters
- - - -
val1first operand for the subtraction in the low halfword, and the first operand for the addition in the high halfword.
val2second operand for the subtraction in the high halfword, and the second operand for the addition in the low halfword.
-
-
-
Returns
    -
  • the saturated subtraction of the high halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the saturated addition of the high halfword in the first operand and the low halfword in the second operand, in the high halfword of the return value.
  • -
-
-
The returned results are saturated to the 16-bit signed integer range -215 <= x <= 215 - 1.
-
Operation:
res[15:0] = val1[15:0] - val2[31:16]
-
res[31:16] = val1[31:16] + val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QSAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of one operand, then subtract the high halfwords and add the low halfwords, saturating the results to the 16-bit signed integer range -215 <= x <= 215 - 1.

-
Parameters
- - - -
val1first operand for the addition in the low halfword, and the first operand for the subtraction in the high halfword.
val2second operand for the addition in the high halfword, and the second operand for the subtraction in the low halfword.
-
-
-
Returns
    -
  • the saturated addition of the low halfword of the first operand and the high halfword of the second operand, in the low halfword of the return value.
  • -
  • the saturated subtraction of the low halfword of the second operand from the high halfword of the first operand, in the high halfword of the return value.
  • -
-
-
The returned results are saturated to the 16-bit signed integer range -215 <= x <= 215 - 1.
-
Operation:
res[15:0] = val1[15:0] + val2[31:16]
-
res[31:16] = val1[31:16] - val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QSUB (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to obtain the saturating subtraction of two integers.
- The Q bit is set if the operation saturates.

-
Parameters
- - - -
val1minuend of the saturating subtraction operation.
val2subtrahend of the saturating subtraction operation.
-
-
-
Returns
the saturating subtraction of val1 and val2.
-
Operation:
res[31:0] = SAT(val1 - SAT(val2 * 2))
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QSUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit integer subtractions, saturating the results to the 16-bit signed integer range -215 <= x <= 215 - 1.

-
Parameters
- - - -
val1first two 16-bit operands.
val2second two 16-bit operands.
-
-
-
Returns
    -
  • the saturated subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the returned result.
  • -
  • the saturated subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the returned result.
  • -
-
-
The returned results are saturated to the 16-bit signed integer range -215 <= x <= 215 - 1.
-
Operation:
res[15:0] = val1[15:0] - val2[15:0]
-
res[31:16] = val1[31:16] - val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __QSUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four 8-bit integer subtractions, saturating the results to the 8-bit signed integer range -27 <= x <= 27 - 1.

-
Parameters
- - - -
val1first four 8-bit operands.
val2second four 8-bit operands.
-
-
-
Returns
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
The returned results are saturated to the 8-bit signed integer range -27 <= x <= 27 - 1.
-
Operation:
res[7:0] = val1[7:0] - val2[7:0]
-
res[15:8] = val1[15:8] - val2[15:8]
-
res[23:16] = val1[23:16] - val2[23:16]
-
res[31:24] = val1[31:24] - val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed integer additions.
- The GE bits in the APSR are set according to the results of the additions.

-
Parameters
- - - -
val1first two 16-bit summands.
val2second two 16-bit summands.
-
-
-
Returns
    -
  • the addition of the low halfwords in the low halfword of the return value.
  • -
  • the addition of the high halfwords in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[15:0]
-
res[31:16] = val1[31:16] + val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function performs four 8-bit signed integer additions. The GE bits of the APSR are set according to the results of the additions.

-
Parameters
- - - -
val1first four 8-bit summands.
val2second four 8-bit summands.
-
-
-
Returns
    -
  • the addition of the first bytes from each operand, in the first byte of the return value.
  • -
  • the addition of the second bytes of each operand, in the second byte of the return value.
  • -
  • the addition of the third bytes of each operand, in the third byte of the return value.
  • -
  • the addition of the fourth bytes of each operand, in the fourth byte of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[7:0] >= 0 then APSR.GE[0] = 1 else 0
  • -
  • if res[15:8] >= 0 then APSR.GE[1] = 1 else 0
  • -
  • if res[23:16] >= 0 then APSR.GE[2] = 1 else 0
  • -
  • if res[31:24] >= 0 then APSR.GE[3] = 1 else 0
  • -
-
-
Operation:
res[7:0] = val1[7:0] + val2[7:0]
-
res[15:8] = val1[15:8] + val2[15:8]
-
res[23:16] = val1[23:16] + val2[23:16]
-
res[31:24] = val1[31:24] + val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SASX (uint32_t val1,
uint32_t val2 
)
-
-

This function inserts an SASX instruction into the instruction stream generated by the compiler. It enables you to exchange the halfwords of the second operand, add the high halfwords and subtract the low halfwords.
- The GE bits in the APRS are set according to the results.

-
Parameters
- - - -
val1first operand for the subtraction in the low halfword, and the first operand for the addition in the high halfword.
val2second operand for the subtraction in the high halfword, and the second operand for the addition in the low halfword.
-
-
-
Returns
    -
  • the subtraction of the high halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the addition of the high halfword in the first operand and the low halfword in the second operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[31:16]
-
res[31:16] = val1[31:16] + val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SEL (uint32_t val1,
uint32_t val2 
)
-
-

This function inserts a SEL instruction into the instruction stream generated by the compiler. It enables you to select bytes from the input parameters, whereby the bytes that are selected depend upon the results of previous SIMD instruction function. The results of previous SIMD instruction function are represented by the Greater than or Equal flags in the Application Program Status Register (APSR). The __SEL function works equally well on both halfword and byte operand function results. This is because halfword operand operations set two (duplicate) GE bits per value.

-
Parameters
- - - -
val1four selectable 8-bit values.
val2four selectable 8-bit values.
-
-
-
Returns
The function selects bytes from the input parameters and returns them in the return value, res, according to the following criteria:
    -
  • if APSR.GE[0] == 1 then res[7:0] = val1[7:0] else res[7:0] = val2[7:0]
  • -
  • if APSR.GE[1] == 1 then res[15:8] = val1[15:8] else res[15:8] = val2[15:8]
  • -
  • if APSR.GE[2] == 1 then res[23:16] = val1[23:16] else res[23:16] = val2[23:16]
  • -
  • if APSR.GE[3] == 1 then res[31;24] = val1[31:24] else res = val2[31:24]
  • -
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two signed 16-bit integer additions, halving the results.

-
Parameters
- - - -
val1first two 16-bit summands.
val2second two 16-bit summands.
-
-
-
Returns
    -
  • the halved addition of the low halfwords, in the low halfword of the return value.
  • -
  • the halved addition of the high halfwords, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[15:0] >> 1
-
res[31:16] = val1[31:16] + val2[31:16] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four signed 8-bit integer additions, halving the results.

-
Parameters
- - - -
val1first four 8-bit summands.
val2second four 8-bit summands.
-
-
-
Returns
    -
  • the halved addition of the first bytes from each operand, in the first byte of the return value.
  • -
  • the halved addition of the second bytes from each operand, in the second byte of the return value.
  • -
  • the halved addition of the third bytes from each operand, in the third byte of the return value.
  • -
  • the halved addition of the fourth bytes from each operand, in the fourth byte of the return value.
  • -
-
-
Operation:
res[7:0] = val1[7:0] + val2[7:0] >> 1
-
res[15:8] = val1[15:8] + val2[15:8] >> 1
-
res[23:16] = val1[23:16] + val2[23:16] >> 1
-
res[31:24] = val1[31:24] + val2[31:24] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHASX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the two halfwords of one operand, perform one signed 16-bit integer addition and one signed 16-bit subtraction, and halve the results.

-
Parameters
- - - -
val1first 16-bit operands.
val2second 16-bit operands.
-
-
-
Returns
    -
  • the halved subtraction of the high halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the halved subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = (val1[15:0] - val2[31:16]) >> 1
-
res[31:16] = (val1[31:16] - val2[15:0] ) >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHSAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the two halfwords of one operand, perform one signed 16-bit integer subtraction and one signed 16-bit addition, and halve the results.

-
Parameters
- - - -
val1first 16-bit operands.
val2second 16-bit operands.
-
-
-
Returns
    -
  • the halved addition of the low halfword in the first operand and the high halfword in the second operand, in the low halfword of the return value.
  • -
  • the halved subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = (val1[15:0] + val2[31:16]) >> 1
-
res[31:16] = (val1[31:16] - val2[15:0] ) >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHSUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two signed 16-bit integer subtractions, halving the results.

-
Parameters
- - - -
val1first two 16-bit operands.
val2second two 16-bit operands.
-
-
-
Returns
    -
  • the halved subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the returned result.
  • -
  • the halved subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the returned result.
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[15:0] >> 1
-
res[31:16] = val1[31:16] - val2[31:16] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SHSUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four signed 8-bit integer subtractions, halving the results.

-
Parameters
- - - -
val1first four 8-bit operands.
val2second four 8-bit operands.
-
-
-
Returns
    -
  • the halved subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the halved subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the halved subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the halved subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
Operation:
res[7:0] = val1[7:0] - val2[7:0] >> 1
-
res[15:8] = val1[15:8] - val2[15:8] >> 1
-
res[23:16] = val1[23:16] - val2[23:16] >> 1
-
res[31:24] = val1[31:24] - val2[31:24] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __SMLAD (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

This function enables you to perform two signed 16-bit multiplications, adding both results to a 32-bit accumulate operand.
- The Q bit is set if the addition overflows. Overflow cannot occur during the multiplications.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the product of each multiplication added to the accumulate value, as a 32-bit integer.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
res[31:0] = p1 + p2 + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __SMLADX (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

This function enables you to perform two signed 16-bit multiplications with exchanged halfwords of the second operand, adding both results to a 32-bit accumulate operand.
- The Q bit is set if the addition overflows. Overflow cannot occur during the multiplications.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the product of each multiplication with exchanged halfwords of the second operand added to the accumulate value, as a 32-bit integer.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
res[31:0] = p1 + p2 + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint64_t __SMLALD (uint32_t val1,
uint32_t val2,
uint64_t val3 
)
-
-

This function enables you to perform two signed 16-bit multiplications, adding both results to a 64-bit accumulate operand. Overflow is only possible as a result of the 64-bit addition. This overflow is not detected if it occurs. Instead, the result wraps around modulo264.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the product of each multiplication added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
sum = p1 + p2 + val3[63:32][31:0]
-
res[63:32] = sum[63:32]
-
res[31:0] = sum[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
unsigned long long __SMLALDX (uint32_t val1,
uint32_t val2,
unsigned long long val3 
)
-
-

This function enables you to exchange the halfwords of the second operand, and perform two signed 16-bit multiplications, adding both results to a 64-bit accumulate operand. Overflow is only possible as a result of the 64-bit addition. This overflow is not detected if it occurs. Instead, the result wraps around modulo264.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the product of each multiplication added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
sum = p1 + p2 + val3[63:32][31:0]
-
res[63:32] = sum[63:32]
-
res[31:0] = sum[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __SMLSD (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

This function enables you to perform two 16-bit signed multiplications, take the difference of the products, subtracting the high halfword product from the low halfword product, and add the difference to a 32-bit accumulate operand.
- The Q bit is set if the accumulation overflows. Overflow cannot occur during the multiplications or the subtraction.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the difference of the product of each multiplication, added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
res[31:0] = p1 - p2 + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __SMLSDX (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

This function enables you to exchange the halfwords in the second operand, then perform two 16-bit signed multiplications. The difference of the products is added to a 32-bit accumulate operand.
- The Q bit is set if the addition overflows. Overflow cannot occur during the multiplications or the subtraction.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the difference of the product of each multiplication, added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
res[31:0] = p1 - p2 + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint64_t __SMLSLD (uint32_t val1,
uint32_t val2,
uint64_t val3 
)
-
-

This function It enables you to perform two 16-bit signed multiplications, take the difference of the products, subtracting the high halfword product from the low halfword product, and add the difference to a 64-bit accumulate operand. Overflow cannot occur during the multiplications or the subtraction. Overflow can occur as a result of the 64-bit addition, and this overflow is not detected. Instead, the result wraps round to modulo264.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the difference of the product of each multiplication, added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
res[63:0] = p1 - p2 + val3[63:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
unsigned long long __SMLSLDX (uint32_t val1,
uint32_t val2,
unsigned long long val3 
)
-
-

This function enables you to exchange the halfwords of the second operand, perform two 16-bit multiplications, adding the difference of the products to a 64-bit accumulate operand. Overflow cannot occur during the multiplications or the subtraction. Overflow can occur as a result of the 64-bit addition, and this overflow is not detected. Instead, the result wraps round to modulo264.

-
Parameters
- - - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
val3accumulate value.
-
-
-
Returns
the difference of the product of each multiplication, added to the accumulate value.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
res[63:0] = p1 - p2 + val3[63:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __SMMLA (int32_t val1,
int32_t val2,
int32_t val3 
)
-
-

This function enables you to perform a signed 32-bit multiplications, adding the most significant 32 bits of the 64-bit result to a 32-bit accumulate operand.
-

-
Parameters
- - - - -
val1first operand for multiplication.
val2second operand for multiplication.
val3accumulate value.
-
-
-
Returns
the product of multiplication (most significant 32 bits) is added to the accumulate value, as a 32-bit integer.
-
Operation:
p = val1 * val2
-
res[31:0] = p[61:32] + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SMUAD (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed multiplications, adding the products together.
- The Q bit is set if the addition overflows.

-
Parameters
- - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
-
-
-
Returns
the sum of the products of the two 16-bit signed multiplications.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
res[31:0] = p1 + p2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SMUADX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed multiplications with exchanged halfwords of the second operand, adding the products together.
- The Q bit is set if the addition overflows.

-
Parameters
- - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
-
-
-
Returns
the sum of the products of the two 16-bit signed multiplications with exchanged halfwords of the second operand.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
res[31:0] = p1 + p2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SMUSD (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed multiplications, taking the difference of the products by subtracting the high halfword product from the low halfword product.

-
Parameters
- - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
-
-
-
Returns
the difference of the products of the two 16-bit signed multiplications.
-
Operation:
p1 = val1[15:0] * val2[15:0]
-
p2 = val1[31:16] * val2[31:16]
-
res[31:0] = p1 - p2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SMUSDX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed multiplications, subtracting one of the products from the other. The halfwords of the second operand are exchanged before performing the arithmetic. This produces top * bottom and bottom * top multiplication.

-
Parameters
- - - -
val1first 16-bit operands for each multiplication.
val2second 16-bit operands for each multiplication.
-
-
-
Returns
the difference of the products of the two 16-bit signed multiplications.
-
Operation:
p1 = val1[15:0] * val2[31:16]
-
p2 = val1[31:16] * val2[15:0]
-
res[31:0] = p1 - p2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SSAT16 (uint32_t val1,
const uint32_t val2 
)
-
-

This function enables you to saturate two signed 16-bit values to a selected signed range.
- The Q bit is set if either operation saturates.

-
Parameters
- - - -
val1two signed 16-bit values to be saturated.
val2bit position for saturation, an integral constant expression in the range 1 to 16.
-
-
-
Returns
the sum of the absolute differences of the following bytes, added to the accumulation value:
    -
  • the signed saturation of the low halfword in val1, saturated to the bit position specified in val2 and returned in the low halfword of the return value.
  • -
  • the signed saturation of the high halfword in val1, saturated to the bit position specified in val2 and returned in the high halfword of the return value.
  • -
-
-
Operation:
Saturate halfwords in val1 to the signed range specified by the bit position in val2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SSAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the two halfwords of one operand and perform one 16-bit integer subtraction and one 16-bit addition.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first operand for the addition in the low halfword, and the first operand for the subtraction in the high halfword.
val2second operand for the addition in the high halfword, and the second operand for the subtraction in the low halfword.
-
-
-
Returns
    -
  • the addition of the low halfword in the first operand and the high halfword in the second operand, in the low halfword of the return value.
  • -
  • the subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[31:16]
-
res[31:16] = val1[31:16] - val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SSUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit signed integer subtractions.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first two 16-bit operands of each subtraction.
val2second two 16-bit operands of each subtraction.
-
-
-
Returns
    -
  • the subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If
    -
  • res is the return value, then:
  • -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[15:0]
-
res[31:16] = val1[31:16] - val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SSUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four 8-bit signed integer subtractions.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first four 8-bit operands of each subtraction.
val2second four 8-bit operands of each subtraction.
-
-
-
Returns
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on
the results of the operation.
-
If res is the return value, then:
    -
  • if res[8:0] >= 0 then APSR.GE[0] = 1 else 0
  • -
  • if res[15:8] >= 0 then APSR.GE[1] = 1 else 0
  • -
  • if res[23:16] >= 0 then APSR.GE[2] = 1 else 0
  • -
  • if res[31:24] >= 0 then APSR.GE[3] = 1 else 0
  • -
-
-
Operation:
res[7:0] = val1[7:0] - val2[7:0]
-
res[15:8] = val1[15:8] - val2[15:8]
-
res[23:16] = val1[23:16] - val2[23:16]
-
res[31:24] = val1[31:24] - val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __SXTAB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to extract two 8-bit values from the second operand (at bit positions [7:0] and [23:16]), sign-extend them to 16-bits each, and add the results to the first operand.

-
Parameters
- - - -
val1values added to the zero-extended to 16-bit values.
val2two 8-bit values to be extracted and zero-extended.
-
-
-
Returns
the addition of val1 and val2, where the 8-bit values in val2[7:0] and val2[23:16] have been extracted and sign-extended prior to the addition.
-
Operation:
res[15:0] = val1[15:0] + SignExtended(val2[7:0])
-
res[31:16] = val1[31:16] + SignExtended(val2[23:16])
-
- -
-
- -
-
- - - - - - - - -
uint32_t __SXTB16 (uint32_t val)
-
-

This function enables you to extract two 8-bit values from an operand and sign-extend them to 16 bits each.

-
Parameters
- - -
valtwo 8-bit values in val[7:0] and val[23:16] to be sign-extended.
-
-
-
Returns
the 8-bit values sign-extended to 16-bit values.
    -
  • sign-extended value of val[7:0] in the low halfword of the return value.
  • -
  • sign-extended value of val[23:16] in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = SignExtended(val[7:0]
-
res[31:16] = SignExtended(val[23:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit unsigned integer additions.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first two 16-bit summands for each addition.
val2second two 16-bit summands for each addition.
-
-
-
Returns
    -
  • the addition of the low halfwords in each operand, in the low halfword of the return value.
  • -
  • the addition of the high halfwords in each operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0x10000 then APSR.GE[0] = 11 else 00
  • -
  • if res[31:16] >= 0x10000 then APSR.GE[1] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[15:0]
-
res[31:16] = val1[31:16] + val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit integer additions. The GE bits of the APSR are set according to the results.

-
Parameters
- - - -
val1first four 8-bit summands for each addition.
val2second four 8-bit summands for each addition.
-
-
-
Returns
    -
  • the halved addition of the first bytes from each operand, in the first byte of the return value.
  • -
  • the halved addition of the second bytes from each operand, in the second byte of the return value.
  • -
  • the halved addition of the third bytes from each operand, in the third byte of the return value.
  • -
  • the halved addition of the fourth bytes from each operand, in the fourth byte of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[7:0] >= 0x100 then APSR.GE[0] = 1 else 0
  • -
  • if res[15:8] >= 0x100 then APSR.GE[1] = 1 else 0
  • -
  • if res[23:16] >= 0x100 then APSR.GE[2] = 1 else 0
  • -
  • if res[31:24] >= 0x100 then APSR.GE[3] = 1 else 0
  • -
-
-
Operation:
res[7:0] = val1[7:0] + val2[7:0]
-
res[15:8] = val1[15:8] + val2[15:8]
-
res[23:16] = val1[23:16] + val2[23:16]
-
res[31:24] = val1[31:24] + val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UASX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the two halfwords of the second operand, add the high halfwords and subtract the low halfwords.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first operand for the subtraction in the low halfword, and the first operand for the addition in the high halfword.
val2second operand for the subtraction in the high halfword and the second operand for the addition in the low halfword.
-
-
-
Returns
    -
  • the subtraction of the high halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the addition of the high halfword in the first operand and the low halfword in the second operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0x10000 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[31:16]
-
res[31:16] = val1[31:16] + val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two unsigned 16-bit integer additions, halving the results.

-
Parameters
- - - -
val1first two 16-bit summands.
val2second two 16-bit summands.
-
-
-
Returns
    -
  • the halved addition of the low halfwords in each operand, in the low halfword of the return value.
  • -
  • the halved addition of the high halfwords in each operand, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[15:0] >> 1
-
res[31:16] = val1[31:16] + val2[31:16] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit integer additions, halving the results.

-
Parameters
- - - -
val1first four 8-bit summands.
val2second four 8-bit summands.
-
-
-
Returns
    -
  • the halved addition of the first bytes in each operand, in the first byte of the return value.
  • -
  • the halved addition of the second bytes in each operand, in the second byte of the return value.
  • -
  • the halved addition of the third bytes in each operand, in the third byte of the return value.
  • -
  • the halved addition of the fourth bytes in each operand, in the fourth byte of the return value.
  • -
-
-
Operation:
res[7:0] = val1[7:0] + val2[7:0] >> 1
-
res[15:8] = val1[15:8] + val2[15:8] >> 1
-
res[23:16] = val1[23:16] + val2[23:16] >> 1
-
res[31:24] = val1[31:24] + val2[31:24] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHASX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the second operand, add the high halfwords and subtract the low halfwords, halving the results.

-
Parameters
- - - -
val1first operand for the subtraction in the low halfword, and the first operand for the addition in the high halfword.
val2second operand for the subtraction in the high halfword, and the second operand for the addition in the low halfword.
-
-
-
Returns
    -
  • the halved subtraction of the high halfword in the second operand from the low halfword in the first operand.
  • -
  • the halved addition of the high halfword in the first operand and the low halfword in the second operand.
  • -
-
-
Operation:
res[15:0] = (val1[15:0] - val2[31:16]) >> 1
-
res[31:16] = (val1[31:16] + val2[15:0] ) >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHSAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the second operand, subtract the high halfwords and add the low halfwords, halving the results.

-
Parameters
- - - -
val1first operand for the addition in the low halfword, and the first operand for the subtraction in the high halfword.
val2second operand for the addition in the high halfword, and the second operand for the subtraction in the low halfword.
-
-
-
Returns
    -
  • the halved addition of the high halfword in the second operand and the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the halved subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = (val1[15:0] + val2[31:16]) >> 1
-
res[31:16] = (val1[31:16] - val2[15:0] ) >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHSUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two unsigned 16-bit integer subtractions, halving the results.

-
Parameters
- - - -
val1first two 16-bit operands.
val2second two 16-bit operands.
-
-
-
Returns
    -
  • the halved subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the halved subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[15:0] >> 1
-
res[31:16] = val1[31:16] - val2[31:16] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UHSUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit integer subtractions, halving the results.

-
Parameters
- - - -
val1first four 8-bit operands.
val2second four 8-bit operands.
-
-
-
Returns
    -
  • the halved subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the halved subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the halved subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the halved subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
Operation:
res[7:0] = val1[7:0] - val2[7:0] >> 1
-
res[15:8] = val1[15:8] - val2[15:8] >> 1
-
res[23:16] = val1[23:16] - val2[23:16] >> 1
-
res[31:24] = val1[31:24] - val2[31:24] >> 1
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQADD16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two unsigned 16-bit integer additions, saturating the results to the 16-bit unsigned integer range 0 < x < 216 - 1.

-
Parameters
- - - -
val1first two 16-bit summands.
val2second two 16-bit summands.
-
-
-
Returns
    -
  • the addition of the low halfword in the first operand and the low halfword in the second operand, in the low halfword of the return value.
  • -
  • the addition of the high halfword in the first operand and the high halfword in the second operand, in the high halfword of the return value.
  • -
-
-
The results are saturated to the 16-bit unsigned integer range 0 < x < 216 - 1.
-
Operation:
res[15:0] = val1[15:0] + val2[15:0]
-
res[31:16] = val1[31:16] + val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQADD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit integer additions, saturating the results to the 8-bit unsigned integer range 0 < x < 28 - 1.

-
Parameters
- - - -
val1first four 8-bit summands.
val2second four 8-bit summands.
-
-
-
Returns
    -
  • the halved addition of the first bytes in each operand, in the first byte of the return value.
  • -
  • the halved addition of the second bytes in each operand, in the second byte of the return value.
  • -
  • the halved addition of the third bytes in each operand, in the third byte of the return value.
  • -
  • the halved addition of the fourth bytes in each operand, in the fourth byte of the return value.
  • -
-
-
The results are saturated to the 8-bit unsigned integer range 0 < x < 28 - 1.
-
Operation:
res[7:0] = val1[7:0] + val2[7:0]
-
res[15:8] = val1[15:8] + val2[15:8]
-
res[23:16] = val1[23:16] + val2[23:16]
-
res[31:24] = val1[31:24] + val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQASX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the second operand and perform one unsigned 16-bit integer addition and one unsigned 16-bit subtraction, saturating the results to the 16-bit unsigned integer range 0 <= x <= 216 - 1.

-
Parameters
- - - -
val1first two 16-bit operands.
val2second two 16-bit operands.
-
-
-
Returns
    -
  • the subtraction of the high halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
The results are saturated to the 16-bit unsigned integer range 0 <= x <= 216 - 1.
-
Operation:
res[15:0] = val1[15:0] - val2[31:16]
-
res[31:16] = val1[31:16] + val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQSAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the second operand and perform one unsigned 16-bit integer subtraction and one unsigned 16-bit addition, saturating the results to the 16-bit unsigned integer range 0 <= x <= 216 - 1.

-
Parameters
- - - -
val1first 16-bit operand for the addition in the low halfword, and the first 16-bit operand for the subtraction in the high halfword.
val2second 16-bit halfword for the addition in the high halfword, and the second 16-bit halfword for the subtraction in the low halfword.
-
-
-
Returns
    -
  • the addition of the low halfword in the first operand and the high halfword in the second operand, in the low halfword of the return value.
  • -
  • the subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
The results are saturated to the 16-bit unsigned integer range 0 <= x <= 216 - 1.
-
Operation:
res[15:0] = val1[15:0] + val2[31:16]
-
res[31:16] = val1[31:16] - val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQSUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two unsigned 16-bit integer subtractions, saturating the results to the 16-bit unsigned integer range 0 < x < 216 - 1.

-
Parameters
- - - -
val1first two 16-bit operands for each subtraction.
val2second two 16-bit operands for each subtraction.
-
-
-
Returns
    -
  • the subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
The results are saturated to the 16-bit unsigned integer range 0 < x < 216 - 1.
-
Operation:
res[15:0] = val1[15:0] - val2[15:0]
-
res[31:16] = val1[31:16] - val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UQSUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit integer subtractions, saturating the results to the 8-bit unsigned integer range 0 < x < 28 - 1.

-
Parameters
- - - -
val1first four 8-bit operands.
val2second four 8-bit operands.
-
-
-
Returns
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
The results are saturated to the 8-bit unsigned integer range 0 < x < 28 - 1.
-
Operation:
res[7:0] = val1[7:0] - val2[7:0]
-
res[15:8] = val1[15:8] - val2[15:8]
-
res[23:16] = val1[23:16] - val2[23:16]
-
res[31:24] = val1[31:24] - val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USAD8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four unsigned 8-bit subtractions, and add the absolute values of the differences together, returning the result as a single unsigned integer.

-
Parameters
- - - -
val1first four 8-bit operands for the subtractions.
val2second four 8-bit operands for the subtractions.
-
-
-
Returns
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand.
  • -
-
-
The sum is returned as a single unsigned integer.
-
Operation:
absdiff1 = val1[7:0] - val2[7:0]
-
absdiff2 = val1[15:8] - val2[15:8]
-
absdiff3 = val1[23:16] - val2[23:16]
-
absdiff4 = val1[31:24] - val2[31:24]
-
res[31:0] = absdiff1 + absdiff2 + absdiff3 + absdiff4
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
uint32_t __USADA8 (uint32_t val1,
uint32_t val2,
uint32_t val3 
)
-
-

This function enables you to perform four unsigned 8-bit subtractions, and add the absolute values of the differences to a 32-bit accumulate operand.

-
Parameters
- - - - -
val1first four 8-bit operands for the subtractions.
val2second four 8-bit operands for the subtractions.
val3accumulation value.
-
-
-
Returns
the sum of the absolute differences of the following bytes, added to the accumulation value:
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand.
  • -
-
-
Operation:
absdiff1 = val1[7:0] - val2[7:0]
-
absdiff2 = val1[15:8] - val2[15:8]
-
absdiff3 = val1[23:16] - val2[23:16]
-
absdiff4 = val1[31:24] - val2[31:24]
-
sum = absdiff1 + absdiff2 + absdiff3 + absdiff4
-
res[31:0] = sum[31:0] + val3[31:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USAT16 (uint32_t val1,
const uint32_t val2 
)
-
-

This function enables you to saturate two signed 16-bit values to a selected unsigned range.
- The Q bit is set if either operation saturates.

-
Parameters
- - - -
val1two 16-bit values that are to be saturated.
val2bit position for saturation, and must be an integral constant expression in the range 0 to 15.
-
-
-
Returns
the saturation of the two signed 16-bit values, as non-negative values.
    -
  • the saturation of the low halfword in val1, saturated to the bit position specified in val2 and returned in the low halfword of the return value.
  • -
  • the saturation of the high halfword in val1, saturated to the bit position specified in val2 and returned in the high halfword of the return value.
  • -
-
-
Operation:
Saturate halfwords in val1 to the unsigned range specified by the bit position in val2
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USAX (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to exchange the halfwords of the second operand, subtract the high halfwords and add the low halfwords.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first operand for the addition in the low halfword, and the first operand for the subtraction in the high halfword.
val2second operand for the addition in the high halfword, and the second operand for the subtraction in the low halfword.
-
-
-
Returns
    -
  • the addition of the low halfword in the first operand and the high halfword in the second operand, in the low halfword of the return value.
  • -
  • the subtraction of the low halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0x10000 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] + val2[31:16]
-
res[31:16] = val1[31:16] - val2[15:0]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USUB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform two 16-bit unsigned integer subtractions.
- The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first two 16-bit operands.
val2second two 16-bit operands.
-
-
-
Returns
    -
  • the subtraction of the low halfword in the second operand from the low halfword in the first operand, in the low halfword of the return value.
  • -
  • the subtraction of the high halfword in the second operand from the high halfword in the first operand, in the high halfword of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[15:0] >= 0 then APSR.GE[1:0] = 11 else 00
  • -
  • if res[31:16] >= 0 then APSR.GE[3:2] = 11 else 00
  • -
-
-
Operation:
res[15:0] = val1[15:0] - val2[15:0]
-
res[31:16] = val1[31:16] - val2[31:16]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __USUB8 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to perform four 8-bit unsigned integer subtractions. The GE bits in the APSR are set according to the results.

-
Parameters
- - - -
val1first four 8-bit operands.
val2second four 8-bit operands.
-
-
-
Returns
    -
  • the subtraction of the first byte in the second operand from the first byte in the first operand, in the first bytes of the return value.
  • -
  • the subtraction of the second byte in the second operand from the second byte in the first operand, in the second byte of the return value.
  • -
  • the subtraction of the third byte in the second operand from the third byte in the first operand, in the third byte of the return value.
  • -
  • the subtraction of the fourth byte in the second operand from the fourth byte in the first operand, in the fourth byte of the return value.
  • -
-
-
Each bit in APSR.GE is set or cleared for each byte in the return value, depending on the results of the operation.
-
If res is the return value, then:
    -
  • if res[8:0] >= 0 then APSR.GE[0] = 1 else 0
  • -
  • if res[15:8] >= 0 then APSR.GE[1] = 1 else 0
  • -
  • if res[23:16] >= 0 then APSR.GE[2] = 1 else 0
  • -
  • if res[31:24] >= 0 then APSR.GE[3] = 1 else 0
  • -
-
-
Operation:
res[7:0] = val1[7:0] - val2[7:0]
-
res[15:8] = val1[15:8] - val2[15:8]
-
res[23:16] = val1[23:16] - val2[23:16]
-
res[31:24] = val1[31:24] - val2[31:24]
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
uint32_t __UXTAB16 (uint32_t val1,
uint32_t val2 
)
-
-

This function enables you to extract two 8-bit values from one operand, zero-extend them to 16 bits each, and add the results to two 16-bit values from another operand.

-
Parameters
- - - -
val1value added to the zero-extended to 16-bit values.
val2two 8-bit values to be extracted and zero-extended.
-
-
-
Returns
the 8-bit values in val2, zero-extended to 16-bit values and added to val1.
-
Operation:
res[15:0] = ZeroExt(val2[7:0] to 16 bits) + val1[15:0]
-
res[31:16] = ZeroExt(val2[31:16] to 16 bits) + val1[31:16]
-
- -
-
- -
-
- - - - - - - - -
uint32_t __UXTB16 (uint32_t val)
-
-

This function enables you to extract two 8-bit values from an operand and zero-extend them to 16 bits each.

-
Parameters
- - -
valtwo 8-bit values in val[7:0] and val[23:16] to be sign-extended.
-
-
-
Returns
the 8-bit values zero-extended to 16-bit values.
    -
  • zero-extended value of val[7:0] in the low halfword of the return value.
  • -
  • zero-extended value of val[23:16] in the high halfword of the return value.
  • -
-
-
Operation:
res[15:0] = ZeroExtended(val[7:0] )
-
res[31:16] = ZeroExtended(val[23:16])
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js b/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__intrinsic___s_i_m_d__gr.js +++ /dev/null @@ -1,65 +0,0 @@ -var group__intrinsic___s_i_m_d__gr = -[ - [ "__PKHBT", "group__intrinsic___s_i_m_d__gr.html#gaefb8ebf3a54e197464da1ff69a44f4b5", null ], - [ "__PKHTB", "group__intrinsic___s_i_m_d__gr.html#gafd8fe4a6d87e947caa81a69ec36c1666", null ], - [ "__QADD", "group__intrinsic___s_i_m_d__gr.html#ga17b873f246c9f5e9355760ffef3dad4a", null ], - [ "__QADD16", "group__intrinsic___s_i_m_d__gr.html#gae83a53ec04b496304bed6d9fe8f7461b", null ], - [ "__QADD8", "group__intrinsic___s_i_m_d__gr.html#gaf2f5a9132dcfc6d01d34cd971c425713", null ], - [ "__QASX", "group__intrinsic___s_i_m_d__gr.html#ga87618799672e1511e33964bc71467eb3", null ], - [ "__QSAX", "group__intrinsic___s_i_m_d__gr.html#gab41eb2b17512ab01d476fc9d5bd19520", null ], - [ "__QSUB", "group__intrinsic___s_i_m_d__gr.html#ga3ba259f8f05a36f7b88b469a71ffc096", null ], - [ "__QSUB16", "group__intrinsic___s_i_m_d__gr.html#gad089605c16df9823a2c8aaa37777aae5", null ], - [ "__QSUB8", "group__intrinsic___s_i_m_d__gr.html#ga753493a65493880c28baa82c151a0d61", null ], - [ "__SADD16", "group__intrinsic___s_i_m_d__gr.html#gad0bf46373a1c05aabf64517e84be5984", null ], - [ "__SADD8", "group__intrinsic___s_i_m_d__gr.html#gac20aa0f741d0a1494d58c531e38d5785", null ], - [ "__SASX", "group__intrinsic___s_i_m_d__gr.html#ga5845084fd99c872e98cf5553d554de2a", null ], - [ "__SEL", "group__intrinsic___s_i_m_d__gr.html#gaf5448e591fe49161b6759b48aecb08fe", null ], - [ "__SHADD16", "group__intrinsic___s_i_m_d__gr.html#ga15d8899a173effb8ad8c7268da32b60e", null ], - [ "__SHADD8", "group__intrinsic___s_i_m_d__gr.html#ga524575b442ea01aec10c762bf4d85fea", null ], - [ "__SHASX", "group__intrinsic___s_i_m_d__gr.html#gae0a649035f67627464fd80e7218c89d5", null ], - [ "__SHSAX", "group__intrinsic___s_i_m_d__gr.html#gafadbd89c36b5addcf1ca10dd392db3e9", null ], - [ "__SHSUB16", "group__intrinsic___s_i_m_d__gr.html#ga31328467f0f91b8ff9ae9a01682ad3bf", null ], - [ "__SHSUB8", "group__intrinsic___s_i_m_d__gr.html#gac3ec7215b354d925a239f3b31df2b77b", null ], - [ "__SMLAD", "group__intrinsic___s_i_m_d__gr.html#gae0c86f3298532183f3a29f5bb454d354", null ], - [ "__SMLADX", "group__intrinsic___s_i_m_d__gr.html#ga9c286d330f4fb29b256335add91eec9f", null ], - [ "__SMLALD", "group__intrinsic___s_i_m_d__gr.html#gad80e9b20c1736fd798f897362273a146", null ], - [ "__SMLALDX", "group__intrinsic___s_i_m_d__gr.html#gad1adad1b3f2667328cc0db6c6b4f41cf", null ], - [ "__SMLSD", "group__intrinsic___s_i_m_d__gr.html#gaf4350af7f2030c36f43b2c104a9d16cd", null ], - [ "__SMLSDX", "group__intrinsic___s_i_m_d__gr.html#ga5290ce5564770ad124910d2583dc0a9e", null ], - [ "__SMLSLD", "group__intrinsic___s_i_m_d__gr.html#ga5611f7314e0c8f53da377918dfbf42ee", null ], - [ "__SMLSLDX", "group__intrinsic___s_i_m_d__gr.html#ga83e69ef81057d3cbd06863d729385187", null ], - [ "__SMMLA", "group__intrinsic___s_i_m_d__gr.html#gaea60757232f740ec6b09980eebb614ff", null ], - [ "__SMUAD", "group__intrinsic___s_i_m_d__gr.html#gae326e368a1624d2dfb4b97c626939257", null ], - [ "__SMUADX", "group__intrinsic___s_i_m_d__gr.html#gaee6390f86965cb662500f690b0012092", null ], - [ "__SMUSD", "group__intrinsic___s_i_m_d__gr.html#ga039142a5368840683cf329cb55b73f84", null ], - [ "__SMUSDX", "group__intrinsic___s_i_m_d__gr.html#gabb5bcba694bf17b141c32e6a8474f60e", null ], - [ "__SSAT16", "group__intrinsic___s_i_m_d__gr.html#ga95e666b82216066bf6064d1244e6883c", null ], - [ "__SSAX", "group__intrinsic___s_i_m_d__gr.html#ga9d3bc5c539f9bd50f7d59ffa37ac6a65", null ], - [ "__SSUB16", "group__intrinsic___s_i_m_d__gr.html#ga4262f73be75efbac6b46ab7c71aa6cbc", null ], - [ "__SSUB8", "group__intrinsic___s_i_m_d__gr.html#gaba63bb52e1e93fb527e26f3d474da12e", null ], - [ "__SXTAB16", "group__intrinsic___s_i_m_d__gr.html#gac540b4fc41d30778ba102d2a65db5589", null ], - [ "__SXTB16", "group__intrinsic___s_i_m_d__gr.html#ga38dce3dd13ba212e80ec3cff4abeb11a", null ], - [ "__UADD16", "group__intrinsic___s_i_m_d__gr.html#gaa1160f0cf76d6aa292fbad54a1aa6b74", null ], - [ "__UADD8", "group__intrinsic___s_i_m_d__gr.html#gab3d7fd00d113b20fb3741a17394da762", null ], - [ "__UASX", "group__intrinsic___s_i_m_d__gr.html#ga980353d2c72ebb879282e49f592fddc0", null ], - [ "__UHADD16", "group__intrinsic___s_i_m_d__gr.html#gabd0b0e2da2e6364e176d051687702b86", null ], - [ "__UHADD8", "group__intrinsic___s_i_m_d__gr.html#ga3a14e5485e59bf0f23595b7c2a94eb0b", null ], - [ "__UHASX", "group__intrinsic___s_i_m_d__gr.html#ga028f0732b961fb6e5209326fb3855261", null ], - [ "__UHSAX", "group__intrinsic___s_i_m_d__gr.html#ga09e129e6613329aab87c89f1108b7ed7", null ], - [ "__UHSUB16", "group__intrinsic___s_i_m_d__gr.html#ga1f7545b8dc33bb97982731cb9d427a69", null ], - [ "__UHSUB8", "group__intrinsic___s_i_m_d__gr.html#ga48a55df1c3e73923b73819d7c19b392d", null ], - [ "__UQADD16", "group__intrinsic___s_i_m_d__gr.html#ga9e2cc5117e79578a08b25f1e89022966", null ], - [ "__UQADD8", "group__intrinsic___s_i_m_d__gr.html#gafa9af218db3934a692fb06fa728d8031", null ], - [ "__UQASX", "group__intrinsic___s_i_m_d__gr.html#ga5eff3ae5eabcd73f3049996ca391becb", null ], - [ "__UQSAX", "group__intrinsic___s_i_m_d__gr.html#gadecfdfabc328d8939d49d996f2fd4482", null ], - [ "__UQSUB16", "group__intrinsic___s_i_m_d__gr.html#ga5ec4e2e231d15e5c692233feb3806187", null ], - [ "__UQSUB8", "group__intrinsic___s_i_m_d__gr.html#ga9736fe816aec74fe886e7fb949734eab", null ], - [ "__USAD8", "group__intrinsic___s_i_m_d__gr.html#gac8855c07044239ea775c8128013204f0", null ], - [ "__USADA8", "group__intrinsic___s_i_m_d__gr.html#gad032bd21f013c5d29f5fcb6b0f02bc3f", null ], - [ "__USAT16", "group__intrinsic___s_i_m_d__gr.html#ga967f516afff5900cf30f1a81907cdd89", null ], - [ "__USAX", "group__intrinsic___s_i_m_d__gr.html#ga578a082747436772c482c96d7a58e45e", null ], - [ "__USUB16", "group__intrinsic___s_i_m_d__gr.html#ga9f2b77e11fc4a77b26c36c423ed45b4e", null ], - [ "__USUB8", "group__intrinsic___s_i_m_d__gr.html#gacb7257dc3b8e9acbd0ef0e31ff87d4b8", null ], - [ "__UXTAB16", "group__intrinsic___s_i_m_d__gr.html#gad25ce96db0f17096bbd815f4817faf09", null ], - [ "__UXTB16", "group__intrinsic___s_i_m_d__gr.html#gab41d713653b16f8d9fef44d14e397228", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html b/libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__peripheral__gr.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - -CMSIS-CORE: Peripheral Access - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Peripheral Access
-
-
- -

Describes naming conventions, requirements, and optional features for accessing peripherals. -More...

-

Each peripheral provides a data type definition with a name that is composed of a prefix <device abbreviation>_ and the <peripheral name>_, for example LPC_UART for the device LPC and the peripheral UART. The intention is to avoid name collisions caused by short names. If more peripherals exist of the same type, identifiers have a postfix consisting of a digit or letter, for example LPC_UART0, LPC_UART1.

-
    -
  • The data type definition uses the standard C data types from the ANSI C header file <stdint.h>. IO Type Qualifiers are used to specify the access to peripheral variables. IO Type Qualifiers are indented to be used for automatic generation of debug information of peripheral registers and are defined as shown below:
    -
    #define __I volatile const
    -
    #define __O volatile
    -
    #define __IO volatile
    -
  • -
-
    -
  • The following typedef is an example for a UART. <device abbreviation>_UART_TypeDef: defines the generic register layout for all UART channels in a device.
    -
    typedef struct
    -
    {
    -
    union {
    -
    __I uint8_t RBR; /* Offset: 0x000 (R/ ) Receiver Buffer Register */
    -
    __O uint8_t THR; /* Offset: 0x000 ( /W) Transmit Holding Register */
    -
    __IO uint8_t DLL; /* Offset: 0x000 (R/W) Divisor Latch LSB */
    -
    uint32_t RESERVED0;
    -
    };
    -
    union {
    -
    __IO uint8_t DLM; /* Offset: 0x004 (R/W) Divisor Latch MSB */
    -
    __IO uint32_t IER; /* Offset: 0x004 (R/W) Interrupt Enable Register */
    -
    };
    -
    union {
    -
    __I uint32_t IIR; /* Offset: 0x008 (R/ ) Interrupt ID Register */
    -
    __O uint8_t FCR; /* Offset: 0x008 ( /W) FIFO Control Register */
    -
    };
    -
    __IO uint8_t LCR; /* Offset: 0x00C (R/W) Line Control Register */
    -
    uint8_t RESERVED1[7];
    -
    __I uint8_t LSR; /* Offset: 0x014 (R/ ) Line Status Register */
    -
    uint8_t RESERVED2[7];
    -
    __IO uint8_t SCR; /* Offset: 0x01C (R/W) Scratch Pad Register */
    -
    uint8_t RESERVED3[3];
    -
    __IO uint32_t ACR; /* Offset: 0x020 (R/W) Autobaud Control Register */
    -
    __IO uint8_t ICR; /* Offset: 0x024 (R/W) IrDA Control Register */
    -
    uint8_t RESERVED4[3];
    -
    __IO uint8_t FDR; /* Offset: 0x028 (R/W) Fractional Divider Register */
    -
    uint8_t RESERVED5[7];
    -
    __IO uint8_t TER; /* Offset: 0x030 (R/W) Transmit Enable Register */
    -
    uint8_t RESERVED6[39];
    -
    __I uint8_t FIFOLVL; /* Offset: 0x058 (R/ ) FIFO Level Register */
    -
    } LPC_UART_TypeDef;
    -
  • -
-
    -
  • To access the registers of the UART defined above, pointers to a register structure are defined. In this example <device abbreviation>_UART# are two pointers to UARTs defined with above register structure.
    -
    #define LPC_UART2 ((LPC_UART_TypeDef *) LPC_UART2_BASE )
    -
    #define LPC_UART3 ((LPC_UART_TypeDef *) LPC_UART3_BASE )
    -
  • -
-
    -
  • The registers in the various UARTs can now be referred in the user code as shown below:
    -
    LPC_UART1->DR // is the data register of UART1.
    -
  • -
-
-

-Minimal Requirements

-

To access the peripheral registers and related function in a device, the files device.h and core_cm#.h define as a minimum:
-
-

-
    -
  • The Register Layout Typedef for each peripheral that defines all register names. RESERVED is used to introduce space into the structure for adjusting the addresses of the peripheral registers.
    -
    - Example:
    typedef struct
    -
    {
    -
    __IO uint32_t CTRL; /* Offset: 0x000 (R/W) SysTick Control and Status Register */
    -
    __IO uint32_t LOAD; /* Offset: 0x004 (R/W) SysTick Reload Value Register */
    -
    __IO uint32_t VAL; /* Offset: 0x008 (R/W) SysTick Current Value Register */
    -
    __I uint32_t CALIB; /* Offset: 0x00C (R/ ) SysTick Calibration Register */
    - -
  • -
-
    -
  • Base Address for each peripheral (in case of multiple peripherals that use the same register layout typedef multiple base addresses are defined).
    -
    - Example:
    #define SysTick_BASE (SCS_BASE + 0x0010) /* SysTick Base Address */
    -
  • -
-
    -
  • Access Definitions for each peripheral. In case of multiple peripherals that are using the same register layout typdef, multiple access definitions exist (LPC_UART0, LPC_UART2).
    -
    - Example:
    #define SysTick ((SysTick_Type *) Systick_BASE) /* SysTick access definition */
    -
  • -
-

These definitions allow accessing peripheral registers with simple assignments.

-

Example:
-

-
SysTick->CTRL = 0;
-

-

-Optional Features

-

Optionally, the file device.h may define:

-
    -
  • #define constants, which simplify access to peripheral registers. These constants define bit-positions or other specific patterns that are required for programming peripheral registers. The identifiers start with <device abbreviation>_ and <peripheral name>_. It is recommended to use CAPITAL letters for such #define constants.
  • -
-
    -
  • More complex functions (i.e. status query before a sending register is accessed). Again, these functions start with <device abbreviation>_ and <peripheral name>_.
  • -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html b/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -CMSIS-CORE: System and Clock Configuration - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
System and Clock Configuration
-
-
- - - - - - - - -

-Functions

void SystemInit (void)
 Function to Initialize the system. More...
 
void SystemCoreClockUpdate (void)
 Function to update the variable SystemCoreClock. More...
 
- - - - -

-Variables

uint32_t SystemCoreClock
 Variable to hold the system core clock value. More...
 
-

Description

-
ARM provides a template file <b>system_<i>device</i>.c</b> that must be adapted by 
-the silicon vendor to match their actual device. As a <b>minimum requirement</b>, 
-this file must provide:
--  A device-specific system configuration function, \ref SystemInit().
--  A global variable that contains the system frequency, \ref SystemCoreClock. 
-
-The file configures the device and, typically, initializes the oscillator (PLL) that is part 
-of the microcontroller device. This file might export other functions or variables that provide 
-a more flexible configuration of the microcontroller system.
-

-Code Example

-

The code below shows the usage of the variable SystemCoreClock and the functions SystemInit() and SystemCoreClockUpdate() with an LPC1700.

-
#include "LPC17xx.h"
-
-
uint32_t coreClock_1 = 0; /* Variables to store core clock values */
-
uint32_t coreClock_2 = 0;
-
-
-
int main (void) {
-
-
coreClock_1 = SystemCoreClock; /* Store value of predefined SystemCoreClock */
-
-
SystemCoreClockUpdate(); /* Update SystemCoreClock according to register settings */
-
-
coreClock_2 = SystemCoreClock; /* Store value of calculated SystemCoreClock */
-
-
if (coreClock_2 != coreClock_1) { /* Without changing the clock setting both core clock values should be the same */
-
// Error Handling
-
}
-
-
while(1);
-
}
-

Function Documentation

- -
-
- - - - - - - - -
void SystemCoreClockUpdate (void )
-
-

Updates the variable SystemCoreClock and must be called whenever the core clock is changed during program execution. The function evaluates the clock register settings and calculates the current core clock.

- -
-
- -
-
- - - - - - - - -
void SystemInit (void )
-
-

Initializes the microcontroller system. Typically, this function configures the oscillator (PLL) that is part of the microcontroller device. For systems with a variable clock speed, it updates the variable SystemCoreClock. SystemInit is called from the file startup_device.

- -
-
-

Variable Documentation

- -
-
- - - - -
uint32_t SystemCoreClock
-
-

Holds the system core clock, which is the system clock frequency supplied to the SysTick timer and the processor core clock. This variable can be used by debuggers to query the frequency of the debug timer or to configure the trace clock speed.

-
Attention
Compilers must be configured to avoid removing this variable in case the application program is not using it. Debugging systems require the variable to be physically present in memory so that it can be examined to configure the debugger.
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js b/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/group__system__init__gr.js +++ /dev/null @@ -1,6 +0,0 @@ -var group__system__init__gr = -[ - [ "SystemCoreClockUpdate", "group__system__init__gr.html#gae0c36a9591fe6e9c45ecb21a794f0f0f", null ], - [ "SystemInit", "group__system__init__gr.html#ga93f514700ccf00d08dbdcff7f1224eb2", null ], - [ "SystemCoreClock", "group__system__init__gr.html#gaa3cd3e43291e81e795d642b79b6088e6", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/index.html b/libraries/CMSIS/Documentation/Core/html/index.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/index.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - -CMSIS-CORE: Overview - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Overview
-
-
-

CMSIS-CORE implements the basic run-time system for a Cortex-M device and gives the user access to the processor core and the device peripherals. In detail it defines:

-
    -
  • Hardware Abstraction Layer (HAL) for Cortex-M processor registers with standardized definitions for the SysTick, NVIC, System Control Block registers, MPU registers, FPU registers, and core access functions.
  • -
  • System exception names to interface to system exceptions without having compatibility issues.
  • -
  • Methods to organize header files that makes it easy to learn new Cortex-M microcontroller products and improve software portability. This includes naming conventions for device-specific interrupts.
  • -
  • Methods for system initialization to be used by each MCU vendor. For example, the standardized SystemInit() function is essential for configuring the clock system of the device.
  • -
  • Intrinsic functions used to generate CPU instructions that are not supported by standard C functions.
  • -
  • A variable to determine the system clock frequency which simplifies the setup the SysTick timer.
  • -
-
-

This chapter provides details about the CMSIS-CORE and contains the following sections:

- -
-

-Cortex-M Reference Manuals

-

The Cortex-M Reference Manuals are generic user guides for devices that implement the various ARM Cortex-M processors. These manuals contain the programmers model and detailed information about the core peripherals.

- -
-

-Tested and Verified Toolchains

-

The CMSIS-CORE Template Files supplied by ARM have been tested and verified with the following toolchains:

-
    -
  • ARM: MDK-ARM Version 4.70 (or greater)
  • -
  • GNU: GNU Tools ARM Embedded 4.7 2012.q4 (or greater)
  • -
  • GNU: Sourcery G++ Lite Edition for ARM 2011.03-42 (or greater)
  • -
  • IAR: IAR Embedded Workbench Kickstart Edition V6.10 (or greater)
  • -
-
-

Revision History of CMSIS-CORE

- - - - - - - - - - - - - - - - - - - - - -
Version Description
V3.20 Added: __BKPT instruction intrinsic.
- Added: __SMMLA instruction intrinsic for Cortex-M4.
- Corrected: ITM_SendChar.
- Corrected: __enable_irq, __disable_irq and inline assembly for GCC Compiler.
- Corrected: NVIC_GetPriority and VTOR_TBLOFF for Cortex-M0/M0+, SC000. Corrected: rework of in-line assembly functions to remove potential compiler warnings.
-
V3.01 Added support for Cortex-M0+ processor.
- Integration of CMSIS DSP Library version 1.1.0
-
V3.00 Added support for GNU GCC ARM Embedded Compiler.
- Added function __ROR.
- Added Register Mapping for TPIU, DWT.
- Added support for SC000 and SC300 processors.
- Corrected ITM_SendChar function.
- Corrected the functions __STREXB, __STREXH, __STREXW for the GNU GCC compiler section.
- Documentation restructured.
V2.10 Updated documentation.
- Updated CMSIS core include files.
- Changed CMSIS/Device folder structure.
- Added support for Cortex-M0, Cortex-M4 w/o FPU to CMSIS DSP library.
- Reworked CMSIS DSP library examples.
V2.00 Added support for Cortex-M4 processor.
V1.30 Reworked Startup Concept.
- Added additional Debug Functionality.
- Changed folder structure.
- Added doxygen comments.
- Added definitions for bit.
V1.01 Added support for Cortex-M0 processor.
V1.01 Added intrinsic functions for __LDREXB, __LDREXH, __LDREXW, __STREXB, __STREXH, __STREXW, and __CLREX
V1.00 Initial Release for Cortex-M3 processor.
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/jquery.js b/libraries/CMSIS/Documentation/Core/html/jquery.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/jquery.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! jQuery v1.7.1 jquery.com | jquery.org/license */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; -f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")), -f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() -{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c) -{if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); -/*! - * jQuery UI 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI - */ -(function(a,b){function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;if(!b.href||!g||f.nodeName.toLowerCase()!=="map")return!1;h=a("img[usemap=#"+g+"]")[0];return!!h&&d(h)}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}a.ui=a.ui||{};a.ui.version||(a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)});return c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){if(c===b)return g["inner"+d].call(this);return this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){if(typeof b!="number")return g["outer"+d].call(this,b);return this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!!d&&!!a.element[0].parentNode)for(var e=0;e0)return!0;b[d]=1,e=b[d]>0,b[d]=0;return e},isOverAxis:function(a,b,c){return a>b&&a=9)&&!b.button)return this._mouseUp(b);if(this._mouseStarted){this._mouseDrag(b);return b.preventDefault()}this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b));return!this._mouseStarted},_mouseUp:function(b){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b));return!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery); -/* - * jQuery UI Resizable 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Resizables - * - * Depends: - * jquery.ui.core.js - * jquery.ui.mouse.js - * jquery.ui.widget.js - */ -(function(a,b){a.widget("ui.resizable",a.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.addClass("ui-resizable"),a.extend(this,{_aspectRatio:!!c.aspectRatio,aspectRatio:c.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:c.helper||c.ghost||c.animate?c.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(a('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e
');/sw|se|ne|nw/.test(f)&&h.css({zIndex:++c.zIndex}),"se"==f&&h.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[f]=".ui-resizable-"+f,this.element.append(h)}}this._renderAxis=function(b){b=b||this.element;for(var c in this.handles){this.handles[c].constructor==String&&(this.handles[c]=a(this.handles[c],this.element).show());if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var d=a(this.handles[c],this.element),e=0;e=/sw|ne|nw|se|n|s/.test(c)?d.outerHeight():d.outerWidth();var f=["padding",/ne|nw|n/.test(c)?"Top":/se|sw|s/.test(c)?"Bottom":/^e$/.test(c)?"Right":"Left"].join("");b.css(f,e),this._proportionallyResize()}if(!a(this.handles[c]).length)continue}},this._renderAxis(this.element),this._handles=a(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){if(!b.resizing){if(this.className)var a=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=a&&a[1]?a[1]:"se"}}),c.autoHide&&(this._handles.hide(),a(this.element).addClass("ui-resizable-autohide").hover(function(){c.disabled||(a(this).removeClass("ui-resizable-autohide"),b._handles.show())},function(){c.disabled||b.resizing||(a(this).addClass("ui-resizable-autohide"),b._handles.hide())})),this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(b){a(b).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var c=this.element;c.after(this.originalElement.css({position:c.css("position"),width:c.outerWidth(),height:c.outerHeight(),top:c.css("top"),left:c.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle),b(this.originalElement);return this},_mouseCapture:function(b){var c=!1;for(var d in this.handles)a(this.handles[d])[0]==b.target&&(c=!0);return!this.options.disabled&&c},_mouseStart:function(b){var d=this.options,e=this.element.position(),f=this.element;this.resizing=!0,this.documentScroll={top:a(document).scrollTop(),left:a(document).scrollLeft()},(f.is(".ui-draggable")||/absolute/.test(f.css("position")))&&f.css({position:"absolute",top:e.top,left:e.left}),this._renderProxy();var g=c(this.helper.css("left")),h=c(this.helper.css("top"));d.containment&&(g+=a(d.containment).scrollLeft()||0,h+=a(d.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:g,top:h},this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalPosition={left:g,top:h},this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()},this.originalMousePosition={left:b.pageX,top:b.pageY},this.aspectRatio=typeof d.aspectRatio=="number"?d.aspectRatio:this.originalSize.width/this.originalSize.height||1;var i=a(".ui-resizable-"+this.axis).css("cursor");a("body").css("cursor",i=="auto"?this.axis+"-resize":i),f.addClass("ui-resizable-resizing"),this._propagate("start",b);return!0},_mouseDrag:function(b){var c=this.helper,d=this.options,e={},f=this,g=this.originalMousePosition,h=this.axis,i=b.pageX-g.left||0,j=b.pageY-g.top||0,k=this._change[h];if(!k)return!1;var l=k.apply(this,[b,i,j]),m=a.browser.msie&&a.browser.version<7,n=this.sizeDiff;this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)l=this._updateRatio(l,b);l=this._respectSize(l,b),this._propagate("resize",b),c.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"}),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),this._updateCache(l),this._trigger("resize",b,this.ui());return!1},_mouseStop:function(b){this.resizing=!1;var c=this.options,d=this;if(this._helper){var e=this._proportionallyResizeElements,f=e.length&&/textarea/i.test(e[0].nodeName),g=f&&a.ui.hasScroll(e[0],"left")?0:d.sizeDiff.height,h=f?0:d.sizeDiff.width,i={width:d.helper.width()-h,height:d.helper.height()-g},j=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,k=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;c.animate||this.element.css(a.extend(i,{top:k,left:j})),d.helper.height(d.size.height),d.helper.width(d.size.width),this._helper&&!c.animate&&this._proportionallyResize()}a("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",b),this._helper&&this.helper.remove();return!1},_updateVirtualBoundaries:function(a){var b=this.options,c,e,f,g,h;h={minWidth:d(b.minWidth)?b.minWidth:0,maxWidth:d(b.maxWidth)?b.maxWidth:Infinity,minHeight:d(b.minHeight)?b.minHeight:0,maxHeight:d(b.maxHeight)?b.maxHeight:Infinity};if(this._aspectRatio||a)c=h.minHeight*this.aspectRatio,f=h.minWidth/this.aspectRatio,e=h.maxHeight*this.aspectRatio,g=h.maxWidth/this.aspectRatio,c>h.minWidth&&(h.minWidth=c),f>h.minHeight&&(h.minHeight=f),ea.width,k=d(a.height)&&e.minHeight&&e.minHeight>a.height;j&&(a.width=e.minWidth),k&&(a.height=e.minHeight),h&&(a.width=e.maxWidth),i&&(a.height=e.maxHeight);var l=this.originalPosition.left+this.originalSize.width,m=this.position.top+this.size.height,n=/sw|nw|w/.test(g),o=/nw|ne|n/.test(g);j&&n&&(a.left=l-e.minWidth),h&&n&&(a.left=l-e.maxWidth),k&&o&&(a.top=m-e.minHeight),i&&o&&(a.top=m-e.maxHeight);var p=!a.width&&!a.height;p&&!a.left&&a.top?a.top=null:p&&!a.top&&a.left&&(a.left=null);return a},_proportionallyResize:function(){var b=this.options;if(!!this._proportionallyResizeElements.length){var c=this.helper||this.element;for(var d=0;d');var d=a.browser.msie&&a.browser.version<7,e=d?1:0,f=d?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++c.zIndex}),this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(a,b,c){return{width:this.originalSize.width+b}},w:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{left:f.left+b,width:e.width-b}},n:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{top:f.top+c,height:e.height-c}},s:function(a,b,c){return{height:this.originalSize.height+c}},se:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},sw:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,c,d]))},ne:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},nw:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,c,d]))}},_propagate:function(b,c){a.ui.plugin.call(this,b,[c,this.ui()]),b!="resize"&&this._trigger(b,c,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.18"}),a.ui.plugin.add("resizable","alsoResize",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=function(b){a(b).each(function(){var b=a(this);b.data("resizable-alsoresize",{width:parseInt(b.width(),10),height:parseInt(b.height(),10),left:parseInt(b.css("left"),10),top:parseInt(b.css("top"),10)})})};typeof e.alsoResize=="object"&&!e.alsoResize.parentNode?e.alsoResize.length?(e.alsoResize=e.alsoResize[0],f(e.alsoResize)):a.each(e.alsoResize,function(a){f(a)}):f(e.alsoResize)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosition,h={height:d.size.height-f.height||0,width:d.size.width-f.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},i=function(b,d){a(b).each(function(){var b=a(this),e=a(this).data("resizable-alsoresize"),f={},g=d&&d.length?d:b.parents(c.originalElement[0]).length?["width","height"]:["width","height","top","left"];a.each(g,function(a,b){var c=(e[b]||0)+(h[b]||0);c&&c>=0&&(f[b]=c||null)}),b.css(f)})};typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?a.each(e.alsoResize,function(a,b){i(a,b)}):i(e.alsoResize)},stop:function(b,c){a(this).removeData("resizable-alsoresize")}}),a.ui.plugin.add("resizable","animate",{stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d._proportionallyResizeElements,g=f.length&&/textarea/i.test(f[0].nodeName),h=g&&a.ui.hasScroll(f[0],"left")?0:d.sizeDiff.height,i=g?0:d.sizeDiff.width,j={width:d.size.width-i,height:d.size.height-h},k=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,l=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;d.element.animate(a.extend(j,l&&k?{top:l,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var c={width:parseInt(d.element.css("width"),10),height:parseInt(d.element.css("height"),10),top:parseInt(d.element.css("top"),10),left:parseInt(d.element.css("left"),10)};f&&f.length&&a(f[0]).css({width:c.width,height:c.height}),d._updateCache(c),d._propagate("resize",b)}})}}),a.ui.plugin.add("resizable","containment",{start:function(b,d){var e=a(this).data("resizable"),f=e.options,g=e.element,h=f.containment,i=h instanceof a?h.get(0):/parent/.test(h)?g.parent().get(0):h;if(!!i){e.containerElement=a(i);if(/document/.test(h)||h==document)e.containerOffset={left:0,top:0},e.containerPosition={left:0,top:0},e.parentData={element:a(document),left:0,top:0,width:a(document).width(),height:a(document).height()||document.body.parentNode.scrollHeight};else{var j=a(i),k=[];a(["Top","Right","Left","Bottom"]).each(function(a,b){k[a]=c(j.css("padding"+b))}),e.containerOffset=j.offset(),e.containerPosition=j.position(),e.containerSize={height:j.innerHeight()-k[3],width:j.innerWidth()-k[1]};var l=e.containerOffset,m=e.containerSize.height,n=e.containerSize.width,o=a.ui.hasScroll(i,"left")?i.scrollWidth:n,p=a.ui.hasScroll(i)?i.scrollHeight:m;e.parentData={element:i,left:l.left,top:l.top,width:o,height:p}}}},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.containerSize,g=d.containerOffset,h=d.size,i=d.position,j=d._aspectRatio||b.shiftKey,k={top:0,left:0},l=d.containerElement;l[0]!=document&&/static/.test(l.css("position"))&&(k=g),i.left<(d._helper?g.left:0)&&(d.size.width=d.size.width+(d._helper?d.position.left-g.left:d.position.left-k.left),j&&(d.size.height=d.size.width/e.aspectRatio),d.position.left=e.helper?g.left:0),i.top<(d._helper?g.top:0)&&(d.size.height=d.size.height+(d._helper?d.position.top-g.top:d.position.top),j&&(d.size.width=d.size.height*e.aspectRatio),d.position.top=d._helper?g.top:0),d.offset.left=d.parentData.left+d.position.left,d.offset.top=d.parentData.top+d.position.top;var m=Math.abs((d._helper?d.offset.left-k.left:d.offset.left-k.left)+d.sizeDiff.width),n=Math.abs((d._helper?d.offset.top-k.top:d.offset.top-g.top)+d.sizeDiff.height),o=d.containerElement.get(0)==d.element.parent().get(0),p=/relative|absolute/.test(d.containerElement.css("position"));o&&p -&&(m-=d.parentData.left),m+d.size.width>=d.parentData.width&&(d.size.width=d.parentData.width-m,j&&(d.size.height=d.size.width/d.aspectRatio)),n+d.size.height>=d.parentData.height&&(d.size.height=d.parentData.height-n,j&&(d.size.width=d.size.height*d.aspectRatio))},stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.position,g=d.containerOffset,h=d.containerPosition,i=d.containerElement,j=a(d.helper),k=j.offset(),l=j.outerWidth()-d.sizeDiff.width,m=j.outerHeight()-d.sizeDiff.height;d._helper&&!e.animate&&/relative/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m}),d._helper&&!e.animate&&/static/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m})}}),a.ui.plugin.add("resizable","ghost",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size;d.ghost=d.originalElement.clone(),d.ghost.css({opacity:.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:""),d.ghost.appendTo(d.helper)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}),a.ui.plugin.add("resizable","grid",{resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size,g=d.originalSize,h=d.originalPosition,i=d.axis,j=e._aspectRatio||b.shiftKey;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var k=Math.round((f.width-g.width)/(e.grid[0]||1))*(e.grid[0]||1),l=Math.round((f.height-g.height)/(e.grid[1]||1))*(e.grid[1]||1);/^(se|s|e)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l):/^(ne)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l):/^(sw)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.left=h.left-k):(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l,d.position.left=h.left-k)}});var c=function(a){return parseInt(a,10)||0},d=function(a){return!isNaN(parseInt(a,10))}})(jQuery); -/* - * jQuery hashchange event - v1.3 - 7/21/2010 - * http://benalman.com/projects/jquery-hashchange-plugin/ - * - * Copyright (c) 2010 "Cowboy" Ben Alman - * Dual licensed under the MIT and GPL licenses. - * http://benalman.com/about/license/ - */ -(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$(' - - -
-
-
Reference
-
-
-
Here is a list of all modules:
-
- - - - - - - - -
oPeripheral AccessDescribes naming conventions, requirements, and optional features for accessing peripherals
oSystem and Clock Configuration
oInterrupts and Exceptions (NVIC)Describes programming of interrupts and exception functions
oCore Register Access
oIntrinsic Functions for CPU Instructions
oIntrinsic Functions for SIMD Instructions [only Cortex-M4]Access to dedicated SIMD instructions
oSystick Timer (SYSTICK)Initialize and start the SysTick timer
\Debug Access
- - - - - - - diff --git a/libraries/CMSIS/Documentation/Core/html/modules.js b/libraries/CMSIS/Documentation/Core/html/modules.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/modules.js +++ /dev/null @@ -1,11 +0,0 @@ -var modules = -[ - [ "Peripheral Access", "group__peripheral__gr.html", null ], - [ "System and Clock Configuration", "group__system__init__gr.html", "group__system__init__gr" ], - [ "Interrupts and Exceptions (NVIC)", "group___n_v_i_c__gr.html", "group___n_v_i_c__gr" ], - [ "Core Register Access", "group___core___register__gr.html", "group___core___register__gr" ], - [ "Intrinsic Functions for CPU Instructions", "group__intrinsic___c_p_u__gr.html", "group__intrinsic___c_p_u__gr" ], - [ "Intrinsic Functions for SIMD Instructions [only Cortex-M4]", "group__intrinsic___s_i_m_d__gr.html", "group__intrinsic___s_i_m_d__gr" ], - [ "Systick Timer (SYSTICK)", "group___sys_tick__gr.html", "group___sys_tick__gr" ], - [ "Debug Access", "group___i_t_m___debug__gr.html", "group___i_t_m___debug__gr" ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/nav_f.png b/libraries/CMSIS/Documentation/Core/html/nav_f.png deleted file mode 100644 index a8f400a259d9982502dcebcfab42039b85b630e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@=0 ? varName.substring(i+1) : varName; - return eval(n.replace(/\-/g,'_')); -} - -function stripPath(uri) -{ - return uri.substring(uri.lastIndexOf('/')+1); -} - -function stripPath2(uri) -{ - var i = uri.lastIndexOf('/'); - var s = uri.substring(i+1); - var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/); - return m ? uri.substring(i-6) : s; -} - -function localStorageSupported() -{ - try { - return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem; - } - catch(e) { - return false; - } -} - - -function storeLink(link) -{ - if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) { - window.localStorage.setItem('navpath',link); - } -} - -function deleteLink() -{ - if (localStorageSupported()) { - window.localStorage.setItem('navpath',''); - } -} - -function cachedLink() -{ - if (localStorageSupported()) { - return window.localStorage.getItem('navpath'); - } else { - return ''; - } -} - -function getScript(scriptName,func,show) -{ - var head = document.getElementsByTagName("head")[0]; - var script = document.createElement('script'); - script.id = scriptName; - script.type = 'text/javascript'; - script.onload = func; - script.src = scriptName+'.js'; - if ($.browser.msie && $.browser.version<=8) { - // script.onload does not work with older versions of IE - script.onreadystatechange = function() { - if (script.readyState=='complete' || script.readyState=='loaded') { - func(); if (show) showRoot(); - } - } - } - head.appendChild(script); -} - -function createIndent(o,domNode,node,level) -{ - var level=-1; - var n = node; - while (n.parentNode) { level++; n=n.parentNode; } - var imgNode = document.createElement("img"); - imgNode.style.paddingLeft=(16*level).toString()+'px'; - imgNode.width = 16; - imgNode.height = 22; - imgNode.border = 0; - if (node.childrenData) { - node.plus_img = imgNode; - node.expandToggle = document.createElement("a"); - node.expandToggle.href = "javascript:void(0)"; - node.expandToggle.onclick = function() { - if (node.expanded) { - $(node.getChildrenUL()).slideUp("fast"); - node.plus_img.src = node.relpath+"ftv2pnode.png"; - node.expanded = false; - } else { - expandNode(o, node, false, false); - } - } - node.expandToggle.appendChild(imgNode); - domNode.appendChild(node.expandToggle); - imgNode.src = node.relpath+"ftv2pnode.png"; - } else { - imgNode.src = node.relpath+"ftv2node.png"; - domNode.appendChild(imgNode); - } -} - -var animationInProgress = false; - -function gotoAnchor(anchor,aname,updateLocation) -{ - var pos, docContent = $('#doc-content'); - if (anchor.parent().attr('class')=='memItemLeft' || - anchor.parent().attr('class')=='fieldtype' || - anchor.parent().is(':header')) - { - pos = anchor.parent().position().top; - } else if (anchor.position()) { - pos = anchor.position().top; - } - if (pos) { - var dist = Math.abs(Math.min( - pos-docContent.offset().top, - docContent[0].scrollHeight- - docContent.height()-docContent.scrollTop())); - animationInProgress=true; - docContent.animate({ - scrollTop: pos + docContent.scrollTop() - docContent.offset().top - },Math.max(50,Math.min(500,dist)),function(){ - if (updateLocation) window.location.href=aname; - animationInProgress=false; - }); - } -} - -function newNode(o, po, text, link, childrenData, lastNode) -{ - var node = new Object(); - node.children = Array(); - node.childrenData = childrenData; - node.depth = po.depth + 1; - node.relpath = po.relpath; - node.isLast = lastNode; - - node.li = document.createElement("li"); - po.getChildrenUL().appendChild(node.li); - node.parentNode = po; - - node.itemDiv = document.createElement("div"); - node.itemDiv.className = "item"; - - node.labelSpan = document.createElement("span"); - node.labelSpan.className = "label"; - - createIndent(o,node.itemDiv,node,0); - node.itemDiv.appendChild(node.labelSpan); - node.li.appendChild(node.itemDiv); - - var a = document.createElement("a"); - node.labelSpan.appendChild(a); - node.label = document.createTextNode(text); - node.expanded = false; - a.appendChild(node.label); - if (link) { - var url; - if (link.substring(0,1)=='^') { - url = link.substring(1); - link = url; - } else { - url = node.relpath+link; - } - a.className = stripPath(link.replace('#',':')); - if (link.indexOf('#')!=-1) { - var aname = '#'+link.split('#')[1]; - var srcPage = stripPath($(location).attr('pathname')); - var targetPage = stripPath(link.split('#')[0]); - a.href = srcPage!=targetPage ? url : "javascript:void(0)"; - a.onclick = function(){ - storeLink(link); - if (!$(a).parent().parent().hasClass('selected')) - { - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - $(a).parent().parent().addClass('selected'); - $(a).parent().parent().attr('id','selected'); - } - var anchor = $(aname); - gotoAnchor(anchor,aname,true); - }; - } else { - a.href = url; - a.onclick = function() { storeLink(link); } - } - } else { - if (childrenData != null) - { - a.className = "nolink"; - a.href = "javascript:void(0)"; - a.onclick = node.expandToggle.onclick; - } - } - - node.childrenUL = null; - node.getChildrenUL = function() { - if (!node.childrenUL) { - node.childrenUL = document.createElement("ul"); - node.childrenUL.className = "children_ul"; - node.childrenUL.style.display = "none"; - node.li.appendChild(node.childrenUL); - } - return node.childrenUL; - }; - - return node; -} - -function showRoot() -{ - var headerHeight = $("#top").height(); - var footerHeight = $("#nav-path").height(); - var windowHeight = $(window).height() - headerHeight - footerHeight; - (function (){ // retry until we can scroll to the selected item - try { - var navtree=$('#nav-tree'); - navtree.scrollTo('#selected',0,{offset:-windowHeight/2}); - } catch (err) { - setTimeout(arguments.callee, 0); - } - })(); -} - -function expandNode(o, node, imm, showRoot) -{ - if (node.childrenData && !node.expanded) { - if (typeof(node.childrenData)==='string') { - var varName = node.childrenData; - getScript(node.relpath+varName,function(){ - node.childrenData = getData(varName); - expandNode(o, node, imm, showRoot); - }, showRoot); - } else { - if (!node.childrenVisited) { - getNode(o, node); - } if (imm || ($.browser.msie && $.browser.version>8)) { - // somehow slideDown jumps to the start of tree for IE9 :-( - $(node.getChildrenUL()).show(); - } else { - $(node.getChildrenUL()).slideDown("fast"); - } - if (node.isLast) { - node.plus_img.src = node.relpath+"ftv2mlastnode.png"; - } else { - node.plus_img.src = node.relpath+"ftv2mnode.png"; - } - node.expanded = true; - } - } -} - -function glowEffect(n,duration) -{ - n.addClass('glow').delay(duration).queue(function(next){ - $(this).removeClass('glow');next(); - }); -} - -function highlightAnchor() -{ - var aname = $(location).attr('hash'); - var anchor = $(aname); - if (anchor.parent().attr('class')=='memItemLeft'){ - var rows = $('.memberdecls tr[class$="'+ - window.location.hash.substring(1)+'"]'); - glowEffect(rows.children(),300); // member without details - } else if (anchor.parents().slice(2).prop('tagName')=='TR') { - glowEffect(anchor.parents('div.memitem'),1000); // enum value - } else if (anchor.parent().attr('class')=='fieldtype'){ - glowEffect(anchor.parent().parent(),1000); // struct field - } else if (anchor.parent().is(":header")) { - glowEffect(anchor.parent(),1000); // section header - } else { - glowEffect(anchor.next(),1000); // normal member - } - gotoAnchor(anchor,aname,false); -} - -function selectAndHighlight(hash,n) -{ - var a; - if (hash) { - var link=stripPath($(location).attr('pathname'))+':'+hash.substring(1); - a=$('.item a[class$="'+link+'"]'); - } - if (a && a.length) { - a.parent().parent().addClass('selected'); - a.parent().parent().attr('id','selected'); - highlightAnchor(); - } else if (n) { - $(n.itemDiv).addClass('selected'); - $(n.itemDiv).attr('id','selected'); - } - if ($('#nav-tree-contents .item:first').hasClass('selected')) { - $('#nav-sync').css('top','30px'); - } else { - $('#nav-sync').css('top','5px'); - } - showRoot(); -} - -function showNode(o, node, index, hash) -{ - if (node && node.childrenData) { - if (typeof(node.childrenData)==='string') { - var varName = node.childrenData; - getScript(node.relpath+varName,function(){ - node.childrenData = getData(varName); - showNode(o,node,index,hash); - },true); - } else { - if (!node.childrenVisited) { - getNode(o, node); - } - $(node.getChildrenUL()).show(); - if (node.isLast) { - node.plus_img.src = node.relpath+"ftv2mlastnode.png"; - } else { - node.plus_img.src = node.relpath+"ftv2mnode.png"; - } - node.expanded = true; - var n = node.children[o.breadcrumbs[index]]; - if (index+11) hash = '#'+parts[1]; - else hash=''; - } - if (hash.match(/^#l\d+$/)) { - var anchor=$('a[name='+hash.substring(1)+']'); - glowEffect(anchor.parent(),1000); // line number - hash=''; // strip line number anchors - //root=root.replace(/_source\./,'.'); // source link to doc link - } - var url=root+hash; - var i=-1; - while (NAVTREEINDEX[i+1]<=url) i++; - if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index - if (navTreeSubIndices[i]) { - gotoNode(o,i,root,hash,relpath) - } else { - getScript(relpath+'navtreeindex'+i,function(){ - navTreeSubIndices[i] = eval('NAVTREEINDEX'+i); - if (navTreeSubIndices[i]) { - gotoNode(o,i,root,hash,relpath); - } - },true); - } -} - -function showSyncOff(n,relpath) -{ - n.html(''); -} - -function showSyncOn(n,relpath) -{ - n.html(''); -} - -function toggleSyncButton(relpath) -{ - var navSync = $('#nav-sync'); - if (navSync.hasClass('sync')) { - navSync.removeClass('sync'); - showSyncOff(navSync,relpath); - storeLink(stripPath2($(location).attr('pathname'))+$(location).attr('hash')); - } else { - navSync.addClass('sync'); - showSyncOn(navSync,relpath); - deleteLink(); - } -} - -function initNavTree(toroot,relpath) -{ - var o = new Object(); - o.toroot = toroot; - o.node = new Object(); - o.node.li = document.getElementById("nav-tree-contents"); - o.node.childrenData = NAVTREE; - o.node.children = new Array(); - o.node.childrenUL = document.createElement("ul"); - o.node.getChildrenUL = function() { return o.node.childrenUL; }; - o.node.li.appendChild(o.node.childrenUL); - o.node.depth = 0; - o.node.relpath = relpath; - o.node.expanded = false; - o.node.isLast = true; - o.node.plus_img = document.createElement("img"); - o.node.plus_img.src = relpath+"ftv2pnode.png"; - o.node.plus_img.width = 16; - o.node.plus_img.height = 22; - - if (localStorageSupported()) { - var navSync = $('#nav-sync'); - if (cachedLink()) { - showSyncOff(navSync,relpath); - navSync.removeClass('sync'); - } else { - showSyncOn(navSync,relpath); - } - navSync.click(function(){ toggleSyncButton(relpath); }); - } - - navTo(o,toroot,window.location.hash,relpath); - - $(window).bind('hashchange', function(){ - if (window.location.hash && window.location.hash.length>1){ - var a; - if ($(location).attr('hash')){ - var clslink=stripPath($(location).attr('pathname'))+':'+ - $(location).attr('hash').substring(1); - a=$('.item a[class$="'+clslink+'"]'); - } - if (a==null || !$(a).parent().parent().hasClass('selected')){ - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - } - var link=stripPath2($(location).attr('pathname')); - navTo(o,link,$(location).attr('hash'),relpath); - } else if (!animationInProgress) { - $('#doc-content').scrollTop(0); - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - navTo(o,toroot,window.location.hash,relpath); - } - }) - - $(window).load(showRoot); -} - diff --git a/libraries/CMSIS/Documentation/Core/html/navtreeindex0.js b/libraries/CMSIS/Documentation/Core/html/navtreeindex0.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/navtreeindex0.js +++ /dev/null @@ -1,253 +0,0 @@ -var NAVTREEINDEX0 = -{ -"_c_o_r_e__m_i_s_r_a__exceptions_pg.html":[3], -"_reg_map_pg.html":[4], -"_templates_pg.html":[2], -"_templates_pg.html#adapt_template_files_sec":[2,1], -"_templates_pg.html#template_files_sec":[2,0], -"_using__a_r_m_pg.html":[1,0], -"_using__a_r_m_pg.html#Using_ARM_Lib_sec":[1,0,0], -"_using_pg.html":[1], -"annotated.html":[6], -"device_h_pg.html":[2,4], -"device_h_pg.html#core_config_sect":[2,4,1], -"device_h_pg.html#core_version_sect":[2,4,2], -"device_h_pg.html#device_access":[2,4,3], -"device_h_pg.html#device_h_sec":[2,4,4], -"device_h_pg.html#interrupt_number_sec":[2,4,0], -"functions.html":[7,0], -"functions_vars.html":[7,1], -"group___core___register__gr.html":[5,3], -"group___core___register__gr.html#ga0bf9564ebc1613a8faba014275dac2a4":[5,3,18], -"group___core___register__gr.html#ga0f98dfbd252b89d12564472dbeba9c27":[5,3,3], -"group___core___register__gr.html#ga2c32fc5c7f8f07fb3d436c6f6fe4e8c8":[5,3,9], -"group___core___register__gr.html#ga32da759f46e52c95bcfbde5012260667":[5,3,5], -"group___core___register__gr.html#ga360c73eb7ffb16088556f9278953b882":[5,3,14], -"group___core___register__gr.html#ga48e5853f417e17a8a65080f6a605b743":[5,3,20], -"group___core___register__gr.html#ga6575d37863cec5d334864f93b5b783bf":[5,3,2], -"group___core___register__gr.html#ga6f26bd75ca7e3247f27b272acc10536b":[5,3,17], -"group___core___register__gr.html#ga70b4e1a6c1c86eb913fb9d6e8400156f":[5,3,19], -"group___core___register__gr.html#ga732e08184154f44a617963cc65ff95bd":[5,3,13], -"group___core___register__gr.html#ga799b5d9a2ae75e459264c8512c7c0e02":[5,3,11], -"group___core___register__gr.html#ga811c0012221ee918a75111ca84c4d5e7":[5,3,4], -"group___core___register__gr.html#ga914dfa8eff7ca53380dd54cf1d8bebd9":[5,3,12], -"group___core___register__gr.html#ga963cf236b73219ce78e965deb01b81a7":[5,3,6], -"group___core___register__gr.html#ga9d174f979b2f76fdb3228a9b338fd939":[5,3,0], -"group___core___register__gr.html#gaa5587cc09031053a40a35c14ec36078a":[5,3,16], -"group___core___register__gr.html#gaa78e4e6bf619a65e9f01b4af13fed3a8":[5,3,7], -"group___core___register__gr.html#gab898559392ba027814e5bbb5a98b38d2":[5,3,10], -"group___core___register__gr.html#gac64d37e7ff9de06437f9fb94bbab8b6c":[5,3,15], -"group___core___register__gr.html#gad6d7eca9ddd1d9072dd7b020cfe64905":[5,3,8], -"group___core___register__gr.html#gaeb8e5f7564a8ea23678fe3c987b04013":[5,3,1], -"group___i_t_m___debug__gr.html":[5,7], -"group___i_t_m___debug__gr.html#ga12e68e55a7badc271b948d6c7230b2a8":[5,7,3], -"group___i_t_m___debug__gr.html#ga37b8f41cae703b5ff6947e271065558c":[5,7,1], -"group___i_t_m___debug__gr.html#ga7f9bbabd9756d1a7eafb2d9bf27e0535":[5,7,0], -"group___i_t_m___debug__gr.html#gaaa7c716331f74d644bf6bf25cd3392d1":[5,7,2], -"group___n_v_i_c__gr.html":[5,2], -"group___n_v_i_c__gr.html#ga0688c59605b119c53c71b2505ab23eb5":[5,2,5], -"group___n_v_i_c__gr.html#ga1b47d17e90b6a03e7bd1ec6a0d549b46":[5,2,13], -"group___n_v_i_c__gr.html#ga382ad6bedd6eecfdabd1b94dd128a01a":[5,2,1], -"group___n_v_i_c__gr.html#ga3b885147ef9965ecede49614de8df9d2":[5,2,10], -"group___n_v_i_c__gr.html#ga530ad9fda2ed1c8b70e439ecfe80591f":[5,2,4], -"group___n_v_i_c__gr.html#ga5bb7f43ad92937c039dee3d36c3c2798":[5,2,11], -"group___n_v_i_c__gr.html#ga736ba13a76eb37ef6e2c253be8b0331c":[5,2,3], -"group___n_v_i_c__gr.html#ga7e1129cd8a196f4284d41db3e82ad5c8":[5,2,0], -"group___n_v_i_c__gr.html#ga95a8329a680b051ecf3ee8f516acc662":[5,2,7], -"group___n_v_i_c__gr.html#gaa81b19849367d3cdb95ac108c500fa78":[5,2,9], -"group___n_v_i_c__gr.html#gab18fb9f6c5f4c70fdd73047f0f7c8395":[5,2,8], -"group___n_v_i_c__gr.html#gad3cbca1be7a4726afa9448a9acd89377":[5,2,2], -"group___n_v_i_c__gr.html#gad78f447e891789b4d8f2e5b21eeda354":[5,2,12], -"group___n_v_i_c__gr.html#gadf4252e600661fd762cfc0d1a9f5b892":[5,2,6], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a03c3cc89984928816d81793fc7bce4a2":[5,2,0,7], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a33ff1cf7098de65d61b6354fee6cd5aa":[5,2,0,2], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a4ce820b3cc6cf3a796b41aadc0cf1237":[5,2,0,5], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6895237c9443601ac832efa635dd8bbf":[5,2,0,4], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6dbff8f8543325f3474cbae2446776e7":[5,2,0,8], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a853e0f318108110e0527f29733d11f86":[5,2,0,10], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8693500eff174f16119e96234fee73af":[5,2,0,3], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8e033fcef7aed98a31c60a7de206722c":[5,2,0,6], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8aa62e040960b4beb6cba107e4703c12d2":[5,2,0,9], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ab1a222a34a32f0ef5ac65e714efc1f85":[5,2,0,1], -"group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ade177d9c70c89e084093024b932a4e30":[5,2,0,0], -"group___sys_tick__gr.html":[5,6], -"group___sys_tick__gr.html#gabe47de40e9b0ad465b752297a9d9f427":[5,6,0], -"group__intrinsic___c_p_u__gr.html":[5,4], -"group__intrinsic___c_p_u__gr.html#ga0a354bdf71caa52f081a4a54e84c8d2a":[5,4,18], -"group__intrinsic___c_p_u__gr.html#ga1ec006e6d79063363cb0c2a2e0b3adbe":[5,4,13], -"group__intrinsic___c_p_u__gr.html#ga335deaaa7991490e1450cb7d1e4c5197":[5,4,19], -"group__intrinsic___c_p_u__gr.html#ga354c5ac8870cc3dfb823367af9c4b412":[5,4,1], -"group__intrinsic___c_p_u__gr.html#ga3c34da7eb16496ae2668a5b95fa441e7":[5,4,15], -"group__intrinsic___c_p_u__gr.html#ga4717abc17af5ba29b1e4c055e0a0d9b8":[5,4,11], -"group__intrinsic___c_p_u__gr.html#ga76bbe4374a5912362866cdc1ded4064a":[5,4,20], -"group__intrinsic___c_p_u__gr.html#ga7d9dddda18805abbf51ac21c639845e1":[5,4,16], -"group__intrinsic___c_p_u__gr.html#ga90884c591ac5d73d6069334eba9d6c02":[5,4,2], -"group__intrinsic___c_p_u__gr.html#ga92f5621626711931da71eaa8bf301af7":[5,4,0], -"group__intrinsic___c_p_u__gr.html#ga93c09b4709394d81977300d5f84950e5":[5,4,5], -"group__intrinsic___c_p_u__gr.html#ga9e3ac13d8dcf4331176b624cf6234a7e":[5,4,6], -"group__intrinsic___c_p_u__gr.html#ga9feffc093d6f68b120d592a7a0d45a15":[5,4,7], -"group__intrinsic___c_p_u__gr.html#gaab6482d1f59f59e2b6b7efc1af391c99":[5,4,17], -"group__intrinsic___c_p_u__gr.html#gab1c9b393641dc2d397b3408fdbe72b96":[5,4,3], -"group__intrinsic___c_p_u__gr.html#gabd78840a0f2464905b7cec791ebc6a4c":[5,4,8], -"group__intrinsic___c_p_u__gr.html#gac71fad9f0a91980fecafcb450ee0a63e":[5,4,9], -"group__intrinsic___c_p_u__gr.html#gacb2a8ca6eae1ba4b31161578b720c199":[5,4,4], -"group__intrinsic___c_p_u__gr.html#gad3efec76c3bfa2b8528ded530386c563":[5,4,21], -"group__intrinsic___c_p_u__gr.html#gad6f9f297f6b91a995ee199fbc796b863":[5,4,10], -"group__intrinsic___c_p_u__gr.html#gaed91dfbf3d7d7b7fba8d912fcbeaad88":[5,4,22], -"group__intrinsic___c_p_u__gr.html#gaeef6f853b6df3a365c838ee5b49a7a26":[5,4,12], -"group__intrinsic___c_p_u__gr.html#gaf66beb577bb9d90424c3d1d7f684c024":[5,4,14], -"group__intrinsic___s_i_m_d__gr.html":[5,5], -"group__intrinsic___s_i_m_d__gr.html#ga028f0732b961fb6e5209326fb3855261":[5,5,44], -"group__intrinsic___s_i_m_d__gr.html#ga039142a5368840683cf329cb55b73f84":[5,5,31], -"group__intrinsic___s_i_m_d__gr.html#ga09e129e6613329aab87c89f1108b7ed7":[5,5,45], -"group__intrinsic___s_i_m_d__gr.html#ga15d8899a173effb8ad8c7268da32b60e":[5,5,14], -"group__intrinsic___s_i_m_d__gr.html#ga17b873f246c9f5e9355760ffef3dad4a":[5,5,2], -"group__intrinsic___s_i_m_d__gr.html#ga1f7545b8dc33bb97982731cb9d427a69":[5,5,46], -"group__intrinsic___s_i_m_d__gr.html#ga31328467f0f91b8ff9ae9a01682ad3bf":[5,5,18], -"group__intrinsic___s_i_m_d__gr.html#ga38dce3dd13ba212e80ec3cff4abeb11a":[5,5,38], -"group__intrinsic___s_i_m_d__gr.html#ga3a14e5485e59bf0f23595b7c2a94eb0b":[5,5,43], -"group__intrinsic___s_i_m_d__gr.html#ga3ba259f8f05a36f7b88b469a71ffc096":[5,5,7], -"group__intrinsic___s_i_m_d__gr.html#ga4262f73be75efbac6b46ab7c71aa6cbc":[5,5,35], -"group__intrinsic___s_i_m_d__gr.html#ga48a55df1c3e73923b73819d7c19b392d":[5,5,47], -"group__intrinsic___s_i_m_d__gr.html#ga524575b442ea01aec10c762bf4d85fea":[5,5,15], -"group__intrinsic___s_i_m_d__gr.html#ga5290ce5564770ad124910d2583dc0a9e":[5,5,25], -"group__intrinsic___s_i_m_d__gr.html#ga5611f7314e0c8f53da377918dfbf42ee":[5,5,26], -"group__intrinsic___s_i_m_d__gr.html#ga578a082747436772c482c96d7a58e45e":[5,5,57], -"group__intrinsic___s_i_m_d__gr.html#ga5845084fd99c872e98cf5553d554de2a":[5,5,12], -"group__intrinsic___s_i_m_d__gr.html#ga5ec4e2e231d15e5c692233feb3806187":[5,5,52], -"group__intrinsic___s_i_m_d__gr.html#ga5eff3ae5eabcd73f3049996ca391becb":[5,5,50], -"group__intrinsic___s_i_m_d__gr.html#ga753493a65493880c28baa82c151a0d61":[5,5,9], -"group__intrinsic___s_i_m_d__gr.html#ga83e69ef81057d3cbd06863d729385187":[5,5,27], -"group__intrinsic___s_i_m_d__gr.html#ga87618799672e1511e33964bc71467eb3":[5,5,5], -"group__intrinsic___s_i_m_d__gr.html#ga95e666b82216066bf6064d1244e6883c":[5,5,33], -"group__intrinsic___s_i_m_d__gr.html#ga967f516afff5900cf30f1a81907cdd89":[5,5,56], -"group__intrinsic___s_i_m_d__gr.html#ga9736fe816aec74fe886e7fb949734eab":[5,5,53], -"group__intrinsic___s_i_m_d__gr.html#ga980353d2c72ebb879282e49f592fddc0":[5,5,41], -"group__intrinsic___s_i_m_d__gr.html#ga9c286d330f4fb29b256335add91eec9f":[5,5,21], -"group__intrinsic___s_i_m_d__gr.html#ga9d3bc5c539f9bd50f7d59ffa37ac6a65":[5,5,34], -"group__intrinsic___s_i_m_d__gr.html#ga9e2cc5117e79578a08b25f1e89022966":[5,5,48], -"group__intrinsic___s_i_m_d__gr.html#ga9f2b77e11fc4a77b26c36c423ed45b4e":[5,5,58], -"group__intrinsic___s_i_m_d__gr.html#gaa1160f0cf76d6aa292fbad54a1aa6b74":[5,5,39], -"group__intrinsic___s_i_m_d__gr.html#gab3d7fd00d113b20fb3741a17394da762":[5,5,40], -"group__intrinsic___s_i_m_d__gr.html#gab41d713653b16f8d9fef44d14e397228":[5,5,61], -"group__intrinsic___s_i_m_d__gr.html#gab41eb2b17512ab01d476fc9d5bd19520":[5,5,6], -"group__intrinsic___s_i_m_d__gr.html#gaba63bb52e1e93fb527e26f3d474da12e":[5,5,36], -"group__intrinsic___s_i_m_d__gr.html#gabb5bcba694bf17b141c32e6a8474f60e":[5,5,32], -"group__intrinsic___s_i_m_d__gr.html#gabd0b0e2da2e6364e176d051687702b86":[5,5,42], -"group__intrinsic___s_i_m_d__gr.html#gac20aa0f741d0a1494d58c531e38d5785":[5,5,11], -"group__intrinsic___s_i_m_d__gr.html#gac3ec7215b354d925a239f3b31df2b77b":[5,5,19], -"group__intrinsic___s_i_m_d__gr.html#gac540b4fc41d30778ba102d2a65db5589":[5,5,37], -"group__intrinsic___s_i_m_d__gr.html#gac8855c07044239ea775c8128013204f0":[5,5,54], -"group__intrinsic___s_i_m_d__gr.html#gacb7257dc3b8e9acbd0ef0e31ff87d4b8":[5,5,59], -"group__intrinsic___s_i_m_d__gr.html#gad032bd21f013c5d29f5fcb6b0f02bc3f":[5,5,55], -"group__intrinsic___s_i_m_d__gr.html#gad089605c16df9823a2c8aaa37777aae5":[5,5,8], -"group__intrinsic___s_i_m_d__gr.html#gad0bf46373a1c05aabf64517e84be5984":[5,5,10], -"group__intrinsic___s_i_m_d__gr.html#gad1adad1b3f2667328cc0db6c6b4f41cf":[5,5,23], -"group__intrinsic___s_i_m_d__gr.html#gad25ce96db0f17096bbd815f4817faf09":[5,5,60], -"group__intrinsic___s_i_m_d__gr.html#gad80e9b20c1736fd798f897362273a146":[5,5,22], -"group__intrinsic___s_i_m_d__gr.html#gadecfdfabc328d8939d49d996f2fd4482":[5,5,51], -"group__intrinsic___s_i_m_d__gr.html#gae0a649035f67627464fd80e7218c89d5":[5,5,16], -"group__intrinsic___s_i_m_d__gr.html#gae0c86f3298532183f3a29f5bb454d354":[5,5,20], -"group__intrinsic___s_i_m_d__gr.html#gae326e368a1624d2dfb4b97c626939257":[5,5,29], -"group__intrinsic___s_i_m_d__gr.html#gae83a53ec04b496304bed6d9fe8f7461b":[5,5,3], -"group__intrinsic___s_i_m_d__gr.html#gaea60757232f740ec6b09980eebb614ff":[5,5,28], -"group__intrinsic___s_i_m_d__gr.html#gaee6390f86965cb662500f690b0012092":[5,5,30], -"group__intrinsic___s_i_m_d__gr.html#gaefb8ebf3a54e197464da1ff69a44f4b5":[5,5,0], -"group__intrinsic___s_i_m_d__gr.html#gaf2f5a9132dcfc6d01d34cd971c425713":[5,5,4], -"group__intrinsic___s_i_m_d__gr.html#gaf4350af7f2030c36f43b2c104a9d16cd":[5,5,24], -"group__intrinsic___s_i_m_d__gr.html#gaf5448e591fe49161b6759b48aecb08fe":[5,5,13], -"group__intrinsic___s_i_m_d__gr.html#gafa9af218db3934a692fb06fa728d8031":[5,5,49], -"group__intrinsic___s_i_m_d__gr.html#gafadbd89c36b5addcf1ca10dd392db3e9":[5,5,17], -"group__intrinsic___s_i_m_d__gr.html#gafd8fe4a6d87e947caa81a69ec36c1666":[5,5,1], -"group__peripheral__gr.html":[5,0], -"group__system__init__gr.html":[5,1], -"group__system__init__gr.html#ga93f514700ccf00d08dbdcff7f1224eb2":[5,1,1], -"group__system__init__gr.html#gaa3cd3e43291e81e795d642b79b6088e6":[5,1,2], -"group__system__init__gr.html#gae0c36a9591fe6e9c45ecb21a794f0f0f":[5,1,0], -"index.html":[0], -"index.html":[], -"index.html#ref_man_sec":[0,0], -"index.html#tested_tools_sec":[0,1], -"modules.html":[5], -"pages.html":[], -"startup_s_pg.html":[2,2], -"startup_s_pg.html#startup_s_sec":[2,2,0], -"struct_core_debug___type.html":[6,2], -"struct_core_debug___type.html#a25c14c022c73a725a1736e903431095d":[6,2,3], -"struct_core_debug___type.html#a5cdd51dbe3ebb7041880714430edd52d":[6,2,2], -"struct_core_debug___type.html#ab8f4bb076402b61f7be6308075a789c9":[6,2,0], -"struct_core_debug___type.html#afefa84bce7497652353a1b76d405d983":[6,2,1], -"struct_d_w_t___type.html":[6,3], -"struct_d_w_t___type.html#a069871233a8c1df03521e6d7094f1de4":[6,3,20], -"struct_d_w_t___type.html#a0c684438a24f8c927e6e01c0e0a605ef":[6,3,15], -"struct_d_w_t___type.html#a3345a33476ee58e165447a3212e6d747":[6,3,10], -"struct_d_w_t___type.html#a35f2315f870a574e3e6958face6584ab":[6,3,8], -"struct_d_w_t___type.html#a37964d64a58551b69ce4c8097210d37d":[6,3,5], -"struct_d_w_t___type.html#a3df15697eec279dbbb4b4e9d9ae8b62f":[6,3,3], -"struct_d_w_t___type.html#a4a5bb70a5ce3752bd628d5ce5658cb0c":[6,3,1], -"struct_d_w_t___type.html#a5bb1c17fc754180cc197b874d3d8673f":[6,3,14], -"struct_d_w_t___type.html#a5fbd9947d110cc168941f6acadc4a729":[6,3,9], -"struct_d_w_t___type.html#a71680298e85e96e57002f87e7ab78fd4":[6,3,6], -"struct_d_w_t___type.html#a7cf71ff4b30a8362690fddd520763904":[6,3,0], -"struct_d_w_t___type.html#a80bd242fc05ca80f9db681ce4d82e890":[6,3,12], -"struct_d_w_t___type.html#a8556ca1c32590517602d92fe0cd55738":[6,3,21], -"struct_d_w_t___type.html#a88cca2ab8eb1b5b507817656ceed89fc":[6,3,4], -"struct_d_w_t___type.html#a8927aedbe9fd6bdae8983088efc83332":[6,3,2], -"struct_d_w_t___type.html#a8afd5a4bf994011748bc012fa442c74d":[6,3,22], -"struct_d_w_t___type.html#a8ecdc8f0d917dac86b0373532a1c0e2e":[6,3,16], -"struct_d_w_t___type.html#abc5ae11d98da0ad5531a5e979a3c2ab5":[6,3,18], -"struct_d_w_t___type.html#ac0801a2328f3431e4706fed91c828f82":[6,3,7], -"struct_d_w_t___type.html#acba1654190641a3617fcc558b5e3f87b":[6,3,11], -"struct_d_w_t___type.html#addd893d655ed90d40705b20170daac59":[6,3,19], -"struct_d_w_t___type.html#ae3f01137a8d28c905ddefe7333547fba":[6,3,17], -"struct_d_w_t___type.html#aeba92e6c7fd3de4ba06bfd94f47f5b35":[6,3,13], -"struct_f_p_u___type.html":[6,4], -"struct_f_p_u___type.html#a135577b0a76bd3164be2a02f29ca46f1":[6,4,3], -"struct_f_p_u___type.html#a22054423086a3daf2077fb2f3fe2a8b8":[6,4,1], -"struct_f_p_u___type.html#a4d58ef3ebea69a5ec5acd8c90a9941b6":[6,4,2], -"struct_f_p_u___type.html#a776e8625853e1413c4e8330ec85c256d":[6,4,4], -"struct_f_p_u___type.html#a7b2967b069046c8544adbbc1db143a36":[6,4,5], -"struct_f_p_u___type.html#aa48253f088dc524de80c42fbc995f66b":[6,4,0], -"struct_i_t_m___type.html":[6,6], -"struct_i_t_m___type.html#a12aa4eb4d9dcb589a5d953c836f4e8f4":[6,6,7], -"struct_i_t_m___type.html#a2c5ae30385b5f370d023468ea9914c0e":[6,6,1], -"struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45":[6,6,4], -"struct_i_t_m___type.html#a6882fa5af67ef5c5dfb433b3b68939df":[6,6,8], -"struct_i_t_m___type.html#a91a040e1b162e1128ac1e852b4a0e589":[6,6,5], -"struct_i_t_m___type.html#a93b480aac6da620bbb611212186d47fa":[6,6,6], -"struct_i_t_m___type.html#abea77b06775d325e5f6f46203f582433":[6,6,9], -"struct_i_t_m___type.html#af56b2f07bc6b42cd3e4d17e1b27cff7b":[6,6,3], -"struct_i_t_m___type.html#afe056e8c8f8c5519d9b47611fa3a4c46":[6,6,0], -"struct_i_t_m___type.html#afffce5b93bbfedbaee85357d0b07ebce":[6,6,2], -"struct_m_p_u___type.html":[6,7], -"struct_m_p_u___type.html#a0aac7727a6225c6aa00627c36d51d014":[6,7,3], -"struct_m_p_u___type.html#a3f2e2448a77aadacd9f394f6c4c708d9":[6,7,5], -"struct_m_p_u___type.html#a4dbcffa0a71c31e521b645b34b40e639":[6,7,6], -"struct_m_p_u___type.html#a6ae8a8c3a4909ae41447168d793608f7":[6,7,10], -"struct_m_p_u___type.html#a8703a00626dba046b841c0db6c78c395":[6,7,7], -"struct_m_p_u___type.html#a94222f9a8637b5329016e18f08af7185":[6,7,2], -"struct_m_p_u___type.html#a9fda17c37b85ef317c7c8688ff8c5804":[6,7,8], -"struct_m_p_u___type.html#aab33593671948b93b1c0908d78779328":[6,7,0], -"struct_m_p_u___type.html#aced0b908173b9a4bae4f59452f0cdb0d":[6,7,4], -"struct_m_p_u___type.html#adc65d266d15ce9ba57b3d127e8267f03":[6,7,1], -"struct_m_p_u___type.html#afd8de96a5d574c3953e2106e782f9833":[6,7,9], -"struct_n_v_i_c___type.html":[6,8], -"struct_n_v_i_c___type.html#a0953af43af8ec7fd5869a1d826ce5b72":[6,8,7], -"struct_n_v_i_c___type.html#a0b0d7f3131da89c659a2580249432749":[6,8,12], -"struct_n_v_i_c___type.html#a1965a2e68b61d2e2009621f6949211a5":[6,8,1], -"struct_n_v_i_c___type.html#a2de17698945ea49abd58a2d45bdc9c80":[6,8,6], -"struct_n_v_i_c___type.html#a33e917b381e08dabe4aa5eb2881a7c11":[6,8,0], -"struct_n_v_i_c___type.html#a46241be64208436d35c9a4f8552575c5":[6,8,2], -"struct_n_v_i_c___type.html#a4f753b4f824270175af045ac99bc12e8":[6,8,10], -"struct_n_v_i_c___type.html#a5c0e5d507ac3c1bd5cdaaf9bbd177790":[6,8,9], -"struct_n_v_i_c___type.html#a6524789fedb94623822c3e0a47f3d06c":[6,8,3], -"struct_n_v_i_c___type.html#a6d1daf7ab6f2ba83f57ff67ae6f571fe":[6,8,11], -"struct_n_v_i_c___type.html#a9dd330835dbf21471e7b5be8692d77ab":[6,8,8], -"struct_n_v_i_c___type.html#acf8e38fc2e97316242ddeb7ea959ab90":[6,8,5], -"struct_n_v_i_c___type.html#af90c80b7c2b48e248780b3781e0df80f":[6,8,4], -"struct_s_c_b___type.html":[6,9], -"struct_s_c_b___type.html#a0faf96f964931cadfb71cfa54e051f6f":[6,9,20], -"struct_s_c_b___type.html#a2f94bf549b16fdeb172352e22309e3c4":[6,9,5], -"struct_s_c_b___type.html#a31f79afe86c949c9862e7d5fce077c3a":[6,9,3], -"struct_s_c_b___type.html#a3e66570ab689d28aebefa7e84e85dc4a":[6,9,11] -}; diff --git a/libraries/CMSIS/Documentation/Core/html/navtreeindex1.js b/libraries/CMSIS/Documentation/Core/html/navtreeindex1.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/navtreeindex1.js +++ /dev/null @@ -1,90 +0,0 @@ -var NAVTREEINDEX1 = -{ -"struct_s_c_b___type.html#a3f51c43f952f3799951d0c54e76b0cb7":[6,9,15], -"struct_s_c_b___type.html#a586a5225467262b378c0f231ccc77f86":[6,9,8], -"struct_s_c_b___type.html#a6d273c6b90bad15c91dfbbad0f6e92d8":[6,9,4], -"struct_s_c_b___type.html#a6ed3c9064013343ea9fd0a73a734f29d":[6,9,2], -"struct_s_c_b___type.html#a7bed53391da4f66d8a2a236a839d4c3d":[6,9,10], -"struct_s_c_b___type.html#aaedf846e435ed05c68784b40d3db2bf2":[6,9,0], -"struct_s_c_b___type.html#abfad14e7b4534d73d329819625d77a16":[6,9,17], -"struct_s_c_b___type.html#ac49b24b3f222508464f111772f2c44dd":[6,9,13], -"struct_s_c_b___type.html#ac89a5d9901e3748d22a7090bfca2bee6":[6,9,16], -"struct_s_c_b___type.html#acee8e458f054aac964268f4fe647ea4f":[6,9,12], -"struct_s_c_b___type.html#ad7d61d9525fa9162579c3da0b87bff8d":[6,9,9], -"struct_s_c_b___type.html#ae9891a59abbe51b0b2067ca507ca212f":[6,9,18], -"struct_s_c_b___type.html#aeb77053c84f49c261ab5b8374e8958ef":[6,9,1], -"struct_s_c_b___type.html#aec2f8283d2737c6897188568a4214976":[6,9,14], -"struct_s_c_b___type.html#af460b56ce524a8e3534173f0aee78e85":[6,9,6], -"struct_s_c_b___type.html#af6336103f8be0cab29de51daed5a65f4":[6,9,19], -"struct_s_c_b___type.html#afa7a9ee34dfa1da0b60b4525da285032":[6,9,7], -"struct_s_cn_s_c_b___type.html":[6,10], -"struct_s_cn_s_c_b___type.html#aacadedade30422fed705e8dfc8e6cd8d":[6,10,0], -"struct_s_cn_s_c_b___type.html#ad99a25f5d4c163d9005ca607c24f6a98":[6,10,1], -"struct_s_cn_s_c_b___type.html#afe1d5fd2966d5062716613b05c8d0ae1":[6,10,2], -"struct_sys_tick___type.html":[6,11], -"struct_sys_tick___type.html#a0997ff20f11817f8246e8f0edac6f4e4":[6,11,3], -"struct_sys_tick___type.html#a9c9eda0ea6f6a7c904d2d75a6963e238":[6,11,0], -"struct_sys_tick___type.html#ae7bc9d3eac1147f3bba8d73a8395644f":[6,11,2], -"struct_sys_tick___type.html#af2ad94ac83e5d40fc6e34884bc1bec5f":[6,11,1], -"struct_t_p_i___type.html":[6,12], -"struct_t_p_i___type.html#a158e9d784f6ee6398f4bdcb2e4ca0912":[6,12,22], -"struct_t_p_i___type.html#a16d12c5b1e12f764fa3ec4a51c5f0f35":[6,12,5], -"struct_t_p_i___type.html#a176d991adb4c022bd5b982a9f8fa6a1d":[6,12,12], -"struct_t_p_i___type.html#a20ca7fad4d4009c242f20a7b4a44b7d0":[6,12,11], -"struct_t_p_i___type.html#a2e4d5a07fabd771fa942a171230a0a84":[6,12,2], -"struct_t_p_i___type.html#a31700c8cdd26e4c094db72af33d9f24c":[6,12,17], -"struct_t_p_i___type.html#a377b78fe804f327e6f8b3d0f37e7bfef":[6,12,10], -"struct_t_p_i___type.html#a3eb42d69922e340037692424a69da880":[6,12,6], -"struct_t_p_i___type.html#a3eb655f2e45d7af358775025c1a50c8e":[6,12,21], -"struct_t_p_i___type.html#a3f80dd93f6bab6524603a7aa58de9a30":[6,12,19], -"struct_t_p_i___type.html#a44efa6045512c8d4da64b0623f7a43ad":[6,12,1], -"struct_t_p_i___type.html#a476ca23fbc9480f1697fbec871130550":[6,12,20], -"struct_t_p_i___type.html#a4b2e0d680cf7e26728ca8966363a938d":[6,12,4], -"struct_t_p_i___type.html#a684071216fafee4e80be6aaa932cec46":[6,12,18], -"struct_t_p_i___type.html#aa4b603c71768dbda553da571eccba1fe":[6,12,23], -"struct_t_p_i___type.html#aa723ef3d38237aa2465779b3cc73a94a":[6,12,3], -"struct_t_p_i___type.html#ab49c2cb6b5fe082746a444e07548c198":[6,12,13], -"struct_t_p_i___type.html#ac3956fe93987b725d89d3be32738da12":[6,12,15], -"struct_t_p_i___type.html#ac7bbb92e6231b9b38ac483f7d161a096":[6,12,16], -"struct_t_p_i___type.html#ad75832a669eb121f6fce3c28d36b7fab":[6,12,0], -"struct_t_p_i___type.html#ae67849b2c1016fe6ef9095827d16cddd":[6,12,7], -"struct_t_p_i___type.html#ae91ff529e87d8e234343ed31bcdc4f10":[6,12,8], -"struct_t_p_i___type.html#aebaa9b8dd27f8017dd4f92ecf32bac8e":[6,12,9], -"struct_t_p_i___type.html#af143c5e8fc9a3b2be2878e9c1f331aa9":[6,12,14], -"system_c_pg.html":[2,3], -"system_c_pg.html#system_Device_h_sec":[2,3,1], -"system_c_pg.html#system_Device_sec":[2,3,0], -"union_a_p_s_r___type.html":[6,0], -"union_a_p_s_r___type.html#a22d10913489d24ab08bd83457daa88de":[6,0,4], -"union_a_p_s_r___type.html#a3b04d58738b66a28ff13f23d8b0ba7e5":[6,0,7], -"union_a_p_s_r___type.html#a7dbc79a057ded4b11ca5323fc2d5ab14":[6,0,1], -"union_a_p_s_r___type.html#a7e7bbba9b00b0bb3283dc07f1abe37e0":[6,0,3], -"union_a_p_s_r___type.html#a8004d224aacb78ca37774c35f9156e7e":[6,0,5], -"union_a_p_s_r___type.html#a86e2c5b891ecef1ab55b1edac0da79a6":[6,0,2], -"union_a_p_s_r___type.html#ae4c2ef8c9430d7b7bef5cbfbbaed3a94":[6,0,6], -"union_a_p_s_r___type.html#afbce95646fd514c10aa85ec0a33db728":[6,0,0], -"union_c_o_n_t_r_o_l___type.html":[6,1], -"union_c_o_n_t_r_o_l___type.html#a35c1732cf153b7b5c4bd321cf1de9605":[6,1,3], -"union_c_o_n_t_r_o_l___type.html#a6b642cca3d96da660b1198c133ca2a1f":[6,1,5], -"union_c_o_n_t_r_o_l___type.html#a8cc085fea1c50a8bd9adea63931ee8e2":[6,1,4], -"union_c_o_n_t_r_o_l___type.html#ac62cfff08e6f055e0101785bad7094cd":[6,1,2], -"union_c_o_n_t_r_o_l___type.html#adc6a38ab2980d0e9577b5a871da14eb9":[6,1,1], -"union_c_o_n_t_r_o_l___type.html#af8c314273a1e4970a5671bd7f8184f50":[6,1,0], -"union_i_p_s_r___type.html":[6,5], -"union_i_p_s_r___type.html#a4adca999d3a0bc1ae682d73ea7cfa879":[6,5,3], -"union_i_p_s_r___type.html#ab46e5f1b2f4d17cfb9aca4fffcbb2fa5":[6,5,2], -"union_i_p_s_r___type.html#ad2eb0a06de4f03f58874a727716aa9aa":[6,5,0], -"union_i_p_s_r___type.html#add0d6497bd50c25569ea22b48a03ec50":[6,5,1], -"unionx_p_s_r___type.html":[6,13], -"unionx_p_s_r___type.html#a1a47176768f45f79076c4f5b1b534bc2":[6,13,9], -"unionx_p_s_r___type.html#a1e5d9801013d5146f2e02d9b7b3da562":[6,13,10], -"unionx_p_s_r___type.html#a2db9a52f6d42809627d1a7a607c5dbc5":[6,13,5], -"unionx_p_s_r___type.html#a3200966922a194d84425e2807a7f1328":[6,13,4], -"unionx_p_s_r___type.html#a3b1063bb5cdad67e037cba993b693b70":[6,13,1], -"unionx_p_s_r___type.html#a3e9120dcf1a829fc8d2302b4d0673970":[6,13,3], -"unionx_p_s_r___type.html#a40213a6b5620410cac83b0d89564609d":[6,13,2], -"unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658":[6,13,7], -"unionx_p_s_r___type.html#add7cbd2b0abd8954d62cd7831796ac7c":[6,13,6], -"unionx_p_s_r___type.html#af14df16ea0690070c45b95f2116b7a0a":[6,13,8], -"unionx_p_s_r___type.html#af438e0f407357e914a70b5bd4d6a97c5":[6,13,0] -}; diff --git a/libraries/CMSIS/Documentation/Core/html/open.png b/libraries/CMSIS/Documentation/Core/html/open.png deleted file mode 100644 index 3c4e2e0f30b6baebfaf3cdbab9e187d6a3ba62d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: Usage and Description - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/Core/html/resize.js b/libraries/CMSIS/Documentation/Core/html/resize.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/resize.js +++ /dev/null @@ -1,93 +0,0 @@ -var cookie_namespace = 'doxygen'; -var sidenav,navtree,content,header; - -function readCookie(cookie) -{ - var myCookie = cookie_namespace+"_"+cookie+"="; - if (document.cookie) - { - var index = document.cookie.indexOf(myCookie); - if (index != -1) - { - var valStart = index + myCookie.length; - var valEnd = document.cookie.indexOf(";", valStart); - if (valEnd == -1) - { - valEnd = document.cookie.length; - } - var val = document.cookie.substring(valStart, valEnd); - return val; - } - } - return 0; -} - -function writeCookie(cookie, val, expiration) -{ - if (val==undefined) return; - if (expiration == null) - { - var date = new Date(); - date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week - expiration = date.toGMTString(); - } - document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=/"; -} - -function resizeWidth() -{ - var windowWidth = $(window).width() + "px"; - var sidenavWidth = $(sidenav).outerWidth(); - content.css({marginLeft:parseInt(sidenavWidth)+6+"px"}); //account for 6px-wide handle-bar - writeCookie('width',sidenavWidth, null); -} - -function restoreWidth(navWidth) -{ - var windowWidth = $(window).width() + "px"; - content.css({marginLeft:parseInt(navWidth)+6+"px"}); - sidenav.css({width:navWidth + "px"}); -} - -function resizeHeight() -{ - var headerHeight = header.outerHeight(); - var footerHeight = footer.outerHeight(); - var windowHeight = $(window).height() - headerHeight - footerHeight; - content.css({height:windowHeight + "px"}); - navtree.css({height:windowHeight + "px"}); - sidenav.css({height:windowHeight + "px",top: headerHeight+"px"}); -} - -function initResizable() -{ - header = $("#top"); - sidenav = $("#side-nav"); - content = $("#doc-content"); - navtree = $("#nav-tree"); - footer = $("#nav-path"); - $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); - $(window).resize(function() { resizeHeight(); }); - var width = readCookie('width'); - if (width) { restoreWidth(width); } else { resizeWidth(); } - resizeHeight(); - var url = location.href; - var i=url.indexOf("#"); - if (i>=0) window.location.hash=url.substr(i); - var _preventDefault = function(evt) { evt.preventDefault(); }; - $("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault); - $(document).bind('touchmove',function(e){ - try { - var target = e.target; - while (target) { - if ($(target).css('-webkit-overflow-scrolling')=='touch') return; - target = target.parentNode; - } - e.preventDefault(); - } catch(err) { - e.preventDefault(); - } - }); -} - - diff --git a/libraries/CMSIS/Documentation/Core/html/search.css b/libraries/CMSIS/Documentation/Core/html/search.css deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search.css +++ /dev/null @@ -1,240 +0,0 @@ -/*---------------- Search Box */ - -#FSearchBox { - float: left; -} - -#searchli { - float: right; - display: block; - width: 170px; - height: 24px; -} - -#MSearchBox { - white-space : nowrap; - position: absolute; - float: none; - display: inline; - margin-top: 3px; - right: 0px; - width: 170px; - z-index: 102; -} - -#MSearchBox .left -{ - display:block; - position:absolute; - left:10px; - width:20px; - height:19px; - background:url('search_l.png') no-repeat; - background-position:right; -} - -#MSearchSelect { - display:block; - position:absolute; - width:20px; - height:19px; -} - -.left #MSearchSelect { - left:4px; -} - -.right #MSearchSelect { - right:5px; -} - -#MSearchField { - display:block; - position:absolute; - height:19px; - background:url('search_m.png') repeat-x; - border:none; - width:116px; - margin-left:20px; - padding-left:4px; - color: #909090; - outline: none; - font: 9pt Arial, Verdana, sans-serif; -} - -#FSearchBox #MSearchField { - margin-left:15px; -} - -#MSearchBox .right { - display:block; - position:absolute; - right:10px; - top:0px; - width:20px; - height:19px; - background:url('search_r.png') no-repeat; - background-position:left; -} - -#MSearchClose { - display: none; - position: absolute; - top: 4px; - background : none; - border: none; - margin: 0px 4px 0px 0px; - padding: 0px 0px; - outline: none; -} - -.left #MSearchClose { - left: 6px; -} - -.right #MSearchClose { - right: 2px; -} - -.MSearchBoxActive #MSearchField { - color: #000000; -} - -/*---------------- Search filter selection */ - -#MSearchSelectWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #90A5CE; - background-color: #F9FAFC; - z-index: 1; - padding-top: 4px; - padding-bottom: 4px; - -moz-border-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -} - -.SelectItem { - font: 8pt Arial, Verdana, sans-serif; - padding-left: 2px; - padding-right: 12px; - border: 0px; -} - -span.SelectionMark { - margin-right: 4px; - font-family: monospace; - outline-style: none; - text-decoration: none; -} - -a.SelectItem { - display: block; - outline-style: none; - color: #000000; - text-decoration: none; - padding-left: 6px; - padding-right: 12px; -} - -a.SelectItem:focus, -a.SelectItem:active { - color: #000000; - outline-style: none; - text-decoration: none; -} - -a.SelectItem:hover { - color: #FFFFFF; - background-color: #3D578C; - outline-style: none; - text-decoration: none; - cursor: pointer; - display: block; -} - -/*---------------- Search results window */ - -iframe#MSearchResults { - width: 60ex; - height: 15em; -} - -#MSearchResultsWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #000; - background-color: #EEF1F7; -} - -/* ----------------------------------- */ - - -#SRIndex { - clear:both; - padding-bottom: 15px; -} - -.SREntry { - font-size: 10pt; - padding-left: 1ex; -} - -.SRPage .SREntry { - font-size: 8pt; - padding: 1px 5px; -} - -body.SRPage { - margin: 5px 2px; -} - -.SRChildren { - padding-left: 3ex; padding-bottom: .5em -} - -.SRPage .SRChildren { - display: none; -} - -.SRSymbol { - font-weight: bold; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRScope { - display: block; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRSymbol:focus, a.SRSymbol:active, -a.SRScope:focus, a.SRScope:active { - text-decoration: underline; -} - -.SRPage .SRStatus { - padding: 2px 5px; - font-size: 8pt; - font-style: italic; -} - -.SRResult { - display: none; -} - -DIV.searchresults { - margin-left: 10px; - margin-right: 10px; -} diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_5f.html b/libraries/CMSIS/Documentation/Core/html/search/all_5f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_5f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_5f.js b/libraries/CMSIS/Documentation/Core/html/search/all_5f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_5f.js +++ /dev/null @@ -1,110 +0,0 @@ -var searchData= -[ - ['_5f_5fbkpt',['__BKPT',['../group__intrinsic___c_p_u__gr.html#ga92f5621626711931da71eaa8bf301af7',1,'Ref_cmInstr.txt']]], - ['_5f_5fclrex',['__CLREX',['../group__intrinsic___c_p_u__gr.html#ga354c5ac8870cc3dfb823367af9c4b412',1,'Ref_cmInstr.txt']]], - ['_5f_5fclz',['__CLZ',['../group__intrinsic___c_p_u__gr.html#ga90884c591ac5d73d6069334eba9d6c02',1,'Ref_cmInstr.txt']]], - ['_5f_5fdisable_5ffault_5firq',['__disable_fault_irq',['../group___core___register__gr.html#ga9d174f979b2f76fdb3228a9b338fd939',1,'Ref_CoreReg.txt']]], - ['_5f_5fdisable_5firq',['__disable_irq',['../group___core___register__gr.html#gaeb8e5f7564a8ea23678fe3c987b04013',1,'Ref_CoreReg.txt']]], - ['_5f_5fdmb',['__DMB',['../group__intrinsic___c_p_u__gr.html#gab1c9b393641dc2d397b3408fdbe72b96',1,'Ref_cmInstr.txt']]], - ['_5f_5fdsb',['__DSB',['../group__intrinsic___c_p_u__gr.html#gacb2a8ca6eae1ba4b31161578b720c199',1,'Ref_cmInstr.txt']]], - ['_5f_5fenable_5ffault_5firq',['__enable_fault_irq',['../group___core___register__gr.html#ga6575d37863cec5d334864f93b5b783bf',1,'Ref_CoreReg.txt']]], - ['_5f_5fenable_5firq',['__enable_irq',['../group___core___register__gr.html#ga0f98dfbd252b89d12564472dbeba9c27',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fapsr',['__get_APSR',['../group___core___register__gr.html#ga811c0012221ee918a75111ca84c4d5e7',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fbasepri',['__get_BASEPRI',['../group___core___register__gr.html#ga32da759f46e52c95bcfbde5012260667',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fcontrol',['__get_CONTROL',['../group___core___register__gr.html#ga963cf236b73219ce78e965deb01b81a7',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5ffaultmask',['__get_FAULTMASK',['../group___core___register__gr.html#gaa78e4e6bf619a65e9f01b4af13fed3a8',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5ffpscr',['__get_FPSCR',['../group___core___register__gr.html#gad6d7eca9ddd1d9072dd7b020cfe64905',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fipsr',['__get_IPSR',['../group___core___register__gr.html#ga2c32fc5c7f8f07fb3d436c6f6fe4e8c8',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fmsp',['__get_MSP',['../group___core___register__gr.html#gab898559392ba027814e5bbb5a98b38d2',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fprimask',['__get_PRIMASK',['../group___core___register__gr.html#ga799b5d9a2ae75e459264c8512c7c0e02',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fpsp',['__get_PSP',['../group___core___register__gr.html#ga914dfa8eff7ca53380dd54cf1d8bebd9',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fxpsr',['__get_xPSR',['../group___core___register__gr.html#ga732e08184154f44a617963cc65ff95bd',1,'Ref_CoreReg.txt']]], - ['_5f_5fisb',['__ISB',['../group__intrinsic___c_p_u__gr.html#ga93c09b4709394d81977300d5f84950e5',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexb',['__LDREXB',['../group__intrinsic___c_p_u__gr.html#ga9e3ac13d8dcf4331176b624cf6234a7e',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexh',['__LDREXH',['../group__intrinsic___c_p_u__gr.html#ga9feffc093d6f68b120d592a7a0d45a15',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexw',['__LDREXW',['../group__intrinsic___c_p_u__gr.html#gabd78840a0f2464905b7cec791ebc6a4c',1,'Ref_cmInstr.txt']]], - ['_5f_5fnop',['__NOP',['../group__intrinsic___c_p_u__gr.html#gac71fad9f0a91980fecafcb450ee0a63e',1,'Ref_cmInstr.txt']]], - ['_5f_5fpkhbt',['__PKHBT',['../group__intrinsic___s_i_m_d__gr.html#gaefb8ebf3a54e197464da1ff69a44f4b5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fpkhtb',['__PKHTB',['../group__intrinsic___s_i_m_d__gr.html#gafd8fe4a6d87e947caa81a69ec36c1666',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd',['__QADD',['../group__intrinsic___s_i_m_d__gr.html#ga17b873f246c9f5e9355760ffef3dad4a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd16',['__QADD16',['../group__intrinsic___s_i_m_d__gr.html#gae83a53ec04b496304bed6d9fe8f7461b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd8',['__QADD8',['../group__intrinsic___s_i_m_d__gr.html#gaf2f5a9132dcfc6d01d34cd971c425713',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqasx',['__QASX',['../group__intrinsic___s_i_m_d__gr.html#ga87618799672e1511e33964bc71467eb3',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsax',['__QSAX',['../group__intrinsic___s_i_m_d__gr.html#gab41eb2b17512ab01d476fc9d5bd19520',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub',['__QSUB',['../group__intrinsic___s_i_m_d__gr.html#ga3ba259f8f05a36f7b88b469a71ffc096',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub16',['__QSUB16',['../group__intrinsic___s_i_m_d__gr.html#gad089605c16df9823a2c8aaa37777aae5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub8',['__QSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga753493a65493880c28baa82c151a0d61',1,'Ref_cm4_simd.txt']]], - ['_5f_5frbit',['__RBIT',['../group__intrinsic___c_p_u__gr.html#gad6f9f297f6b91a995ee199fbc796b863',1,'Ref_cmInstr.txt']]], - ['_5f_5frev',['__REV',['../group__intrinsic___c_p_u__gr.html#ga4717abc17af5ba29b1e4c055e0a0d9b8',1,'Ref_cmInstr.txt']]], - ['_5f_5frev16',['__REV16',['../group__intrinsic___c_p_u__gr.html#gaeef6f853b6df3a365c838ee5b49a7a26',1,'Ref_cmInstr.txt']]], - ['_5f_5frevsh',['__REVSH',['../group__intrinsic___c_p_u__gr.html#ga1ec006e6d79063363cb0c2a2e0b3adbe',1,'Ref_cmInstr.txt']]], - ['_5f_5fror',['__ROR',['../group__intrinsic___c_p_u__gr.html#gaf66beb577bb9d90424c3d1d7f684c024',1,'Ref_cmInstr.txt']]], - ['_5f_5fsadd16',['__SADD16',['../group__intrinsic___s_i_m_d__gr.html#gad0bf46373a1c05aabf64517e84be5984',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsadd8',['__SADD8',['../group__intrinsic___s_i_m_d__gr.html#gac20aa0f741d0a1494d58c531e38d5785',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsasx',['__SASX',['../group__intrinsic___s_i_m_d__gr.html#ga5845084fd99c872e98cf5553d554de2a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsel',['__SEL',['../group__intrinsic___s_i_m_d__gr.html#gaf5448e591fe49161b6759b48aecb08fe',1,'Ref_cm4_simd.txt']]], - ['_5f_5fset_5fbasepri',['__set_BASEPRI',['../group___core___register__gr.html#ga360c73eb7ffb16088556f9278953b882',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fcontrol',['__set_CONTROL',['../group___core___register__gr.html#gac64d37e7ff9de06437f9fb94bbab8b6c',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5ffaultmask',['__set_FAULTMASK',['../group___core___register__gr.html#gaa5587cc09031053a40a35c14ec36078a',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5ffpscr',['__set_FPSCR',['../group___core___register__gr.html#ga6f26bd75ca7e3247f27b272acc10536b',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fmsp',['__set_MSP',['../group___core___register__gr.html#ga0bf9564ebc1613a8faba014275dac2a4',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fprimask',['__set_PRIMASK',['../group___core___register__gr.html#ga70b4e1a6c1c86eb913fb9d6e8400156f',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fpsp',['__set_PSP',['../group___core___register__gr.html#ga48e5853f417e17a8a65080f6a605b743',1,'Ref_CoreReg.txt']]], - ['_5f_5fsev',['__SEV',['../group__intrinsic___c_p_u__gr.html#ga3c34da7eb16496ae2668a5b95fa441e7',1,'Ref_cmInstr.txt']]], - ['_5f_5fshadd16',['__SHADD16',['../group__intrinsic___s_i_m_d__gr.html#ga15d8899a173effb8ad8c7268da32b60e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshadd8',['__SHADD8',['../group__intrinsic___s_i_m_d__gr.html#ga524575b442ea01aec10c762bf4d85fea',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshasx',['__SHASX',['../group__intrinsic___s_i_m_d__gr.html#gae0a649035f67627464fd80e7218c89d5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsax',['__SHSAX',['../group__intrinsic___s_i_m_d__gr.html#gafadbd89c36b5addcf1ca10dd392db3e9',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsub16',['__SHSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga31328467f0f91b8ff9ae9a01682ad3bf',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsub8',['__SHSUB8',['../group__intrinsic___s_i_m_d__gr.html#gac3ec7215b354d925a239f3b31df2b77b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlad',['__SMLAD',['../group__intrinsic___s_i_m_d__gr.html#gae0c86f3298532183f3a29f5bb454d354',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmladx',['__SMLADX',['../group__intrinsic___s_i_m_d__gr.html#ga9c286d330f4fb29b256335add91eec9f',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlald',['__SMLALD',['../group__intrinsic___s_i_m_d__gr.html#gad80e9b20c1736fd798f897362273a146',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlaldx',['__SMLALDX',['../group__intrinsic___s_i_m_d__gr.html#gad1adad1b3f2667328cc0db6c6b4f41cf',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsd',['__SMLSD',['../group__intrinsic___s_i_m_d__gr.html#gaf4350af7f2030c36f43b2c104a9d16cd',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsdx',['__SMLSDX',['../group__intrinsic___s_i_m_d__gr.html#ga5290ce5564770ad124910d2583dc0a9e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsld',['__SMLSLD',['../group__intrinsic___s_i_m_d__gr.html#ga5611f7314e0c8f53da377918dfbf42ee',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsldx',['__SMLSLDX',['../group__intrinsic___s_i_m_d__gr.html#ga83e69ef81057d3cbd06863d729385187',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmmla',['__SMMLA',['../group__intrinsic___s_i_m_d__gr.html#gaea60757232f740ec6b09980eebb614ff',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmuad',['__SMUAD',['../group__intrinsic___s_i_m_d__gr.html#gae326e368a1624d2dfb4b97c626939257',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmuadx',['__SMUADX',['../group__intrinsic___s_i_m_d__gr.html#gaee6390f86965cb662500f690b0012092',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmusd',['__SMUSD',['../group__intrinsic___s_i_m_d__gr.html#ga039142a5368840683cf329cb55b73f84',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmusdx',['__SMUSDX',['../group__intrinsic___s_i_m_d__gr.html#gabb5bcba694bf17b141c32e6a8474f60e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssat',['__SSAT',['../group__intrinsic___c_p_u__gr.html#ga7d9dddda18805abbf51ac21c639845e1',1,'Ref_cmInstr.txt']]], - ['_5f_5fssat16',['__SSAT16',['../group__intrinsic___s_i_m_d__gr.html#ga95e666b82216066bf6064d1244e6883c',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssax',['__SSAX',['../group__intrinsic___s_i_m_d__gr.html#ga9d3bc5c539f9bd50f7d59ffa37ac6a65',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssub16',['__SSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga4262f73be75efbac6b46ab7c71aa6cbc',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssub8',['__SSUB8',['../group__intrinsic___s_i_m_d__gr.html#gaba63bb52e1e93fb527e26f3d474da12e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fstrexb',['__STREXB',['../group__intrinsic___c_p_u__gr.html#gaab6482d1f59f59e2b6b7efc1af391c99',1,'Ref_cmInstr.txt']]], - ['_5f_5fstrexh',['__STREXH',['../group__intrinsic___c_p_u__gr.html#ga0a354bdf71caa52f081a4a54e84c8d2a',1,'Ref_cmInstr.txt']]], - ['_5f_5fstrexw',['__STREXW',['../group__intrinsic___c_p_u__gr.html#ga335deaaa7991490e1450cb7d1e4c5197',1,'Ref_cmInstr.txt']]], - ['_5f_5fsxtab16',['__SXTAB16',['../group__intrinsic___s_i_m_d__gr.html#gac540b4fc41d30778ba102d2a65db5589',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsxtb16',['__SXTB16',['../group__intrinsic___s_i_m_d__gr.html#ga38dce3dd13ba212e80ec3cff4abeb11a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuadd16',['__UADD16',['../group__intrinsic___s_i_m_d__gr.html#gaa1160f0cf76d6aa292fbad54a1aa6b74',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuadd8',['__UADD8',['../group__intrinsic___s_i_m_d__gr.html#gab3d7fd00d113b20fb3741a17394da762',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuasx',['__UASX',['../group__intrinsic___s_i_m_d__gr.html#ga980353d2c72ebb879282e49f592fddc0',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhadd16',['__UHADD16',['../group__intrinsic___s_i_m_d__gr.html#gabd0b0e2da2e6364e176d051687702b86',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhadd8',['__UHADD8',['../group__intrinsic___s_i_m_d__gr.html#ga3a14e5485e59bf0f23595b7c2a94eb0b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhasx',['__UHASX',['../group__intrinsic___s_i_m_d__gr.html#ga028f0732b961fb6e5209326fb3855261',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsax',['__UHSAX',['../group__intrinsic___s_i_m_d__gr.html#ga09e129e6613329aab87c89f1108b7ed7',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsub16',['__UHSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga1f7545b8dc33bb97982731cb9d427a69',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsub8',['__UHSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga48a55df1c3e73923b73819d7c19b392d',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqadd16',['__UQADD16',['../group__intrinsic___s_i_m_d__gr.html#ga9e2cc5117e79578a08b25f1e89022966',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqadd8',['__UQADD8',['../group__intrinsic___s_i_m_d__gr.html#gafa9af218db3934a692fb06fa728d8031',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqasx',['__UQASX',['../group__intrinsic___s_i_m_d__gr.html#ga5eff3ae5eabcd73f3049996ca391becb',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsax',['__UQSAX',['../group__intrinsic___s_i_m_d__gr.html#gadecfdfabc328d8939d49d996f2fd4482',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsub16',['__UQSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga5ec4e2e231d15e5c692233feb3806187',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsub8',['__UQSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga9736fe816aec74fe886e7fb949734eab',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusad8',['__USAD8',['../group__intrinsic___s_i_m_d__gr.html#gac8855c07044239ea775c8128013204f0',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusada8',['__USADA8',['../group__intrinsic___s_i_m_d__gr.html#gad032bd21f013c5d29f5fcb6b0f02bc3f',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusat',['__USAT',['../group__intrinsic___c_p_u__gr.html#ga76bbe4374a5912362866cdc1ded4064a',1,'Ref_cmInstr.txt']]], - ['_5f_5fusat16',['__USAT16',['../group__intrinsic___s_i_m_d__gr.html#ga967f516afff5900cf30f1a81907cdd89',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusax',['__USAX',['../group__intrinsic___s_i_m_d__gr.html#ga578a082747436772c482c96d7a58e45e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusub16',['__USUB16',['../group__intrinsic___s_i_m_d__gr.html#ga9f2b77e11fc4a77b26c36c423ed45b4e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusub8',['__USUB8',['../group__intrinsic___s_i_m_d__gr.html#gacb7257dc3b8e9acbd0ef0e31ff87d4b8',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuxtab16',['__UXTAB16',['../group__intrinsic___s_i_m_d__gr.html#gad25ce96db0f17096bbd815f4817faf09',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuxtb16',['__UXTB16',['../group__intrinsic___s_i_m_d__gr.html#gab41d713653b16f8d9fef44d14e397228',1,'Ref_cm4_simd.txt']]], - ['_5f_5fwfe',['__WFE',['../group__intrinsic___c_p_u__gr.html#gad3efec76c3bfa2b8528ded530386c563',1,'Ref_cmInstr.txt']]], - ['_5f_5fwfi',['__WFI',['../group__intrinsic___c_p_u__gr.html#gaed91dfbf3d7d7b7fba8d912fcbeaad88',1,'Ref_cmInstr.txt']]], - ['_5freserved0',['_reserved0',['../union_a_p_s_r___type.html#afbce95646fd514c10aa85ec0a33db728',1,'APSR_Type::_reserved0()'],['../union_i_p_s_r___type.html#ad2eb0a06de4f03f58874a727716aa9aa',1,'IPSR_Type::_reserved0()'],['../unionx_p_s_r___type.html#af438e0f407357e914a70b5bd4d6a97c5',1,'xPSR_Type::_reserved0()'],['../union_c_o_n_t_r_o_l___type.html#af8c314273a1e4970a5671bd7f8184f50',1,'CONTROL_Type::_reserved0()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_61.html b/libraries/CMSIS/Documentation/Core/html/search/all_61.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_61.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_61.js b/libraries/CMSIS/Documentation/Core/html/search/all_61.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_61.js +++ /dev/null @@ -1,9 +0,0 @@ -var searchData= -[ - ['acpr',['ACPR',['../struct_t_p_i___type.html#ad75832a669eb121f6fce3c28d36b7fab',1,'TPI_Type']]], - ['actlr',['ACTLR',['../struct_s_cn_s_c_b___type.html#aacadedade30422fed705e8dfc8e6cd8d',1,'SCnSCB_Type']]], - ['adr',['ADR',['../struct_s_c_b___type.html#aaedf846e435ed05c68784b40d3db2bf2',1,'SCB_Type']]], - ['afsr',['AFSR',['../struct_s_c_b___type.html#aeb77053c84f49c261ab5b8374e8958ef',1,'SCB_Type']]], - ['aircr',['AIRCR',['../struct_s_c_b___type.html#a6ed3c9064013343ea9fd0a73a734f29d',1,'SCB_Type']]], - ['apsr_5ftype',['APSR_Type',['../union_a_p_s_r___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_62.html b/libraries/CMSIS/Documentation/Core/html/search/all_62.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_62.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_62.js b/libraries/CMSIS/Documentation/Core/html/search/all_62.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_62.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['b',['b',['../union_a_p_s_r___type.html#a7dbc79a057ded4b11ca5323fc2d5ab14',1,'APSR_Type::b()'],['../union_i_p_s_r___type.html#add0d6497bd50c25569ea22b48a03ec50',1,'IPSR_Type::b()'],['../unionx_p_s_r___type.html#a3b1063bb5cdad67e037cba993b693b70',1,'xPSR_Type::b()'],['../union_c_o_n_t_r_o_l___type.html#adc6a38ab2980d0e9577b5a871da14eb9',1,'CONTROL_Type::b()']]], - ['bfar',['BFAR',['../struct_s_c_b___type.html#a31f79afe86c949c9862e7d5fce077c3a',1,'SCB_Type']]], - ['busfault_5firqn',['BusFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8693500eff174f16119e96234fee73af',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_63.html b/libraries/CMSIS/Documentation/Core/html/search/all_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_63.js b/libraries/CMSIS/Documentation/Core/html/search/all_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_63.js +++ /dev/null @@ -1,22 +0,0 @@ -var searchData= -[ - ['c',['C',['../union_a_p_s_r___type.html#a86e2c5b891ecef1ab55b1edac0da79a6',1,'APSR_Type::C()'],['../unionx_p_s_r___type.html#a40213a6b5620410cac83b0d89564609d',1,'xPSR_Type::C()']]], - ['calib',['CALIB',['../struct_sys_tick___type.html#a9c9eda0ea6f6a7c904d2d75a6963e238',1,'SysTick_Type']]], - ['ccr',['CCR',['../struct_s_c_b___type.html#a6d273c6b90bad15c91dfbbad0f6e92d8',1,'SCB_Type']]], - ['cfsr',['CFSR',['../struct_s_c_b___type.html#a2f94bf549b16fdeb172352e22309e3c4',1,'SCB_Type']]], - ['claimclr',['CLAIMCLR',['../struct_t_p_i___type.html#a44efa6045512c8d4da64b0623f7a43ad',1,'TPI_Type']]], - ['claimset',['CLAIMSET',['../struct_t_p_i___type.html#a2e4d5a07fabd771fa942a171230a0a84',1,'TPI_Type']]], - ['comp0',['COMP0',['../struct_d_w_t___type.html#a7cf71ff4b30a8362690fddd520763904',1,'DWT_Type']]], - ['comp1',['COMP1',['../struct_d_w_t___type.html#a4a5bb70a5ce3752bd628d5ce5658cb0c',1,'DWT_Type']]], - ['comp2',['COMP2',['../struct_d_w_t___type.html#a8927aedbe9fd6bdae8983088efc83332',1,'DWT_Type']]], - ['comp3',['COMP3',['../struct_d_w_t___type.html#a3df15697eec279dbbb4b4e9d9ae8b62f',1,'DWT_Type']]], - ['control_5ftype',['CONTROL_Type',['../union_c_o_n_t_r_o_l___type.html',1,'']]], - ['core_20register_20access',['Core Register Access',['../group___core___register__gr.html',1,'']]], - ['coredebug_5ftype',['CoreDebug_Type',['../struct_core_debug___type.html',1,'']]], - ['cpacr',['CPACR',['../struct_s_c_b___type.html#af460b56ce524a8e3534173f0aee78e85',1,'SCB_Type']]], - ['cpicnt',['CPICNT',['../struct_d_w_t___type.html#a88cca2ab8eb1b5b507817656ceed89fc',1,'DWT_Type']]], - ['cpuid',['CPUID',['../struct_s_c_b___type.html#afa7a9ee34dfa1da0b60b4525da285032',1,'SCB_Type']]], - ['cspsr',['CSPSR',['../struct_t_p_i___type.html#aa723ef3d38237aa2465779b3cc73a94a',1,'TPI_Type']]], - ['ctrl',['CTRL',['../struct_sys_tick___type.html#af2ad94ac83e5d40fc6e34884bc1bec5f',1,'SysTick_Type::CTRL()'],['../struct_m_p_u___type.html#aab33593671948b93b1c0908d78779328',1,'MPU_Type::CTRL()'],['../struct_d_w_t___type.html#a37964d64a58551b69ce4c8097210d37d',1,'DWT_Type::CTRL()']]], - ['cyccnt',['CYCCNT',['../struct_d_w_t___type.html#a71680298e85e96e57002f87e7ab78fd4',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_64.html b/libraries/CMSIS/Documentation/Core/html/search/all_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_64.js b/libraries/CMSIS/Documentation/Core/html/search/all_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_64.js +++ /dev/null @@ -1,15 +0,0 @@ -var searchData= -[ - ['dcrdr',['DCRDR',['../struct_core_debug___type.html#ab8f4bb076402b61f7be6308075a789c9',1,'CoreDebug_Type']]], - ['dcrsr',['DCRSR',['../struct_core_debug___type.html#afefa84bce7497652353a1b76d405d983',1,'CoreDebug_Type']]], - ['debugmonitor_5firqn',['DebugMonitor_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8e033fcef7aed98a31c60a7de206722c',1,'Ref_NVIC.txt']]], - ['demcr',['DEMCR',['../struct_core_debug___type.html#a5cdd51dbe3ebb7041880714430edd52d',1,'CoreDebug_Type']]], - ['device_20header_20file_20_3cdevice_2eh_3e',['Device Header File <device.h>',['../device_h_pg.html',1,'Templates_pg']]], - ['devid',['DEVID',['../struct_t_p_i___type.html#a4b2e0d680cf7e26728ca8966363a938d',1,'TPI_Type']]], - ['devtype',['DEVTYPE',['../struct_t_p_i___type.html#a16d12c5b1e12f764fa3ec4a51c5f0f35',1,'TPI_Type']]], - ['dfr',['DFR',['../struct_s_c_b___type.html#a586a5225467262b378c0f231ccc77f86',1,'SCB_Type']]], - ['dfsr',['DFSR',['../struct_s_c_b___type.html#ad7d61d9525fa9162579c3da0b87bff8d',1,'SCB_Type']]], - ['dhcsr',['DHCSR',['../struct_core_debug___type.html#a25c14c022c73a725a1736e903431095d',1,'CoreDebug_Type']]], - ['dwt_5ftype',['DWT_Type',['../struct_d_w_t___type.html',1,'']]], - ['debug_20access',['Debug Access',['../group___i_t_m___debug__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_65.html b/libraries/CMSIS/Documentation/Core/html/search/all_65.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_65.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_65.js b/libraries/CMSIS/Documentation/Core/html/search/all_65.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_65.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['exccnt',['EXCCNT',['../struct_d_w_t___type.html#ac0801a2328f3431e4706fed91c828f82',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_66.html b/libraries/CMSIS/Documentation/Core/html/search/all_66.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_66.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_66.js b/libraries/CMSIS/Documentation/Core/html/search/all_66.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_66.js +++ /dev/null @@ -1,18 +0,0 @@ -var searchData= -[ - ['ffcr',['FFCR',['../struct_t_p_i___type.html#a3eb42d69922e340037692424a69da880',1,'TPI_Type']]], - ['ffsr',['FFSR',['../struct_t_p_i___type.html#ae67849b2c1016fe6ef9095827d16cddd',1,'TPI_Type']]], - ['fifo0',['FIFO0',['../struct_t_p_i___type.html#ae91ff529e87d8e234343ed31bcdc4f10',1,'TPI_Type']]], - ['fifo1',['FIFO1',['../struct_t_p_i___type.html#aebaa9b8dd27f8017dd4f92ecf32bac8e',1,'TPI_Type']]], - ['foldcnt',['FOLDCNT',['../struct_d_w_t___type.html#a35f2315f870a574e3e6958face6584ab',1,'DWT_Type']]], - ['fpca',['FPCA',['../union_c_o_n_t_r_o_l___type.html#ac62cfff08e6f055e0101785bad7094cd',1,'CONTROL_Type']]], - ['fpcar',['FPCAR',['../struct_f_p_u___type.html#aa48253f088dc524de80c42fbc995f66b',1,'FPU_Type']]], - ['fpccr',['FPCCR',['../struct_f_p_u___type.html#a22054423086a3daf2077fb2f3fe2a8b8',1,'FPU_Type']]], - ['fpdscr',['FPDSCR',['../struct_f_p_u___type.html#a4d58ef3ebea69a5ec5acd8c90a9941b6',1,'FPU_Type']]], - ['fpu_5ftype',['FPU_Type',['../struct_f_p_u___type.html',1,'']]], - ['fscr',['FSCR',['../struct_t_p_i___type.html#a377b78fe804f327e6f8b3d0f37e7bfef',1,'TPI_Type']]], - ['function0',['FUNCTION0',['../struct_d_w_t___type.html#a5fbd9947d110cc168941f6acadc4a729',1,'DWT_Type']]], - ['function1',['FUNCTION1',['../struct_d_w_t___type.html#a3345a33476ee58e165447a3212e6d747',1,'DWT_Type']]], - ['function2',['FUNCTION2',['../struct_d_w_t___type.html#acba1654190641a3617fcc558b5e3f87b',1,'DWT_Type']]], - ['function3',['FUNCTION3',['../struct_d_w_t___type.html#a80bd242fc05ca80f9db681ce4d82e890',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_68.html b/libraries/CMSIS/Documentation/Core/html/search/all_68.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_68.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_68.js b/libraries/CMSIS/Documentation/Core/html/search/all_68.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_68.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['hardfault_5firqn',['HardFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ab1a222a34a32f0ef5ac65e714efc1f85',1,'Ref_NVIC.txt']]], - ['hfsr',['HFSR',['../struct_s_c_b___type.html#a7bed53391da4f66d8a2a236a839d4c3d',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_69.html b/libraries/CMSIS/Documentation/Core/html/search/all_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_69.js b/libraries/CMSIS/Documentation/Core/html/search/all_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_69.js +++ /dev/null @@ -1,27 +0,0 @@ -var searchData= -[ - ['iabr',['IABR',['../struct_n_v_i_c___type.html#a33e917b381e08dabe4aa5eb2881a7c11',1,'NVIC_Type']]], - ['icer',['ICER',['../struct_n_v_i_c___type.html#a1965a2e68b61d2e2009621f6949211a5',1,'NVIC_Type']]], - ['icpr',['ICPR',['../struct_n_v_i_c___type.html#a46241be64208436d35c9a4f8552575c5',1,'NVIC_Type']]], - ['icsr',['ICSR',['../struct_s_c_b___type.html#a3e66570ab689d28aebefa7e84e85dc4a',1,'SCB_Type']]], - ['ictr',['ICTR',['../struct_s_cn_s_c_b___type.html#ad99a25f5d4c163d9005ca607c24f6a98',1,'SCnSCB_Type']]], - ['intrinsic_20functions_20for_20cpu_20instructions',['Intrinsic Functions for CPU Instructions',['../group__intrinsic___c_p_u__gr.html',1,'']]], - ['intrinsic_20functions_20for_20simd_20instructions_20_5bonly_20cortex_2dm4_5d',['Intrinsic Functions for SIMD Instructions [only Cortex-M4]',['../group__intrinsic___s_i_m_d__gr.html',1,'']]], - ['ip',['IP',['../struct_n_v_i_c___type.html#a6524789fedb94623822c3e0a47f3d06c',1,'NVIC_Type']]], - ['ipsr_5ftype',['IPSR_Type',['../union_i_p_s_r___type.html',1,'']]], - ['irqn_5ftype',['IRQn_Type',['../group___n_v_i_c__gr.html#ga7e1129cd8a196f4284d41db3e82ad5c8',1,'Ref_NVIC.txt']]], - ['isar',['ISAR',['../struct_s_c_b___type.html#acee8e458f054aac964268f4fe647ea4f',1,'SCB_Type']]], - ['iser',['ISER',['../struct_n_v_i_c___type.html#af90c80b7c2b48e248780b3781e0df80f',1,'NVIC_Type']]], - ['ispr',['ISPR',['../struct_n_v_i_c___type.html#acf8e38fc2e97316242ddeb7ea959ab90',1,'NVIC_Type']]], - ['isr',['ISR',['../union_i_p_s_r___type.html#ab46e5f1b2f4d17cfb9aca4fffcbb2fa5',1,'IPSR_Type::ISR()'],['../unionx_p_s_r___type.html#a3e9120dcf1a829fc8d2302b4d0673970',1,'xPSR_Type::ISR()']]], - ['it',['IT',['../unionx_p_s_r___type.html#a3200966922a194d84425e2807a7f1328',1,'xPSR_Type']]], - ['itatbctr0',['ITATBCTR0',['../struct_t_p_i___type.html#a20ca7fad4d4009c242f20a7b4a44b7d0',1,'TPI_Type']]], - ['itatbctr2',['ITATBCTR2',['../struct_t_p_i___type.html#a176d991adb4c022bd5b982a9f8fa6a1d',1,'TPI_Type']]], - ['itctrl',['ITCTRL',['../struct_t_p_i___type.html#ab49c2cb6b5fe082746a444e07548c198',1,'TPI_Type']]], - ['itm_5fcheckchar',['ITM_CheckChar',['../group___i_t_m___debug__gr.html#ga7f9bbabd9756d1a7eafb2d9bf27e0535',1,'Ref_Debug.txt']]], - ['itm_5freceivechar',['ITM_ReceiveChar',['../group___i_t_m___debug__gr.html#ga37b8f41cae703b5ff6947e271065558c',1,'Ref_Debug.txt']]], - ['itm_5frxbuffer',['ITM_RxBuffer',['../group___i_t_m___debug__gr.html#ga12e68e55a7badc271b948d6c7230b2a8',1,'Ref_Debug.txt']]], - ['itm_5fsendchar',['ITM_SendChar',['../group___i_t_m___debug__gr.html#gaaa7c716331f74d644bf6bf25cd3392d1',1,'Ref_Debug.txt']]], - ['itm_5ftype',['ITM_Type',['../struct_i_t_m___type.html',1,'']]], - ['interrupts_20and_20exceptions_20_28nvic_29',['Interrupts and Exceptions (NVIC)',['../group___n_v_i_c__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6c.html b/libraries/CMSIS/Documentation/Core/html/search/all_6c.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6c.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6c.js b/libraries/CMSIS/Documentation/Core/html/search/all_6c.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6c.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['load',['LOAD',['../struct_sys_tick___type.html#ae7bc9d3eac1147f3bba8d73a8395644f',1,'SysTick_Type']]], - ['lsucnt',['LSUCNT',['../struct_d_w_t___type.html#aeba92e6c7fd3de4ba06bfd94f47f5b35',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6d.html b/libraries/CMSIS/Documentation/Core/html/search/all_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6d.js b/libraries/CMSIS/Documentation/Core/html/search/all_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6d.js +++ /dev/null @@ -1,15 +0,0 @@ -var searchData= -[ - ['misra_2dc_3a2004_20compliance_20exceptions',['MISRA-C:2004 Compliance Exceptions',['../_c_o_r_e__m_i_s_r_a__exceptions_pg.html',1,'']]], - ['mask0',['MASK0',['../struct_d_w_t___type.html#a5bb1c17fc754180cc197b874d3d8673f',1,'DWT_Type']]], - ['mask1',['MASK1',['../struct_d_w_t___type.html#a0c684438a24f8c927e6e01c0e0a605ef',1,'DWT_Type']]], - ['mask2',['MASK2',['../struct_d_w_t___type.html#a8ecdc8f0d917dac86b0373532a1c0e2e',1,'DWT_Type']]], - ['mask3',['MASK3',['../struct_d_w_t___type.html#ae3f01137a8d28c905ddefe7333547fba',1,'DWT_Type']]], - ['memorymanagement_5firqn',['MemoryManagement_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a33ff1cf7098de65d61b6354fee6cd5aa',1,'Ref_NVIC.txt']]], - ['misra_2etxt',['MISRA.txt',['../_m_i_s_r_a_8txt.html',1,'']]], - ['mmfar',['MMFAR',['../struct_s_c_b___type.html#ac49b24b3f222508464f111772f2c44dd',1,'SCB_Type']]], - ['mmfr',['MMFR',['../struct_s_c_b___type.html#aec2f8283d2737c6897188568a4214976',1,'SCB_Type']]], - ['mpu_5ftype',['MPU_Type',['../struct_m_p_u___type.html',1,'']]], - ['mvfr0',['MVFR0',['../struct_f_p_u___type.html#a135577b0a76bd3164be2a02f29ca46f1',1,'FPU_Type']]], - ['mvfr1',['MVFR1',['../struct_f_p_u___type.html#a776e8625853e1413c4e8330ec85c256d',1,'FPU_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6e.html b/libraries/CMSIS/Documentation/Core/html/search/all_6e.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6e.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6e.js b/libraries/CMSIS/Documentation/Core/html/search/all_6e.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6e.js +++ /dev/null @@ -1,20 +0,0 @@ -var searchData= -[ - ['n',['N',['../union_a_p_s_r___type.html#a7e7bbba9b00b0bb3283dc07f1abe37e0',1,'APSR_Type::N()'],['../unionx_p_s_r___type.html#a2db9a52f6d42809627d1a7a607c5dbc5',1,'xPSR_Type::N()']]], - ['nonmaskableint_5firqn',['NonMaskableInt_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ade177d9c70c89e084093024b932a4e30',1,'Ref_NVIC.txt']]], - ['npriv',['nPRIV',['../union_c_o_n_t_r_o_l___type.html#a35c1732cf153b7b5c4bd321cf1de9605',1,'CONTROL_Type']]], - ['nvic_5fclearpendingirq',['NVIC_ClearPendingIRQ',['../group___n_v_i_c__gr.html#ga382ad6bedd6eecfdabd1b94dd128a01a',1,'Ref_NVIC.txt']]], - ['nvic_5fdecodepriority',['NVIC_DecodePriority',['../group___n_v_i_c__gr.html#gad3cbca1be7a4726afa9448a9acd89377',1,'Ref_NVIC.txt']]], - ['nvic_5fdisableirq',['NVIC_DisableIRQ',['../group___n_v_i_c__gr.html#ga736ba13a76eb37ef6e2c253be8b0331c',1,'Ref_NVIC.txt']]], - ['nvic_5fenableirq',['NVIC_EnableIRQ',['../group___n_v_i_c__gr.html#ga530ad9fda2ed1c8b70e439ecfe80591f',1,'Ref_NVIC.txt']]], - ['nvic_5fencodepriority',['NVIC_EncodePriority',['../group___n_v_i_c__gr.html#ga0688c59605b119c53c71b2505ab23eb5',1,'Ref_NVIC.txt']]], - ['nvic_5fgetactive',['NVIC_GetActive',['../group___n_v_i_c__gr.html#gadf4252e600661fd762cfc0d1a9f5b892',1,'Ref_NVIC.txt']]], - ['nvic_5fgetpendingirq',['NVIC_GetPendingIRQ',['../group___n_v_i_c__gr.html#ga95a8329a680b051ecf3ee8f516acc662',1,'Ref_NVIC.txt']]], - ['nvic_5fgetpriority',['NVIC_GetPriority',['../group___n_v_i_c__gr.html#gab18fb9f6c5f4c70fdd73047f0f7c8395',1,'Ref_NVIC.txt']]], - ['nvic_5fgetprioritygrouping',['NVIC_GetPriorityGrouping',['../group___n_v_i_c__gr.html#gaa81b19849367d3cdb95ac108c500fa78',1,'Ref_NVIC.txt']]], - ['nvic_5fsetpendingirq',['NVIC_SetPendingIRQ',['../group___n_v_i_c__gr.html#ga3b885147ef9965ecede49614de8df9d2',1,'Ref_NVIC.txt']]], - ['nvic_5fsetpriority',['NVIC_SetPriority',['../group___n_v_i_c__gr.html#ga5bb7f43ad92937c039dee3d36c3c2798',1,'Ref_NVIC.txt']]], - ['nvic_5fsetprioritygrouping',['NVIC_SetPriorityGrouping',['../group___n_v_i_c__gr.html#gad78f447e891789b4d8f2e5b21eeda354',1,'Ref_NVIC.txt']]], - ['nvic_5fsystemreset',['NVIC_SystemReset',['../group___n_v_i_c__gr.html#ga1b47d17e90b6a03e7bd1ec6a0d549b46',1,'Ref_NVIC.txt']]], - ['nvic_5ftype',['NVIC_Type',['../struct_n_v_i_c___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6f.html b/libraries/CMSIS/Documentation/Core/html/search/all_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_6f.js b/libraries/CMSIS/Documentation/Core/html/search/all_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_6f.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['overview',['Overview',['../index.html',1,'']]], - ['overview_2etxt',['Overview.txt',['../_overview_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_70.html b/libraries/CMSIS/Documentation/Core/html/search/all_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_70.js b/libraries/CMSIS/Documentation/Core/html/search/all_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_70.js +++ /dev/null @@ -1,9 +0,0 @@ -var searchData= -[ - ['pcsr',['PCSR',['../struct_d_w_t___type.html#abc5ae11d98da0ad5531a5e979a3c2ab5',1,'DWT_Type']]], - ['pendsv_5firqn',['PendSV_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a03c3cc89984928816d81793fc7bce4a2',1,'Ref_NVIC.txt']]], - ['peripheral_20access',['Peripheral Access',['../group__peripheral__gr.html',1,'']]], - ['pfr',['PFR',['../struct_s_c_b___type.html#a3f51c43f952f3799951d0c54e76b0cb7',1,'SCB_Type']]], - ['port',['PORT',['../struct_i_t_m___type.html#afe056e8c8f8c5519d9b47611fa3a4c46',1,'ITM_Type']]], - ['pvd_5fstm_5firqn',['PVD_STM_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a853e0f318108110e0527f29733d11f86',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_71.html b/libraries/CMSIS/Documentation/Core/html/search/all_71.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_71.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_71.js b/libraries/CMSIS/Documentation/Core/html/search/all_71.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_71.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['q',['Q',['../union_a_p_s_r___type.html#a22d10913489d24ab08bd83457daa88de',1,'APSR_Type::Q()'],['../unionx_p_s_r___type.html#add7cbd2b0abd8954d62cd7831796ac7c',1,'xPSR_Type::Q()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_72.html b/libraries/CMSIS/Documentation/Core/html/search/all_72.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_72.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_72.js b/libraries/CMSIS/Documentation/Core/html/search/all_72.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_72.js +++ /dev/null @@ -1,31 +0,0 @@ -var searchData= -[ - ['rasr',['RASR',['../struct_m_p_u___type.html#adc65d266d15ce9ba57b3d127e8267f03',1,'MPU_Type']]], - ['rasr_5fa1',['RASR_A1',['../struct_m_p_u___type.html#a94222f9a8637b5329016e18f08af7185',1,'MPU_Type']]], - ['rasr_5fa2',['RASR_A2',['../struct_m_p_u___type.html#a0aac7727a6225c6aa00627c36d51d014',1,'MPU_Type']]], - ['rasr_5fa3',['RASR_A3',['../struct_m_p_u___type.html#aced0b908173b9a4bae4f59452f0cdb0d',1,'MPU_Type']]], - ['rbar',['RBAR',['../struct_m_p_u___type.html#a3f2e2448a77aadacd9f394f6c4c708d9',1,'MPU_Type']]], - ['rbar_5fa1',['RBAR_A1',['../struct_m_p_u___type.html#a4dbcffa0a71c31e521b645b34b40e639',1,'MPU_Type']]], - ['rbar_5fa2',['RBAR_A2',['../struct_m_p_u___type.html#a8703a00626dba046b841c0db6c78c395',1,'MPU_Type']]], - ['rbar_5fa3',['RBAR_A3',['../struct_m_p_u___type.html#a9fda17c37b85ef317c7c8688ff8c5804',1,'MPU_Type']]], - ['ref_5fcm4_5fsimd_2etxt',['Ref_cm4_simd.txt',['../_ref__cm4__simd_8txt.html',1,'']]], - ['ref_5fcminstr_2etxt',['Ref_cmInstr.txt',['../_ref__cm_instr_8txt.html',1,'']]], - ['ref_5fcorereg_2etxt',['Ref_CoreReg.txt',['../_ref___core_reg_8txt.html',1,'']]], - ['ref_5fdatastructs_2etxt',['Ref_DataStructs.txt',['../_ref___data_structs_8txt.html',1,'']]], - ['ref_5fdebug_2etxt',['Ref_Debug.txt',['../_ref___debug_8txt.html',1,'']]], - ['ref_5fnvic_2etxt',['Ref_NVIC.txt',['../_ref___n_v_i_c_8txt.html',1,'']]], - ['ref_5fperipheral_2etxt',['Ref_Peripheral.txt',['../_ref___peripheral_8txt.html',1,'']]], - ['ref_5fsystemandclock_2etxt',['Ref_SystemAndClock.txt',['../_ref___system_and_clock_8txt.html',1,'']]], - ['ref_5fsystick_2etxt',['Ref_Systick.txt',['../_ref___systick_8txt.html',1,'']]], - ['regmap_5fcmsis2arm_5fdoc_2etxt',['RegMap_CMSIS2ARM_Doc.txt',['../_reg_map___c_m_s_i_s2_a_r_m___doc_8txt.html',1,'']]], - ['register_20mapping',['Register Mapping',['../_reg_map_pg.html',1,'']]], - ['reserved0',['RESERVED0',['../struct_n_v_i_c___type.html#a2de17698945ea49abd58a2d45bdc9c80',1,'NVIC_Type::RESERVED0()'],['../struct_s_c_b___type.html#ac89a5d9901e3748d22a7090bfca2bee6',1,'SCB_Type::RESERVED0()'],['../struct_s_cn_s_c_b___type.html#afe1d5fd2966d5062716613b05c8d0ae1',1,'SCnSCB_Type::RESERVED0()'],['../struct_i_t_m___type.html#a2c5ae30385b5f370d023468ea9914c0e',1,'ITM_Type::RESERVED0()'],['../struct_f_p_u___type.html#a7b2967b069046c8544adbbc1db143a36',1,'FPU_Type::RESERVED0()'],['../struct_d_w_t___type.html#addd893d655ed90d40705b20170daac59',1,'DWT_Type::RESERVED0()'],['../struct_t_p_i___type.html#af143c5e8fc9a3b2be2878e9c1f331aa9',1,'TPI_Type::RESERVED0()']]], - ['reserved1',['RESERVED1',['../struct_i_t_m___type.html#afffce5b93bbfedbaee85357d0b07ebce',1,'ITM_Type::RESERVED1()'],['../struct_d_w_t___type.html#a069871233a8c1df03521e6d7094f1de4',1,'DWT_Type::RESERVED1()'],['../struct_t_p_i___type.html#ac3956fe93987b725d89d3be32738da12',1,'TPI_Type::RESERVED1()']]], - ['reserved2',['RESERVED2',['../struct_n_v_i_c___type.html#a0953af43af8ec7fd5869a1d826ce5b72',1,'NVIC_Type::RESERVED2()'],['../struct_i_t_m___type.html#af56b2f07bc6b42cd3e4d17e1b27cff7b',1,'ITM_Type::RESERVED2()'],['../struct_d_w_t___type.html#a8556ca1c32590517602d92fe0cd55738',1,'DWT_Type::RESERVED2()'],['../struct_t_p_i___type.html#ac7bbb92e6231b9b38ac483f7d161a096',1,'TPI_Type::RESERVED2()']]], - ['reserved3',['RESERVED3',['../struct_n_v_i_c___type.html#a9dd330835dbf21471e7b5be8692d77ab',1,'NVIC_Type::RESERVED3()'],['../struct_t_p_i___type.html#a31700c8cdd26e4c094db72af33d9f24c',1,'TPI_Type::RESERVED3()']]], - ['reserved4',['RESERVED4',['../struct_n_v_i_c___type.html#a5c0e5d507ac3c1bd5cdaaf9bbd177790',1,'NVIC_Type::RESERVED4()'],['../struct_t_p_i___type.html#a684071216fafee4e80be6aaa932cec46',1,'TPI_Type::RESERVED4()']]], - ['reserved5',['RESERVED5',['../struct_n_v_i_c___type.html#a4f753b4f824270175af045ac99bc12e8',1,'NVIC_Type::RESERVED5()'],['../struct_t_p_i___type.html#a3f80dd93f6bab6524603a7aa58de9a30',1,'TPI_Type::RESERVED5()']]], - ['reserved7',['RESERVED7',['../struct_t_p_i___type.html#a476ca23fbc9480f1697fbec871130550',1,'TPI_Type']]], - ['rnr',['RNR',['../struct_m_p_u___type.html#afd8de96a5d574c3953e2106e782f9833',1,'MPU_Type']]], - ['rserved1',['RSERVED1',['../struct_n_v_i_c___type.html#a6d1daf7ab6f2ba83f57ff67ae6f571fe',1,'NVIC_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_73.html b/libraries/CMSIS/Documentation/Core/html/search/all_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_73.js b/libraries/CMSIS/Documentation/Core/html/search/all_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_73.js +++ /dev/null @@ -1,24 +0,0 @@ -var searchData= -[ - ['scb_5ftype',['SCB_Type',['../struct_s_c_b___type.html',1,'']]], - ['scnscb_5ftype',['SCnSCB_Type',['../struct_s_cn_s_c_b___type.html',1,'']]], - ['scr',['SCR',['../struct_s_c_b___type.html#abfad14e7b4534d73d329819625d77a16',1,'SCB_Type']]], - ['shcsr',['SHCSR',['../struct_s_c_b___type.html#ae9891a59abbe51b0b2067ca507ca212f',1,'SCB_Type']]], - ['shp',['SHP',['../struct_s_c_b___type.html#af6336103f8be0cab29de51daed5a65f4',1,'SCB_Type']]], - ['sleepcnt',['SLEEPCNT',['../struct_d_w_t___type.html#a8afd5a4bf994011748bc012fa442c74d',1,'DWT_Type']]], - ['sppr',['SPPR',['../struct_t_p_i___type.html#a3eb655f2e45d7af358775025c1a50c8e',1,'TPI_Type']]], - ['spsel',['SPSEL',['../union_c_o_n_t_r_o_l___type.html#a8cc085fea1c50a8bd9adea63931ee8e2',1,'CONTROL_Type']]], - ['sspsr',['SSPSR',['../struct_t_p_i___type.html#a158e9d784f6ee6398f4bdcb2e4ca0912',1,'TPI_Type']]], - ['startup_20file_20startup_5f_3cdevice_3e_2es',['Startup File startup_<device>.s',['../startup_s_pg.html',1,'Templates_pg']]], - ['stir',['STIR',['../struct_n_v_i_c___type.html#a0b0d7f3131da89c659a2580249432749',1,'NVIC_Type']]], - ['svcall_5firqn',['SVCall_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a4ce820b3cc6cf3a796b41aadc0cf1237',1,'Ref_NVIC.txt']]], - ['system_20configuration_20files_20system_5f_3cdevice_3e_2ec_20and_20system_5f_3cdevice_3e_2eh',['System Configuration Files system_<device>.c and system_<device>.h',['../system_c_pg.html',1,'Templates_pg']]], - ['system_20and_20clock_20configuration',['System and Clock Configuration',['../group__system__init__gr.html',1,'']]], - ['systemcoreclock',['SystemCoreClock',['../group__system__init__gr.html#gaa3cd3e43291e81e795d642b79b6088e6',1,'Ref_SystemAndClock.txt']]], - ['systemcoreclockupdate',['SystemCoreClockUpdate',['../group__system__init__gr.html#gae0c36a9591fe6e9c45ecb21a794f0f0f',1,'Ref_SystemAndClock.txt']]], - ['systeminit',['SystemInit',['../group__system__init__gr.html#ga93f514700ccf00d08dbdcff7f1224eb2',1,'Ref_SystemAndClock.txt']]], - ['systick_5fconfig',['SysTick_Config',['../group___sys_tick__gr.html#gabe47de40e9b0ad465b752297a9d9f427',1,'Ref_Systick.txt']]], - ['systick_20timer_20_28systick_29',['Systick Timer (SYSTICK)',['../group___sys_tick__gr.html',1,'']]], - ['systick_5firqn',['SysTick_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6dbff8f8543325f3474cbae2446776e7',1,'Ref_NVIC.txt']]], - ['systick_5ftype',['SysTick_Type',['../struct_sys_tick___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_74.html b/libraries/CMSIS/Documentation/Core/html/search/all_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_74.js b/libraries/CMSIS/Documentation/Core/html/search/all_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_74.js +++ /dev/null @@ -1,12 +0,0 @@ -var searchData= -[ - ['t',['T',['../unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658',1,'xPSR_Type']]], - ['tcr',['TCR',['../struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45',1,'ITM_Type']]], - ['template_2etxt',['Template.txt',['../_template_8txt.html',1,'']]], - ['template_20files',['Template Files',['../_templates_pg.html',1,'']]], - ['ter',['TER',['../struct_i_t_m___type.html#a91a040e1b162e1128ac1e852b4a0e589',1,'ITM_Type']]], - ['tpi_5ftype',['TPI_Type',['../struct_t_p_i___type.html',1,'']]], - ['tpr',['TPR',['../struct_i_t_m___type.html#a93b480aac6da620bbb611212186d47fa',1,'ITM_Type']]], - ['trigger',['TRIGGER',['../struct_t_p_i___type.html#aa4b603c71768dbda553da571eccba1fe',1,'TPI_Type']]], - ['type',['TYPE',['../struct_m_p_u___type.html#a6ae8a8c3a4909ae41447168d793608f7',1,'MPU_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_75.html b/libraries/CMSIS/Documentation/Core/html/search/all_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_75.js b/libraries/CMSIS/Documentation/Core/html/search/all_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_75.js +++ /dev/null @@ -1,10 +0,0 @@ -var searchData= -[ - ['u16',['u16',['../struct_i_t_m___type.html#a12aa4eb4d9dcb589a5d953c836f4e8f4',1,'ITM_Type']]], - ['u32',['u32',['../struct_i_t_m___type.html#a6882fa5af67ef5c5dfb433b3b68939df',1,'ITM_Type']]], - ['u8',['u8',['../struct_i_t_m___type.html#abea77b06775d325e5f6f46203f582433',1,'ITM_Type']]], - ['usagefault_5firqn',['UsageFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6895237c9443601ac832efa635dd8bbf',1,'Ref_NVIC.txt']]], - ['using_2etxt',['Using.txt',['../_using_8txt.html',1,'']]], - ['using_20cmsis_20with_20generic_20arm_20processors',['Using CMSIS with generic ARM Processors',['../_using__a_r_m_pg.html',1,'Using_pg']]], - ['using_20cmsis_20in_20embedded_20applications',['Using CMSIS in Embedded Applications',['../_using_pg.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_76.html b/libraries/CMSIS/Documentation/Core/html/search/all_76.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_76.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_76.js b/libraries/CMSIS/Documentation/Core/html/search/all_76.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_76.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['v',['V',['../union_a_p_s_r___type.html#a8004d224aacb78ca37774c35f9156e7e',1,'APSR_Type::V()'],['../unionx_p_s_r___type.html#af14df16ea0690070c45b95f2116b7a0a',1,'xPSR_Type::V()']]], - ['val',['VAL',['../struct_sys_tick___type.html#a0997ff20f11817f8246e8f0edac6f4e4',1,'SysTick_Type']]], - ['vtor',['VTOR',['../struct_s_c_b___type.html#a0faf96f964931cadfb71cfa54e051f6f',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_77.html b/libraries/CMSIS/Documentation/Core/html/search/all_77.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_77.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_77.js b/libraries/CMSIS/Documentation/Core/html/search/all_77.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_77.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['w',['w',['../union_a_p_s_r___type.html#ae4c2ef8c9430d7b7bef5cbfbbaed3a94',1,'APSR_Type::w()'],['../union_i_p_s_r___type.html#a4adca999d3a0bc1ae682d73ea7cfa879',1,'IPSR_Type::w()'],['../unionx_p_s_r___type.html#a1a47176768f45f79076c4f5b1b534bc2',1,'xPSR_Type::w()'],['../union_c_o_n_t_r_o_l___type.html#a6b642cca3d96da660b1198c133ca2a1f',1,'CONTROL_Type::w()']]], - ['wwdg_5fstm_5firqn',['WWDG_STM_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8aa62e040960b4beb6cba107e4703c12d2',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_78.html b/libraries/CMSIS/Documentation/Core/html/search/all_78.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_78.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_78.js b/libraries/CMSIS/Documentation/Core/html/search/all_78.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_78.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['xpsr_5ftype',['xPSR_Type',['../unionx_p_s_r___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_7a.html b/libraries/CMSIS/Documentation/Core/html/search/all_7a.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_7a.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/all_7a.js b/libraries/CMSIS/Documentation/Core/html/search/all_7a.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/all_7a.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['z',['Z',['../union_a_p_s_r___type.html#a3b04d58738b66a28ff13f23d8b0ba7e5',1,'APSR_Type::Z()'],['../unionx_p_s_r___type.html#a1e5d9801013d5146f2e02d9b7b3da562',1,'xPSR_Type::Z()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_61.html b/libraries/CMSIS/Documentation/Core/html/search/classes_61.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_61.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_61.js b/libraries/CMSIS/Documentation/Core/html/search/classes_61.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_61.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['apsr_5ftype',['APSR_Type',['../union_a_p_s_r___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_63.html b/libraries/CMSIS/Documentation/Core/html/search/classes_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_63.js b/libraries/CMSIS/Documentation/Core/html/search/classes_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_63.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['control_5ftype',['CONTROL_Type',['../union_c_o_n_t_r_o_l___type.html',1,'']]], - ['coredebug_5ftype',['CoreDebug_Type',['../struct_core_debug___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_64.html b/libraries/CMSIS/Documentation/Core/html/search/classes_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_64.js b/libraries/CMSIS/Documentation/Core/html/search/classes_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_64.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['dwt_5ftype',['DWT_Type',['../struct_d_w_t___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_66.html b/libraries/CMSIS/Documentation/Core/html/search/classes_66.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_66.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_66.js b/libraries/CMSIS/Documentation/Core/html/search/classes_66.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_66.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['fpu_5ftype',['FPU_Type',['../struct_f_p_u___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_69.html b/libraries/CMSIS/Documentation/Core/html/search/classes_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_69.js b/libraries/CMSIS/Documentation/Core/html/search/classes_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_69.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['ipsr_5ftype',['IPSR_Type',['../union_i_p_s_r___type.html',1,'']]], - ['itm_5ftype',['ITM_Type',['../struct_i_t_m___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_6d.html b/libraries/CMSIS/Documentation/Core/html/search/classes_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_6d.js b/libraries/CMSIS/Documentation/Core/html/search/classes_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_6d.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['mpu_5ftype',['MPU_Type',['../struct_m_p_u___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_6e.html b/libraries/CMSIS/Documentation/Core/html/search/classes_6e.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_6e.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_6e.js b/libraries/CMSIS/Documentation/Core/html/search/classes_6e.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_6e.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['nvic_5ftype',['NVIC_Type',['../struct_n_v_i_c___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_73.html b/libraries/CMSIS/Documentation/Core/html/search/classes_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_73.js b/libraries/CMSIS/Documentation/Core/html/search/classes_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_73.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['scb_5ftype',['SCB_Type',['../struct_s_c_b___type.html',1,'']]], - ['scnscb_5ftype',['SCnSCB_Type',['../struct_s_cn_s_c_b___type.html',1,'']]], - ['systick_5ftype',['SysTick_Type',['../struct_sys_tick___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_74.html b/libraries/CMSIS/Documentation/Core/html/search/classes_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_74.js b/libraries/CMSIS/Documentation/Core/html/search/classes_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_74.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['tpi_5ftype',['TPI_Type',['../struct_t_p_i___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_78.html b/libraries/CMSIS/Documentation/Core/html/search/classes_78.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_78.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/classes_78.js b/libraries/CMSIS/Documentation/Core/html/search/classes_78.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/classes_78.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['xpsr_5ftype',['xPSR_Type',['../unionx_p_s_r___type.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/close.png b/libraries/CMSIS/Documentation/Core/html/search/close.png deleted file mode 100644 index 9342d3dfeea7b7c4ee610987e717804b5a42ceb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enums_69.js b/libraries/CMSIS/Documentation/Core/html/search/enums_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enums_69.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['irqn_5ftype',['IRQn_Type',['../group___n_v_i_c__gr.html#ga7e1129cd8a196f4284d41db3e82ad5c8',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_62.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['busfault_5firqn',['BusFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8693500eff174f16119e96234fee73af',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_64.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['debugmonitor_5firqn',['DebugMonitor_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a8e033fcef7aed98a31c60a7de206722c',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_68.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['hardfault_5firqn',['HardFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ab1a222a34a32f0ef5ac65e714efc1f85',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6d.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['memorymanagement_5firqn',['MemoryManagement_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a33ff1cf7098de65d61b6354fee6cd5aa',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_6e.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['nonmaskableint_5firqn',['NonMaskableInt_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8ade177d9c70c89e084093024b932a4e30',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_70.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['pendsv_5firqn',['PendSV_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a03c3cc89984928816d81793fc7bce4a2',1,'Ref_NVIC.txt']]], - ['pvd_5fstm_5firqn',['PVD_STM_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a853e0f318108110e0527f29733d11f86',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_73.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['svcall_5firqn',['SVCall_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a4ce820b3cc6cf3a796b41aadc0cf1237',1,'Ref_NVIC.txt']]], - ['systick_5firqn',['SysTick_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6dbff8f8543325f3474cbae2446776e7',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_75.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['usagefault_5firqn',['UsageFault_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8a6895237c9443601ac832efa635dd8bbf',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js b/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/enumvalues_77.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['wwdg_5fstm_5firqn',['WWDG_STM_IRQn',['../group___n_v_i_c__gr.html#gga7e1129cd8a196f4284d41db3e82ad5c8aa62e040960b4beb6cba107e4703c12d2',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_6d.html b/libraries/CMSIS/Documentation/Core/html/search/files_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_6d.js b/libraries/CMSIS/Documentation/Core/html/search/files_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_6d.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['misra_2etxt',['MISRA.txt',['../_m_i_s_r_a_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_6f.html b/libraries/CMSIS/Documentation/Core/html/search/files_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_6f.js b/libraries/CMSIS/Documentation/Core/html/search/files_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_6f.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['overview_2etxt',['Overview.txt',['../_overview_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_72.html b/libraries/CMSIS/Documentation/Core/html/search/files_72.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_72.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_72.js b/libraries/CMSIS/Documentation/Core/html/search/files_72.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_72.js +++ /dev/null @@ -1,13 +0,0 @@ -var searchData= -[ - ['ref_5fcm4_5fsimd_2etxt',['Ref_cm4_simd.txt',['../_ref__cm4__simd_8txt.html',1,'']]], - ['ref_5fcminstr_2etxt',['Ref_cmInstr.txt',['../_ref__cm_instr_8txt.html',1,'']]], - ['ref_5fcorereg_2etxt',['Ref_CoreReg.txt',['../_ref___core_reg_8txt.html',1,'']]], - ['ref_5fdatastructs_2etxt',['Ref_DataStructs.txt',['../_ref___data_structs_8txt.html',1,'']]], - ['ref_5fdebug_2etxt',['Ref_Debug.txt',['../_ref___debug_8txt.html',1,'']]], - ['ref_5fnvic_2etxt',['Ref_NVIC.txt',['../_ref___n_v_i_c_8txt.html',1,'']]], - ['ref_5fperipheral_2etxt',['Ref_Peripheral.txt',['../_ref___peripheral_8txt.html',1,'']]], - ['ref_5fsystemandclock_2etxt',['Ref_SystemAndClock.txt',['../_ref___system_and_clock_8txt.html',1,'']]], - ['ref_5fsystick_2etxt',['Ref_Systick.txt',['../_ref___systick_8txt.html',1,'']]], - ['regmap_5fcmsis2arm_5fdoc_2etxt',['RegMap_CMSIS2ARM_Doc.txt',['../_reg_map___c_m_s_i_s2_a_r_m___doc_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_74.html b/libraries/CMSIS/Documentation/Core/html/search/files_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_74.js b/libraries/CMSIS/Documentation/Core/html/search/files_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_74.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['template_2etxt',['Template.txt',['../_template_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_75.html b/libraries/CMSIS/Documentation/Core/html/search/files_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/files_75.js b/libraries/CMSIS/Documentation/Core/html/search/files_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/files_75.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['using_2etxt',['Using.txt',['../_using_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_5f.html b/libraries/CMSIS/Documentation/Core/html/search/functions_5f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_5f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_5f.js b/libraries/CMSIS/Documentation/Core/html/search/functions_5f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_5f.js +++ /dev/null @@ -1,109 +0,0 @@ -var searchData= -[ - ['_5f_5fbkpt',['__BKPT',['../group__intrinsic___c_p_u__gr.html#ga92f5621626711931da71eaa8bf301af7',1,'Ref_cmInstr.txt']]], - ['_5f_5fclrex',['__CLREX',['../group__intrinsic___c_p_u__gr.html#ga354c5ac8870cc3dfb823367af9c4b412',1,'Ref_cmInstr.txt']]], - ['_5f_5fclz',['__CLZ',['../group__intrinsic___c_p_u__gr.html#ga90884c591ac5d73d6069334eba9d6c02',1,'Ref_cmInstr.txt']]], - ['_5f_5fdisable_5ffault_5firq',['__disable_fault_irq',['../group___core___register__gr.html#ga9d174f979b2f76fdb3228a9b338fd939',1,'Ref_CoreReg.txt']]], - ['_5f_5fdisable_5firq',['__disable_irq',['../group___core___register__gr.html#gaeb8e5f7564a8ea23678fe3c987b04013',1,'Ref_CoreReg.txt']]], - ['_5f_5fdmb',['__DMB',['../group__intrinsic___c_p_u__gr.html#gab1c9b393641dc2d397b3408fdbe72b96',1,'Ref_cmInstr.txt']]], - ['_5f_5fdsb',['__DSB',['../group__intrinsic___c_p_u__gr.html#gacb2a8ca6eae1ba4b31161578b720c199',1,'Ref_cmInstr.txt']]], - ['_5f_5fenable_5ffault_5firq',['__enable_fault_irq',['../group___core___register__gr.html#ga6575d37863cec5d334864f93b5b783bf',1,'Ref_CoreReg.txt']]], - ['_5f_5fenable_5firq',['__enable_irq',['../group___core___register__gr.html#ga0f98dfbd252b89d12564472dbeba9c27',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fapsr',['__get_APSR',['../group___core___register__gr.html#ga811c0012221ee918a75111ca84c4d5e7',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fbasepri',['__get_BASEPRI',['../group___core___register__gr.html#ga32da759f46e52c95bcfbde5012260667',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fcontrol',['__get_CONTROL',['../group___core___register__gr.html#ga963cf236b73219ce78e965deb01b81a7',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5ffaultmask',['__get_FAULTMASK',['../group___core___register__gr.html#gaa78e4e6bf619a65e9f01b4af13fed3a8',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5ffpscr',['__get_FPSCR',['../group___core___register__gr.html#gad6d7eca9ddd1d9072dd7b020cfe64905',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fipsr',['__get_IPSR',['../group___core___register__gr.html#ga2c32fc5c7f8f07fb3d436c6f6fe4e8c8',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fmsp',['__get_MSP',['../group___core___register__gr.html#gab898559392ba027814e5bbb5a98b38d2',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fprimask',['__get_PRIMASK',['../group___core___register__gr.html#ga799b5d9a2ae75e459264c8512c7c0e02',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fpsp',['__get_PSP',['../group___core___register__gr.html#ga914dfa8eff7ca53380dd54cf1d8bebd9',1,'Ref_CoreReg.txt']]], - ['_5f_5fget_5fxpsr',['__get_xPSR',['../group___core___register__gr.html#ga732e08184154f44a617963cc65ff95bd',1,'Ref_CoreReg.txt']]], - ['_5f_5fisb',['__ISB',['../group__intrinsic___c_p_u__gr.html#ga93c09b4709394d81977300d5f84950e5',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexb',['__LDREXB',['../group__intrinsic___c_p_u__gr.html#ga9e3ac13d8dcf4331176b624cf6234a7e',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexh',['__LDREXH',['../group__intrinsic___c_p_u__gr.html#ga9feffc093d6f68b120d592a7a0d45a15',1,'Ref_cmInstr.txt']]], - ['_5f_5fldrexw',['__LDREXW',['../group__intrinsic___c_p_u__gr.html#gabd78840a0f2464905b7cec791ebc6a4c',1,'Ref_cmInstr.txt']]], - ['_5f_5fnop',['__NOP',['../group__intrinsic___c_p_u__gr.html#gac71fad9f0a91980fecafcb450ee0a63e',1,'Ref_cmInstr.txt']]], - ['_5f_5fpkhbt',['__PKHBT',['../group__intrinsic___s_i_m_d__gr.html#gaefb8ebf3a54e197464da1ff69a44f4b5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fpkhtb',['__PKHTB',['../group__intrinsic___s_i_m_d__gr.html#gafd8fe4a6d87e947caa81a69ec36c1666',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd',['__QADD',['../group__intrinsic___s_i_m_d__gr.html#ga17b873f246c9f5e9355760ffef3dad4a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd16',['__QADD16',['../group__intrinsic___s_i_m_d__gr.html#gae83a53ec04b496304bed6d9fe8f7461b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqadd8',['__QADD8',['../group__intrinsic___s_i_m_d__gr.html#gaf2f5a9132dcfc6d01d34cd971c425713',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqasx',['__QASX',['../group__intrinsic___s_i_m_d__gr.html#ga87618799672e1511e33964bc71467eb3',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsax',['__QSAX',['../group__intrinsic___s_i_m_d__gr.html#gab41eb2b17512ab01d476fc9d5bd19520',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub',['__QSUB',['../group__intrinsic___s_i_m_d__gr.html#ga3ba259f8f05a36f7b88b469a71ffc096',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub16',['__QSUB16',['../group__intrinsic___s_i_m_d__gr.html#gad089605c16df9823a2c8aaa37777aae5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fqsub8',['__QSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga753493a65493880c28baa82c151a0d61',1,'Ref_cm4_simd.txt']]], - ['_5f_5frbit',['__RBIT',['../group__intrinsic___c_p_u__gr.html#gad6f9f297f6b91a995ee199fbc796b863',1,'Ref_cmInstr.txt']]], - ['_5f_5frev',['__REV',['../group__intrinsic___c_p_u__gr.html#ga4717abc17af5ba29b1e4c055e0a0d9b8',1,'Ref_cmInstr.txt']]], - ['_5f_5frev16',['__REV16',['../group__intrinsic___c_p_u__gr.html#gaeef6f853b6df3a365c838ee5b49a7a26',1,'Ref_cmInstr.txt']]], - ['_5f_5frevsh',['__REVSH',['../group__intrinsic___c_p_u__gr.html#ga1ec006e6d79063363cb0c2a2e0b3adbe',1,'Ref_cmInstr.txt']]], - ['_5f_5fror',['__ROR',['../group__intrinsic___c_p_u__gr.html#gaf66beb577bb9d90424c3d1d7f684c024',1,'Ref_cmInstr.txt']]], - ['_5f_5fsadd16',['__SADD16',['../group__intrinsic___s_i_m_d__gr.html#gad0bf46373a1c05aabf64517e84be5984',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsadd8',['__SADD8',['../group__intrinsic___s_i_m_d__gr.html#gac20aa0f741d0a1494d58c531e38d5785',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsasx',['__SASX',['../group__intrinsic___s_i_m_d__gr.html#ga5845084fd99c872e98cf5553d554de2a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsel',['__SEL',['../group__intrinsic___s_i_m_d__gr.html#gaf5448e591fe49161b6759b48aecb08fe',1,'Ref_cm4_simd.txt']]], - ['_5f_5fset_5fbasepri',['__set_BASEPRI',['../group___core___register__gr.html#ga360c73eb7ffb16088556f9278953b882',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fcontrol',['__set_CONTROL',['../group___core___register__gr.html#gac64d37e7ff9de06437f9fb94bbab8b6c',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5ffaultmask',['__set_FAULTMASK',['../group___core___register__gr.html#gaa5587cc09031053a40a35c14ec36078a',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5ffpscr',['__set_FPSCR',['../group___core___register__gr.html#ga6f26bd75ca7e3247f27b272acc10536b',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fmsp',['__set_MSP',['../group___core___register__gr.html#ga0bf9564ebc1613a8faba014275dac2a4',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fprimask',['__set_PRIMASK',['../group___core___register__gr.html#ga70b4e1a6c1c86eb913fb9d6e8400156f',1,'Ref_CoreReg.txt']]], - ['_5f_5fset_5fpsp',['__set_PSP',['../group___core___register__gr.html#ga48e5853f417e17a8a65080f6a605b743',1,'Ref_CoreReg.txt']]], - ['_5f_5fsev',['__SEV',['../group__intrinsic___c_p_u__gr.html#ga3c34da7eb16496ae2668a5b95fa441e7',1,'Ref_cmInstr.txt']]], - ['_5f_5fshadd16',['__SHADD16',['../group__intrinsic___s_i_m_d__gr.html#ga15d8899a173effb8ad8c7268da32b60e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshadd8',['__SHADD8',['../group__intrinsic___s_i_m_d__gr.html#ga524575b442ea01aec10c762bf4d85fea',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshasx',['__SHASX',['../group__intrinsic___s_i_m_d__gr.html#gae0a649035f67627464fd80e7218c89d5',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsax',['__SHSAX',['../group__intrinsic___s_i_m_d__gr.html#gafadbd89c36b5addcf1ca10dd392db3e9',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsub16',['__SHSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga31328467f0f91b8ff9ae9a01682ad3bf',1,'Ref_cm4_simd.txt']]], - ['_5f_5fshsub8',['__SHSUB8',['../group__intrinsic___s_i_m_d__gr.html#gac3ec7215b354d925a239f3b31df2b77b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlad',['__SMLAD',['../group__intrinsic___s_i_m_d__gr.html#gae0c86f3298532183f3a29f5bb454d354',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmladx',['__SMLADX',['../group__intrinsic___s_i_m_d__gr.html#ga9c286d330f4fb29b256335add91eec9f',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlald',['__SMLALD',['../group__intrinsic___s_i_m_d__gr.html#gad80e9b20c1736fd798f897362273a146',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlaldx',['__SMLALDX',['../group__intrinsic___s_i_m_d__gr.html#gad1adad1b3f2667328cc0db6c6b4f41cf',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsd',['__SMLSD',['../group__intrinsic___s_i_m_d__gr.html#gaf4350af7f2030c36f43b2c104a9d16cd',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsdx',['__SMLSDX',['../group__intrinsic___s_i_m_d__gr.html#ga5290ce5564770ad124910d2583dc0a9e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsld',['__SMLSLD',['../group__intrinsic___s_i_m_d__gr.html#ga5611f7314e0c8f53da377918dfbf42ee',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmlsldx',['__SMLSLDX',['../group__intrinsic___s_i_m_d__gr.html#ga83e69ef81057d3cbd06863d729385187',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmmla',['__SMMLA',['../group__intrinsic___s_i_m_d__gr.html#gaea60757232f740ec6b09980eebb614ff',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmuad',['__SMUAD',['../group__intrinsic___s_i_m_d__gr.html#gae326e368a1624d2dfb4b97c626939257',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmuadx',['__SMUADX',['../group__intrinsic___s_i_m_d__gr.html#gaee6390f86965cb662500f690b0012092',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmusd',['__SMUSD',['../group__intrinsic___s_i_m_d__gr.html#ga039142a5368840683cf329cb55b73f84',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsmusdx',['__SMUSDX',['../group__intrinsic___s_i_m_d__gr.html#gabb5bcba694bf17b141c32e6a8474f60e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssat',['__SSAT',['../group__intrinsic___c_p_u__gr.html#ga7d9dddda18805abbf51ac21c639845e1',1,'Ref_cmInstr.txt']]], - ['_5f_5fssat16',['__SSAT16',['../group__intrinsic___s_i_m_d__gr.html#ga95e666b82216066bf6064d1244e6883c',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssax',['__SSAX',['../group__intrinsic___s_i_m_d__gr.html#ga9d3bc5c539f9bd50f7d59ffa37ac6a65',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssub16',['__SSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga4262f73be75efbac6b46ab7c71aa6cbc',1,'Ref_cm4_simd.txt']]], - ['_5f_5fssub8',['__SSUB8',['../group__intrinsic___s_i_m_d__gr.html#gaba63bb52e1e93fb527e26f3d474da12e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fstrexb',['__STREXB',['../group__intrinsic___c_p_u__gr.html#gaab6482d1f59f59e2b6b7efc1af391c99',1,'Ref_cmInstr.txt']]], - ['_5f_5fstrexh',['__STREXH',['../group__intrinsic___c_p_u__gr.html#ga0a354bdf71caa52f081a4a54e84c8d2a',1,'Ref_cmInstr.txt']]], - ['_5f_5fstrexw',['__STREXW',['../group__intrinsic___c_p_u__gr.html#ga335deaaa7991490e1450cb7d1e4c5197',1,'Ref_cmInstr.txt']]], - ['_5f_5fsxtab16',['__SXTAB16',['../group__intrinsic___s_i_m_d__gr.html#gac540b4fc41d30778ba102d2a65db5589',1,'Ref_cm4_simd.txt']]], - ['_5f_5fsxtb16',['__SXTB16',['../group__intrinsic___s_i_m_d__gr.html#ga38dce3dd13ba212e80ec3cff4abeb11a',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuadd16',['__UADD16',['../group__intrinsic___s_i_m_d__gr.html#gaa1160f0cf76d6aa292fbad54a1aa6b74',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuadd8',['__UADD8',['../group__intrinsic___s_i_m_d__gr.html#gab3d7fd00d113b20fb3741a17394da762',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuasx',['__UASX',['../group__intrinsic___s_i_m_d__gr.html#ga980353d2c72ebb879282e49f592fddc0',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhadd16',['__UHADD16',['../group__intrinsic___s_i_m_d__gr.html#gabd0b0e2da2e6364e176d051687702b86',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhadd8',['__UHADD8',['../group__intrinsic___s_i_m_d__gr.html#ga3a14e5485e59bf0f23595b7c2a94eb0b',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhasx',['__UHASX',['../group__intrinsic___s_i_m_d__gr.html#ga028f0732b961fb6e5209326fb3855261',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsax',['__UHSAX',['../group__intrinsic___s_i_m_d__gr.html#ga09e129e6613329aab87c89f1108b7ed7',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsub16',['__UHSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga1f7545b8dc33bb97982731cb9d427a69',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuhsub8',['__UHSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga48a55df1c3e73923b73819d7c19b392d',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqadd16',['__UQADD16',['../group__intrinsic___s_i_m_d__gr.html#ga9e2cc5117e79578a08b25f1e89022966',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqadd8',['__UQADD8',['../group__intrinsic___s_i_m_d__gr.html#gafa9af218db3934a692fb06fa728d8031',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqasx',['__UQASX',['../group__intrinsic___s_i_m_d__gr.html#ga5eff3ae5eabcd73f3049996ca391becb',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsax',['__UQSAX',['../group__intrinsic___s_i_m_d__gr.html#gadecfdfabc328d8939d49d996f2fd4482',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsub16',['__UQSUB16',['../group__intrinsic___s_i_m_d__gr.html#ga5ec4e2e231d15e5c692233feb3806187',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuqsub8',['__UQSUB8',['../group__intrinsic___s_i_m_d__gr.html#ga9736fe816aec74fe886e7fb949734eab',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusad8',['__USAD8',['../group__intrinsic___s_i_m_d__gr.html#gac8855c07044239ea775c8128013204f0',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusada8',['__USADA8',['../group__intrinsic___s_i_m_d__gr.html#gad032bd21f013c5d29f5fcb6b0f02bc3f',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusat',['__USAT',['../group__intrinsic___c_p_u__gr.html#ga76bbe4374a5912362866cdc1ded4064a',1,'Ref_cmInstr.txt']]], - ['_5f_5fusat16',['__USAT16',['../group__intrinsic___s_i_m_d__gr.html#ga967f516afff5900cf30f1a81907cdd89',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusax',['__USAX',['../group__intrinsic___s_i_m_d__gr.html#ga578a082747436772c482c96d7a58e45e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusub16',['__USUB16',['../group__intrinsic___s_i_m_d__gr.html#ga9f2b77e11fc4a77b26c36c423ed45b4e',1,'Ref_cm4_simd.txt']]], - ['_5f_5fusub8',['__USUB8',['../group__intrinsic___s_i_m_d__gr.html#gacb7257dc3b8e9acbd0ef0e31ff87d4b8',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuxtab16',['__UXTAB16',['../group__intrinsic___s_i_m_d__gr.html#gad25ce96db0f17096bbd815f4817faf09',1,'Ref_cm4_simd.txt']]], - ['_5f_5fuxtb16',['__UXTB16',['../group__intrinsic___s_i_m_d__gr.html#gab41d713653b16f8d9fef44d14e397228',1,'Ref_cm4_simd.txt']]], - ['_5f_5fwfe',['__WFE',['../group__intrinsic___c_p_u__gr.html#gad3efec76c3bfa2b8528ded530386c563',1,'Ref_cmInstr.txt']]], - ['_5f_5fwfi',['__WFI',['../group__intrinsic___c_p_u__gr.html#gaed91dfbf3d7d7b7fba8d912fcbeaad88',1,'Ref_cmInstr.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_69.html b/libraries/CMSIS/Documentation/Core/html/search/functions_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_69.js b/libraries/CMSIS/Documentation/Core/html/search/functions_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_69.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['itm_5fcheckchar',['ITM_CheckChar',['../group___i_t_m___debug__gr.html#ga7f9bbabd9756d1a7eafb2d9bf27e0535',1,'Ref_Debug.txt']]], - ['itm_5freceivechar',['ITM_ReceiveChar',['../group___i_t_m___debug__gr.html#ga37b8f41cae703b5ff6947e271065558c',1,'Ref_Debug.txt']]], - ['itm_5fsendchar',['ITM_SendChar',['../group___i_t_m___debug__gr.html#gaaa7c716331f74d644bf6bf25cd3392d1',1,'Ref_Debug.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_6e.html b/libraries/CMSIS/Documentation/Core/html/search/functions_6e.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_6e.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_6e.js b/libraries/CMSIS/Documentation/Core/html/search/functions_6e.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_6e.js +++ /dev/null @@ -1,16 +0,0 @@ -var searchData= -[ - ['nvic_5fclearpendingirq',['NVIC_ClearPendingIRQ',['../group___n_v_i_c__gr.html#ga382ad6bedd6eecfdabd1b94dd128a01a',1,'Ref_NVIC.txt']]], - ['nvic_5fdecodepriority',['NVIC_DecodePriority',['../group___n_v_i_c__gr.html#gad3cbca1be7a4726afa9448a9acd89377',1,'Ref_NVIC.txt']]], - ['nvic_5fdisableirq',['NVIC_DisableIRQ',['../group___n_v_i_c__gr.html#ga736ba13a76eb37ef6e2c253be8b0331c',1,'Ref_NVIC.txt']]], - ['nvic_5fenableirq',['NVIC_EnableIRQ',['../group___n_v_i_c__gr.html#ga530ad9fda2ed1c8b70e439ecfe80591f',1,'Ref_NVIC.txt']]], - ['nvic_5fencodepriority',['NVIC_EncodePriority',['../group___n_v_i_c__gr.html#ga0688c59605b119c53c71b2505ab23eb5',1,'Ref_NVIC.txt']]], - ['nvic_5fgetactive',['NVIC_GetActive',['../group___n_v_i_c__gr.html#gadf4252e600661fd762cfc0d1a9f5b892',1,'Ref_NVIC.txt']]], - ['nvic_5fgetpendingirq',['NVIC_GetPendingIRQ',['../group___n_v_i_c__gr.html#ga95a8329a680b051ecf3ee8f516acc662',1,'Ref_NVIC.txt']]], - ['nvic_5fgetpriority',['NVIC_GetPriority',['../group___n_v_i_c__gr.html#gab18fb9f6c5f4c70fdd73047f0f7c8395',1,'Ref_NVIC.txt']]], - ['nvic_5fgetprioritygrouping',['NVIC_GetPriorityGrouping',['../group___n_v_i_c__gr.html#gaa81b19849367d3cdb95ac108c500fa78',1,'Ref_NVIC.txt']]], - ['nvic_5fsetpendingirq',['NVIC_SetPendingIRQ',['../group___n_v_i_c__gr.html#ga3b885147ef9965ecede49614de8df9d2',1,'Ref_NVIC.txt']]], - ['nvic_5fsetpriority',['NVIC_SetPriority',['../group___n_v_i_c__gr.html#ga5bb7f43ad92937c039dee3d36c3c2798',1,'Ref_NVIC.txt']]], - ['nvic_5fsetprioritygrouping',['NVIC_SetPriorityGrouping',['../group___n_v_i_c__gr.html#gad78f447e891789b4d8f2e5b21eeda354',1,'Ref_NVIC.txt']]], - ['nvic_5fsystemreset',['NVIC_SystemReset',['../group___n_v_i_c__gr.html#ga1b47d17e90b6a03e7bd1ec6a0d549b46',1,'Ref_NVIC.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_73.html b/libraries/CMSIS/Documentation/Core/html/search/functions_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/functions_73.js b/libraries/CMSIS/Documentation/Core/html/search/functions_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/functions_73.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['systemcoreclockupdate',['SystemCoreClockUpdate',['../group__system__init__gr.html#gae0c36a9591fe6e9c45ecb21a794f0f0f',1,'Ref_SystemAndClock.txt']]], - ['systeminit',['SystemInit',['../group__system__init__gr.html#ga93f514700ccf00d08dbdcff7f1224eb2',1,'Ref_SystemAndClock.txt']]], - ['systick_5fconfig',['SysTick_Config',['../group___sys_tick__gr.html#gabe47de40e9b0ad465b752297a9d9f427',1,'Ref_Systick.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_63.html b/libraries/CMSIS/Documentation/Core/html/search/groups_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_63.js b/libraries/CMSIS/Documentation/Core/html/search/groups_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_63.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['core_20register_20access',['Core Register Access',['../group___core___register__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_64.html b/libraries/CMSIS/Documentation/Core/html/search/groups_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_64.js b/libraries/CMSIS/Documentation/Core/html/search/groups_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_64.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['debug_20access',['Debug Access',['../group___i_t_m___debug__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_69.html b/libraries/CMSIS/Documentation/Core/html/search/groups_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_69.js b/libraries/CMSIS/Documentation/Core/html/search/groups_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_69.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['intrinsic_20functions_20for_20cpu_20instructions',['Intrinsic Functions for CPU Instructions',['../group__intrinsic___c_p_u__gr.html',1,'']]], - ['intrinsic_20functions_20for_20simd_20instructions_20_5bonly_20cortex_2dm4_5d',['Intrinsic Functions for SIMD Instructions [only Cortex-M4]',['../group__intrinsic___s_i_m_d__gr.html',1,'']]], - ['interrupts_20and_20exceptions_20_28nvic_29',['Interrupts and Exceptions (NVIC)',['../group___n_v_i_c__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_70.html b/libraries/CMSIS/Documentation/Core/html/search/groups_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_70.js b/libraries/CMSIS/Documentation/Core/html/search/groups_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_70.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['peripheral_20access',['Peripheral Access',['../group__peripheral__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_73.html b/libraries/CMSIS/Documentation/Core/html/search/groups_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/groups_73.js b/libraries/CMSIS/Documentation/Core/html/search/groups_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/groups_73.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['system_20and_20clock_20configuration',['System and Clock Configuration',['../group__system__init__gr.html',1,'']]], - ['systick_20timer_20_28systick_29',['Systick Timer (SYSTICK)',['../group___sys_tick__gr.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/mag_sel.png b/libraries/CMSIS/Documentation/Core/html/search/mag_sel.png deleted file mode 100644 index 81f6040a2092402b4d98f9ffa8855d12a0d4ca17..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - - - -
-
No Matches
-
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_64.html b/libraries/CMSIS/Documentation/Core/html/search/pages_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_64.js b/libraries/CMSIS/Documentation/Core/html/search/pages_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_64.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['device_20header_20file_20_3cdevice_2eh_3e',['Device Header File <device.h>',['../device_h_pg.html',1,'Templates_pg']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_6d.html b/libraries/CMSIS/Documentation/Core/html/search/pages_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_6d.js b/libraries/CMSIS/Documentation/Core/html/search/pages_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_6d.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['misra_2dc_3a2004_20compliance_20exceptions',['MISRA-C:2004 Compliance Exceptions',['../_c_o_r_e__m_i_s_r_a__exceptions_pg.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_6f.html b/libraries/CMSIS/Documentation/Core/html/search/pages_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_6f.js b/libraries/CMSIS/Documentation/Core/html/search/pages_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_6f.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['overview',['Overview',['../index.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_72.html b/libraries/CMSIS/Documentation/Core/html/search/pages_72.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_72.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_72.js b/libraries/CMSIS/Documentation/Core/html/search/pages_72.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_72.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['register_20mapping',['Register Mapping',['../_reg_map_pg.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_73.html b/libraries/CMSIS/Documentation/Core/html/search/pages_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_73.js b/libraries/CMSIS/Documentation/Core/html/search/pages_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_73.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['startup_20file_20startup_5f_3cdevice_3e_2es',['Startup File startup_<device>.s',['../startup_s_pg.html',1,'Templates_pg']]], - ['system_20configuration_20files_20system_5f_3cdevice_3e_2ec_20and_20system_5f_3cdevice_3e_2eh',['System Configuration Files system_<device>.c and system_<device>.h',['../system_c_pg.html',1,'Templates_pg']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_74.html b/libraries/CMSIS/Documentation/Core/html/search/pages_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_74.js b/libraries/CMSIS/Documentation/Core/html/search/pages_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_74.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['template_20files',['Template Files',['../_templates_pg.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_75.html b/libraries/CMSIS/Documentation/Core/html/search/pages_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/pages_75.js b/libraries/CMSIS/Documentation/Core/html/search/pages_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/pages_75.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['using_20cmsis_20with_20generic_20arm_20processors',['Using CMSIS with generic ARM Processors',['../_using__a_r_m_pg.html',1,'Using_pg']]], - ['using_20cmsis_20in_20embedded_20applications',['Using CMSIS in Embedded Applications',['../_using_pg.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/search.css b/libraries/CMSIS/Documentation/Core/html/search/search.css deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/search.css +++ /dev/null @@ -1,240 +0,0 @@ -/*---------------- Search Box */ - -#FSearchBox { - float: left; -} - -#searchli { - float: right; - display: block; - width: 170px; - height: 24px; -} - -#MSearchBox { - white-space : nowrap; - position: absolute; - float: none; - display: inline; - margin-top: 3px; - right: 0px; - width: 170px; - z-index: 102; -} - -#MSearchBox .left -{ - display:block; - position:absolute; - left:10px; - width:20px; - height:19px; - background:url('search_l.png') no-repeat; - background-position:right; -} - -#MSearchSelect { - display:block; - position:absolute; - width:20px; - height:19px; -} - -.left #MSearchSelect { - left:4px; -} - -.right #MSearchSelect { - right:5px; -} - -#MSearchField { - display:block; - position:absolute; - height:19px; - background:url('search_m.png') repeat-x; - border:none; - width:116px; - margin-left:20px; - padding-left:4px; - color: #909090; - outline: none; - font: 9pt Arial, Verdana, sans-serif; -} - -#FSearchBox #MSearchField { - margin-left:15px; -} - -#MSearchBox .right { - display:block; - position:absolute; - right:10px; - top:0px; - width:20px; - height:19px; - background:url('search_r.png') no-repeat; - background-position:left; -} - -#MSearchClose { - display: none; - position: absolute; - top: 4px; - background : none; - border: none; - margin: 0px 4px 0px 0px; - padding: 0px 0px; - outline: none; -} - -.left #MSearchClose { - left: 6px; -} - -.right #MSearchClose { - right: 2px; -} - -.MSearchBoxActive #MSearchField { - color: #000000; -} - -/*---------------- Search filter selection */ - -#MSearchSelectWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #90A5CE; - background-color: #F9FAFC; - z-index: 1; - padding-top: 4px; - padding-bottom: 4px; - -moz-border-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -} - -.SelectItem { - font: 8pt Arial, Verdana, sans-serif; - padding-left: 2px; - padding-right: 12px; - border: 0px; -} - -span.SelectionMark { - margin-right: 4px; - font-family: monospace; - outline-style: none; - text-decoration: none; -} - -a.SelectItem { - display: block; - outline-style: none; - color: #000000; - text-decoration: none; - padding-left: 6px; - padding-right: 12px; -} - -a.SelectItem:focus, -a.SelectItem:active { - color: #000000; - outline-style: none; - text-decoration: none; -} - -a.SelectItem:hover { - color: #FFFFFF; - background-color: #3D578C; - outline-style: none; - text-decoration: none; - cursor: pointer; - display: block; -} - -/*---------------- Search results window */ - -iframe#MSearchResults { - width: 60ex; - height: 15em; -} - -#MSearchResultsWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #000; - background-color: #EEF1F7; -} - -/* ----------------------------------- */ - - -#SRIndex { - clear:both; - padding-bottom: 15px; -} - -.SREntry { - font-size: 10pt; - padding-left: 1ex; -} - -.SRPage .SREntry { - font-size: 8pt; - padding: 1px 5px; -} - -body.SRPage { - margin: 5px 2px; -} - -.SRChildren { - padding-left: 3ex; padding-bottom: .5em -} - -.SRPage .SRChildren { - display: none; -} - -.SRSymbol { - font-weight: bold; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRScope { - display: block; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRSymbol:focus, a.SRSymbol:active, -a.SRScope:focus, a.SRScope:active { - text-decoration: underline; -} - -.SRPage .SRStatus { - padding: 2px 5px; - font-size: 8pt; - font-style: italic; -} - -.SRResult { - display: none; -} - -DIV.searchresults { - margin-left: 10px; - margin-right: 10px; -} diff --git a/libraries/CMSIS/Documentation/Core/html/search/search.js b/libraries/CMSIS/Documentation/Core/html/search/search.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/search.js +++ /dev/null @@ -1,811 +0,0 @@ -// Search script generated by doxygen -// Copyright (C) 2009 by Dimitri van Heesch. - -// The code in this file is loosly based on main.js, part of Natural Docs, -// which is Copyright (C) 2003-2008 Greg Valure -// Natural Docs is licensed under the GPL. - -var indexSectionsWithContent = -{ - 0: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111111011001111111111111010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 1: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101101001000110000110001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101001011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 3: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000001000010000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 4: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111111011001110111111110010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 5: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 6: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010100010000110100101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 7: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001100001000000100100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 8: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000101001111000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" -}; - -var indexSectionNames = -{ - 0: "all", - 1: "classes", - 2: "files", - 3: "functions", - 4: "variables", - 5: "enums", - 6: "enumvalues", - 7: "groups", - 8: "pages" -}; - -function convertToId(search) -{ - var result = ''; - for (i=0;i do a search - { - this.Search(); - } - } - - this.OnSearchSelectKey = function(evt) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==40 && this.searchIndex0) // Up - { - this.searchIndex--; - this.OnSelectItem(this.searchIndex); - } - else if (e.keyCode==13 || e.keyCode==27) - { - this.OnSelectItem(this.searchIndex); - this.CloseSelectionWindow(); - this.DOMSearchField().focus(); - } - return false; - } - - // --------- Actions - - // Closes the results window. - this.CloseResultsWindow = function() - { - this.DOMPopupSearchResultsWindow().style.display = 'none'; - this.DOMSearchClose().style.display = 'none'; - this.Activate(false); - } - - this.CloseSelectionWindow = function() - { - this.DOMSearchSelectWindow().style.display = 'none'; - } - - // Performs a search. - this.Search = function() - { - this.keyTimeout = 0; - - // strip leading whitespace - var searchValue = this.DOMSearchField().value.replace(/^ +/, ""); - - var code = searchValue.toLowerCase().charCodeAt(0); - var hexCode; - if (code<16) - { - hexCode="0"+code.toString(16); - } - else - { - hexCode=code.toString(16); - } - - var resultsPage; - var resultsPageWithSearch; - var hasResultsPage; - - if (indexSectionsWithContent[this.searchIndex].charAt(code) == '1') - { - resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; - resultsPageWithSearch = resultsPage+'?'+escape(searchValue); - hasResultsPage = true; - } - else // nothing available for this search term - { - resultsPage = this.resultsPath + '/nomatches.html'; - resultsPageWithSearch = resultsPage; - hasResultsPage = false; - } - - window.frames.MSearchResults.location = resultsPageWithSearch; - var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow(); - - if (domPopupSearchResultsWindow.style.display!='block') - { - var domSearchBox = this.DOMSearchBox(); - this.DOMSearchClose().style.display = 'inline'; - if (this.insideFrame) - { - var domPopupSearchResults = this.DOMPopupSearchResults(); - domPopupSearchResultsWindow.style.position = 'relative'; - domPopupSearchResultsWindow.style.display = 'block'; - var width = document.body.clientWidth - 8; // the -8 is for IE :-( - domPopupSearchResultsWindow.style.width = width + 'px'; - domPopupSearchResults.style.width = width + 'px'; - } - else - { - var domPopupSearchResults = this.DOMPopupSearchResults(); - var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth; - var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1; - domPopupSearchResultsWindow.style.display = 'block'; - left -= domPopupSearchResults.offsetWidth; - domPopupSearchResultsWindow.style.top = top + 'px'; - domPopupSearchResultsWindow.style.left = left + 'px'; - } - } - - this.lastSearchValue = searchValue; - this.lastResultsPage = resultsPage; - } - - // -------- Activation Functions - - // Activates or deactivates the search panel, resetting things to - // their default values if necessary. - this.Activate = function(isActive) - { - if (isActive || // open it - this.DOMPopupSearchResultsWindow().style.display == 'block' - ) - { - this.DOMSearchBox().className = 'MSearchBoxActive'; - - var searchField = this.DOMSearchField(); - - if (searchField.value == this.searchLabel) // clear "Search" term upon entry - { - searchField.value = ''; - this.searchActive = true; - } - } - else if (!isActive) // directly remove the panel - { - this.DOMSearchBox().className = 'MSearchBoxInactive'; - this.DOMSearchField().value = this.searchLabel; - this.searchActive = false; - this.lastSearchValue = '' - this.lastResultsPage = ''; - } - } -} - -// ----------------------------------------------------------------------- - -// The class that handles everything on the search results page. -function SearchResults(name) -{ - // The number of matches from the last run of . - this.lastMatchCount = 0; - this.lastKey = 0; - this.repeatOn = false; - - // Toggles the visibility of the passed element ID. - this.FindChildElement = function(id) - { - var parentElement = document.getElementById(id); - var element = parentElement.firstChild; - - while (element && element!=parentElement) - { - if (element.nodeName == 'DIV' && element.className == 'SRChildren') - { - return element; - } - - if (element.nodeName == 'DIV' && element.hasChildNodes()) - { - element = element.firstChild; - } - else if (element.nextSibling) - { - element = element.nextSibling; - } - else - { - do - { - element = element.parentNode; - } - while (element && element!=parentElement && !element.nextSibling); - - if (element && element!=parentElement) - { - element = element.nextSibling; - } - } - } - } - - this.Toggle = function(id) - { - var element = this.FindChildElement(id); - if (element) - { - if (element.style.display == 'block') - { - element.style.display = 'none'; - } - else - { - element.style.display = 'block'; - } - } - } - - // Searches for the passed string. If there is no parameter, - // it takes it from the URL query. - // - // Always returns true, since other documents may try to call it - // and that may or may not be possible. - this.Search = function(search) - { - if (!search) // get search word from URL - { - search = window.location.search; - search = search.substring(1); // Remove the leading '?' - search = unescape(search); - } - - search = search.replace(/^ +/, ""); // strip leading spaces - search = search.replace(/ +$/, ""); // strip trailing spaces - search = search.toLowerCase(); - search = convertToId(search); - - var resultRows = document.getElementsByTagName("div"); - var matches = 0; - - var i = 0; - while (i < resultRows.length) - { - var row = resultRows.item(i); - if (row.className == "SRResult") - { - var rowMatchName = row.id.toLowerCase(); - rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_' - - if (search.length<=rowMatchName.length && - rowMatchName.substr(0, search.length)==search) - { - row.style.display = 'block'; - matches++; - } - else - { - row.style.display = 'none'; - } - } - i++; - } - document.getElementById("Searching").style.display='none'; - if (matches == 0) // no results - { - document.getElementById("NoMatches").style.display='block'; - } - else // at least one result - { - document.getElementById("NoMatches").style.display='none'; - } - this.lastMatchCount = matches; - return true; - } - - // return the first item with index index or higher that is visible - this.NavNext = function(index) - { - var focusItem; - while (1) - { - var focusName = 'Item'+index; - focusItem = document.getElementById(focusName); - if (focusItem && focusItem.parentNode.parentNode.style.display=='block') - { - break; - } - else if (!focusItem) // last element - { - break; - } - focusItem=null; - index++; - } - return focusItem; - } - - this.NavPrev = function(index) - { - var focusItem; - while (1) - { - var focusName = 'Item'+index; - focusItem = document.getElementById(focusName); - if (focusItem && focusItem.parentNode.parentNode.style.display=='block') - { - break; - } - else if (!focusItem) // last element - { - break; - } - focusItem=null; - index--; - } - return focusItem; - } - - this.ProcessKeys = function(e) - { - if (e.type == "keydown") - { - this.repeatOn = false; - this.lastKey = e.keyCode; - } - else if (e.type == "keypress") - { - if (!this.repeatOn) - { - if (this.lastKey) this.repeatOn = true; - return false; // ignore first keypress after keydown - } - } - else if (e.type == "keyup") - { - this.lastKey = 0; - this.repeatOn = false; - } - return this.lastKey!=0; - } - - this.Nav = function(evt,itemIndex) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==13) return true; - if (!this.ProcessKeys(e)) return false; - - if (this.lastKey==38) // Up - { - var newIndex = itemIndex-1; - var focusItem = this.NavPrev(newIndex); - if (focusItem) - { - var child = this.FindChildElement(focusItem.parentNode.parentNode.id); - if (child && child.style.display == 'block') // children visible - { - var n=0; - var tmpElem; - while (1) // search for last child - { - tmpElem = document.getElementById('Item'+newIndex+'_c'+n); - if (tmpElem) - { - focusItem = tmpElem; - } - else // found it! - { - break; - } - n++; - } - } - } - if (focusItem) - { - focusItem.focus(); - } - else // return focus to search field - { - parent.document.getElementById("MSearchField").focus(); - } - } - else if (this.lastKey==40) // Down - { - var newIndex = itemIndex+1; - var focusItem; - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem && elem.style.display == 'block') // children visible - { - focusItem = document.getElementById('Item'+itemIndex+'_c0'); - } - if (!focusItem) focusItem = this.NavNext(newIndex); - if (focusItem) focusItem.focus(); - } - else if (this.lastKey==39) // Right - { - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem) elem.style.display = 'block'; - } - else if (this.lastKey==37) // Left - { - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem) elem.style.display = 'none'; - } - else if (this.lastKey==27) // Escape - { - parent.searchBox.CloseResultsWindow(); - parent.document.getElementById("MSearchField").focus(); - } - else if (this.lastKey==13) // Enter - { - return true; - } - return false; - } - - this.NavChild = function(evt,itemIndex,childIndex) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==13) return true; - if (!this.ProcessKeys(e)) return false; - - if (this.lastKey==38) // Up - { - if (childIndex>0) - { - var newIndex = childIndex-1; - document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); - } - else // already at first child, jump to parent - { - document.getElementById('Item'+itemIndex).focus(); - } - } - else if (this.lastKey==40) // Down - { - var newIndex = childIndex+1; - var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex); - if (!elem) // last child, jump to parent next parent - { - elem = this.NavNext(itemIndex+1); - } - if (elem) - { - elem.focus(); - } - } - else if (this.lastKey==27) // Escape - { - parent.searchBox.CloseResultsWindow(); - parent.document.getElementById("MSearchField").focus(); - } - else if (this.lastKey==13) // Enter - { - return true; - } - return false; - } -} - -function setKeyActions(elem,action) -{ - elem.setAttribute('onkeydown',action); - elem.setAttribute('onkeypress',action); - elem.setAttribute('onkeyup',action); -} - -function setClassAttr(elem,attr) -{ - elem.setAttribute('class',attr); - elem.setAttribute('className',attr); -} - -function createResults() -{ - var results = document.getElementById("SRResults"); - for (var e=0; e - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_5f.js b/libraries/CMSIS/Documentation/Core/html/search/variables_5f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_5f.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['_5freserved0',['_reserved0',['../union_a_p_s_r___type.html#afbce95646fd514c10aa85ec0a33db728',1,'APSR_Type::_reserved0()'],['../union_i_p_s_r___type.html#ad2eb0a06de4f03f58874a727716aa9aa',1,'IPSR_Type::_reserved0()'],['../unionx_p_s_r___type.html#af438e0f407357e914a70b5bd4d6a97c5',1,'xPSR_Type::_reserved0()'],['../union_c_o_n_t_r_o_l___type.html#af8c314273a1e4970a5671bd7f8184f50',1,'CONTROL_Type::_reserved0()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_61.html b/libraries/CMSIS/Documentation/Core/html/search/variables_61.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_61.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_61.js b/libraries/CMSIS/Documentation/Core/html/search/variables_61.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_61.js +++ /dev/null @@ -1,8 +0,0 @@ -var searchData= -[ - ['acpr',['ACPR',['../struct_t_p_i___type.html#ad75832a669eb121f6fce3c28d36b7fab',1,'TPI_Type']]], - ['actlr',['ACTLR',['../struct_s_cn_s_c_b___type.html#aacadedade30422fed705e8dfc8e6cd8d',1,'SCnSCB_Type']]], - ['adr',['ADR',['../struct_s_c_b___type.html#aaedf846e435ed05c68784b40d3db2bf2',1,'SCB_Type']]], - ['afsr',['AFSR',['../struct_s_c_b___type.html#aeb77053c84f49c261ab5b8374e8958ef',1,'SCB_Type']]], - ['aircr',['AIRCR',['../struct_s_c_b___type.html#a6ed3c9064013343ea9fd0a73a734f29d',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_62.html b/libraries/CMSIS/Documentation/Core/html/search/variables_62.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_62.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_62.js b/libraries/CMSIS/Documentation/Core/html/search/variables_62.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_62.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['b',['b',['../union_a_p_s_r___type.html#a7dbc79a057ded4b11ca5323fc2d5ab14',1,'APSR_Type::b()'],['../union_i_p_s_r___type.html#add0d6497bd50c25569ea22b48a03ec50',1,'IPSR_Type::b()'],['../unionx_p_s_r___type.html#a3b1063bb5cdad67e037cba993b693b70',1,'xPSR_Type::b()'],['../union_c_o_n_t_r_o_l___type.html#adc6a38ab2980d0e9577b5a871da14eb9',1,'CONTROL_Type::b()']]], - ['bfar',['BFAR',['../struct_s_c_b___type.html#a31f79afe86c949c9862e7d5fce077c3a',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_63.html b/libraries/CMSIS/Documentation/Core/html/search/variables_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_63.js b/libraries/CMSIS/Documentation/Core/html/search/variables_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_63.js +++ /dev/null @@ -1,19 +0,0 @@ -var searchData= -[ - ['c',['C',['../union_a_p_s_r___type.html#a86e2c5b891ecef1ab55b1edac0da79a6',1,'APSR_Type::C()'],['../unionx_p_s_r___type.html#a40213a6b5620410cac83b0d89564609d',1,'xPSR_Type::C()']]], - ['calib',['CALIB',['../struct_sys_tick___type.html#a9c9eda0ea6f6a7c904d2d75a6963e238',1,'SysTick_Type']]], - ['ccr',['CCR',['../struct_s_c_b___type.html#a6d273c6b90bad15c91dfbbad0f6e92d8',1,'SCB_Type']]], - ['cfsr',['CFSR',['../struct_s_c_b___type.html#a2f94bf549b16fdeb172352e22309e3c4',1,'SCB_Type']]], - ['claimclr',['CLAIMCLR',['../struct_t_p_i___type.html#a44efa6045512c8d4da64b0623f7a43ad',1,'TPI_Type']]], - ['claimset',['CLAIMSET',['../struct_t_p_i___type.html#a2e4d5a07fabd771fa942a171230a0a84',1,'TPI_Type']]], - ['comp0',['COMP0',['../struct_d_w_t___type.html#a7cf71ff4b30a8362690fddd520763904',1,'DWT_Type']]], - ['comp1',['COMP1',['../struct_d_w_t___type.html#a4a5bb70a5ce3752bd628d5ce5658cb0c',1,'DWT_Type']]], - ['comp2',['COMP2',['../struct_d_w_t___type.html#a8927aedbe9fd6bdae8983088efc83332',1,'DWT_Type']]], - ['comp3',['COMP3',['../struct_d_w_t___type.html#a3df15697eec279dbbb4b4e9d9ae8b62f',1,'DWT_Type']]], - ['cpacr',['CPACR',['../struct_s_c_b___type.html#af460b56ce524a8e3534173f0aee78e85',1,'SCB_Type']]], - ['cpicnt',['CPICNT',['../struct_d_w_t___type.html#a88cca2ab8eb1b5b507817656ceed89fc',1,'DWT_Type']]], - ['cpuid',['CPUID',['../struct_s_c_b___type.html#afa7a9ee34dfa1da0b60b4525da285032',1,'SCB_Type']]], - ['cspsr',['CSPSR',['../struct_t_p_i___type.html#aa723ef3d38237aa2465779b3cc73a94a',1,'TPI_Type']]], - ['ctrl',['CTRL',['../struct_sys_tick___type.html#af2ad94ac83e5d40fc6e34884bc1bec5f',1,'SysTick_Type::CTRL()'],['../struct_m_p_u___type.html#aab33593671948b93b1c0908d78779328',1,'MPU_Type::CTRL()'],['../struct_d_w_t___type.html#a37964d64a58551b69ce4c8097210d37d',1,'DWT_Type::CTRL()']]], - ['cyccnt',['CYCCNT',['../struct_d_w_t___type.html#a71680298e85e96e57002f87e7ab78fd4',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_64.html b/libraries/CMSIS/Documentation/Core/html/search/variables_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_64.js b/libraries/CMSIS/Documentation/Core/html/search/variables_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_64.js +++ /dev/null @@ -1,11 +0,0 @@ -var searchData= -[ - ['dcrdr',['DCRDR',['../struct_core_debug___type.html#ab8f4bb076402b61f7be6308075a789c9',1,'CoreDebug_Type']]], - ['dcrsr',['DCRSR',['../struct_core_debug___type.html#afefa84bce7497652353a1b76d405d983',1,'CoreDebug_Type']]], - ['demcr',['DEMCR',['../struct_core_debug___type.html#a5cdd51dbe3ebb7041880714430edd52d',1,'CoreDebug_Type']]], - ['devid',['DEVID',['../struct_t_p_i___type.html#a4b2e0d680cf7e26728ca8966363a938d',1,'TPI_Type']]], - ['devtype',['DEVTYPE',['../struct_t_p_i___type.html#a16d12c5b1e12f764fa3ec4a51c5f0f35',1,'TPI_Type']]], - ['dfr',['DFR',['../struct_s_c_b___type.html#a586a5225467262b378c0f231ccc77f86',1,'SCB_Type']]], - ['dfsr',['DFSR',['../struct_s_c_b___type.html#ad7d61d9525fa9162579c3da0b87bff8d',1,'SCB_Type']]], - ['dhcsr',['DHCSR',['../struct_core_debug___type.html#a25c14c022c73a725a1736e903431095d',1,'CoreDebug_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_65.html b/libraries/CMSIS/Documentation/Core/html/search/variables_65.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_65.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_65.js b/libraries/CMSIS/Documentation/Core/html/search/variables_65.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_65.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['exccnt',['EXCCNT',['../struct_d_w_t___type.html#ac0801a2328f3431e4706fed91c828f82',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_66.html b/libraries/CMSIS/Documentation/Core/html/search/variables_66.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_66.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_66.js b/libraries/CMSIS/Documentation/Core/html/search/variables_66.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_66.js +++ /dev/null @@ -1,17 +0,0 @@ -var searchData= -[ - ['ffcr',['FFCR',['../struct_t_p_i___type.html#a3eb42d69922e340037692424a69da880',1,'TPI_Type']]], - ['ffsr',['FFSR',['../struct_t_p_i___type.html#ae67849b2c1016fe6ef9095827d16cddd',1,'TPI_Type']]], - ['fifo0',['FIFO0',['../struct_t_p_i___type.html#ae91ff529e87d8e234343ed31bcdc4f10',1,'TPI_Type']]], - ['fifo1',['FIFO1',['../struct_t_p_i___type.html#aebaa9b8dd27f8017dd4f92ecf32bac8e',1,'TPI_Type']]], - ['foldcnt',['FOLDCNT',['../struct_d_w_t___type.html#a35f2315f870a574e3e6958face6584ab',1,'DWT_Type']]], - ['fpca',['FPCA',['../union_c_o_n_t_r_o_l___type.html#ac62cfff08e6f055e0101785bad7094cd',1,'CONTROL_Type']]], - ['fpcar',['FPCAR',['../struct_f_p_u___type.html#aa48253f088dc524de80c42fbc995f66b',1,'FPU_Type']]], - ['fpccr',['FPCCR',['../struct_f_p_u___type.html#a22054423086a3daf2077fb2f3fe2a8b8',1,'FPU_Type']]], - ['fpdscr',['FPDSCR',['../struct_f_p_u___type.html#a4d58ef3ebea69a5ec5acd8c90a9941b6',1,'FPU_Type']]], - ['fscr',['FSCR',['../struct_t_p_i___type.html#a377b78fe804f327e6f8b3d0f37e7bfef',1,'TPI_Type']]], - ['function0',['FUNCTION0',['../struct_d_w_t___type.html#a5fbd9947d110cc168941f6acadc4a729',1,'DWT_Type']]], - ['function1',['FUNCTION1',['../struct_d_w_t___type.html#a3345a33476ee58e165447a3212e6d747',1,'DWT_Type']]], - ['function2',['FUNCTION2',['../struct_d_w_t___type.html#acba1654190641a3617fcc558b5e3f87b',1,'DWT_Type']]], - ['function3',['FUNCTION3',['../struct_d_w_t___type.html#a80bd242fc05ca80f9db681ce4d82e890',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_68.html b/libraries/CMSIS/Documentation/Core/html/search/variables_68.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_68.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_68.js b/libraries/CMSIS/Documentation/Core/html/search/variables_68.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_68.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['hfsr',['HFSR',['../struct_s_c_b___type.html#a7bed53391da4f66d8a2a236a839d4c3d',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_69.html b/libraries/CMSIS/Documentation/Core/html/search/variables_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_69.js b/libraries/CMSIS/Documentation/Core/html/search/variables_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_69.js +++ /dev/null @@ -1,18 +0,0 @@ -var searchData= -[ - ['iabr',['IABR',['../struct_n_v_i_c___type.html#a33e917b381e08dabe4aa5eb2881a7c11',1,'NVIC_Type']]], - ['icer',['ICER',['../struct_n_v_i_c___type.html#a1965a2e68b61d2e2009621f6949211a5',1,'NVIC_Type']]], - ['icpr',['ICPR',['../struct_n_v_i_c___type.html#a46241be64208436d35c9a4f8552575c5',1,'NVIC_Type']]], - ['icsr',['ICSR',['../struct_s_c_b___type.html#a3e66570ab689d28aebefa7e84e85dc4a',1,'SCB_Type']]], - ['ictr',['ICTR',['../struct_s_cn_s_c_b___type.html#ad99a25f5d4c163d9005ca607c24f6a98',1,'SCnSCB_Type']]], - ['ip',['IP',['../struct_n_v_i_c___type.html#a6524789fedb94623822c3e0a47f3d06c',1,'NVIC_Type']]], - ['isar',['ISAR',['../struct_s_c_b___type.html#acee8e458f054aac964268f4fe647ea4f',1,'SCB_Type']]], - ['iser',['ISER',['../struct_n_v_i_c___type.html#af90c80b7c2b48e248780b3781e0df80f',1,'NVIC_Type']]], - ['ispr',['ISPR',['../struct_n_v_i_c___type.html#acf8e38fc2e97316242ddeb7ea959ab90',1,'NVIC_Type']]], - ['isr',['ISR',['../union_i_p_s_r___type.html#ab46e5f1b2f4d17cfb9aca4fffcbb2fa5',1,'IPSR_Type::ISR()'],['../unionx_p_s_r___type.html#a3e9120dcf1a829fc8d2302b4d0673970',1,'xPSR_Type::ISR()']]], - ['it',['IT',['../unionx_p_s_r___type.html#a3200966922a194d84425e2807a7f1328',1,'xPSR_Type']]], - ['itatbctr0',['ITATBCTR0',['../struct_t_p_i___type.html#a20ca7fad4d4009c242f20a7b4a44b7d0',1,'TPI_Type']]], - ['itatbctr2',['ITATBCTR2',['../struct_t_p_i___type.html#a176d991adb4c022bd5b982a9f8fa6a1d',1,'TPI_Type']]], - ['itctrl',['ITCTRL',['../struct_t_p_i___type.html#ab49c2cb6b5fe082746a444e07548c198',1,'TPI_Type']]], - ['itm_5frxbuffer',['ITM_RxBuffer',['../group___i_t_m___debug__gr.html#ga12e68e55a7badc271b948d6c7230b2a8',1,'Ref_Debug.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6c.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6c.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6c.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6c.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6c.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6c.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['load',['LOAD',['../struct_sys_tick___type.html#ae7bc9d3eac1147f3bba8d73a8395644f',1,'SysTick_Type']]], - ['lsucnt',['LSUCNT',['../struct_d_w_t___type.html#aeba92e6c7fd3de4ba06bfd94f47f5b35',1,'DWT_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6d.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6d.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6d.js +++ /dev/null @@ -1,11 +0,0 @@ -var searchData= -[ - ['mask0',['MASK0',['../struct_d_w_t___type.html#a5bb1c17fc754180cc197b874d3d8673f',1,'DWT_Type']]], - ['mask1',['MASK1',['../struct_d_w_t___type.html#a0c684438a24f8c927e6e01c0e0a605ef',1,'DWT_Type']]], - ['mask2',['MASK2',['../struct_d_w_t___type.html#a8ecdc8f0d917dac86b0373532a1c0e2e',1,'DWT_Type']]], - ['mask3',['MASK3',['../struct_d_w_t___type.html#ae3f01137a8d28c905ddefe7333547fba',1,'DWT_Type']]], - ['mmfar',['MMFAR',['../struct_s_c_b___type.html#ac49b24b3f222508464f111772f2c44dd',1,'SCB_Type']]], - ['mmfr',['MMFR',['../struct_s_c_b___type.html#aec2f8283d2737c6897188568a4214976',1,'SCB_Type']]], - ['mvfr0',['MVFR0',['../struct_f_p_u___type.html#a135577b0a76bd3164be2a02f29ca46f1',1,'FPU_Type']]], - ['mvfr1',['MVFR1',['../struct_f_p_u___type.html#a776e8625853e1413c4e8330ec85c256d',1,'FPU_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6e.html b/libraries/CMSIS/Documentation/Core/html/search/variables_6e.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6e.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_6e.js b/libraries/CMSIS/Documentation/Core/html/search/variables_6e.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_6e.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['n',['N',['../union_a_p_s_r___type.html#a7e7bbba9b00b0bb3283dc07f1abe37e0',1,'APSR_Type::N()'],['../unionx_p_s_r___type.html#a2db9a52f6d42809627d1a7a607c5dbc5',1,'xPSR_Type::N()']]], - ['npriv',['nPRIV',['../union_c_o_n_t_r_o_l___type.html#a35c1732cf153b7b5c4bd321cf1de9605',1,'CONTROL_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_70.html b/libraries/CMSIS/Documentation/Core/html/search/variables_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_70.js b/libraries/CMSIS/Documentation/Core/html/search/variables_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_70.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['pcsr',['PCSR',['../struct_d_w_t___type.html#abc5ae11d98da0ad5531a5e979a3c2ab5',1,'DWT_Type']]], - ['pfr',['PFR',['../struct_s_c_b___type.html#a3f51c43f952f3799951d0c54e76b0cb7',1,'SCB_Type']]], - ['port',['PORT',['../struct_i_t_m___type.html#afe056e8c8f8c5519d9b47611fa3a4c46',1,'ITM_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_71.html b/libraries/CMSIS/Documentation/Core/html/search/variables_71.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_71.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_71.js b/libraries/CMSIS/Documentation/Core/html/search/variables_71.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_71.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['q',['Q',['../union_a_p_s_r___type.html#a22d10913489d24ab08bd83457daa88de',1,'APSR_Type::Q()'],['../unionx_p_s_r___type.html#add7cbd2b0abd8954d62cd7831796ac7c',1,'xPSR_Type::Q()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_72.html b/libraries/CMSIS/Documentation/Core/html/search/variables_72.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_72.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_72.js b/libraries/CMSIS/Documentation/Core/html/search/variables_72.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_72.js +++ /dev/null @@ -1,20 +0,0 @@ -var searchData= -[ - ['rasr',['RASR',['../struct_m_p_u___type.html#adc65d266d15ce9ba57b3d127e8267f03',1,'MPU_Type']]], - ['rasr_5fa1',['RASR_A1',['../struct_m_p_u___type.html#a94222f9a8637b5329016e18f08af7185',1,'MPU_Type']]], - ['rasr_5fa2',['RASR_A2',['../struct_m_p_u___type.html#a0aac7727a6225c6aa00627c36d51d014',1,'MPU_Type']]], - ['rasr_5fa3',['RASR_A3',['../struct_m_p_u___type.html#aced0b908173b9a4bae4f59452f0cdb0d',1,'MPU_Type']]], - ['rbar',['RBAR',['../struct_m_p_u___type.html#a3f2e2448a77aadacd9f394f6c4c708d9',1,'MPU_Type']]], - ['rbar_5fa1',['RBAR_A1',['../struct_m_p_u___type.html#a4dbcffa0a71c31e521b645b34b40e639',1,'MPU_Type']]], - ['rbar_5fa2',['RBAR_A2',['../struct_m_p_u___type.html#a8703a00626dba046b841c0db6c78c395',1,'MPU_Type']]], - ['rbar_5fa3',['RBAR_A3',['../struct_m_p_u___type.html#a9fda17c37b85ef317c7c8688ff8c5804',1,'MPU_Type']]], - ['reserved0',['RESERVED0',['../struct_n_v_i_c___type.html#a2de17698945ea49abd58a2d45bdc9c80',1,'NVIC_Type::RESERVED0()'],['../struct_s_c_b___type.html#ac89a5d9901e3748d22a7090bfca2bee6',1,'SCB_Type::RESERVED0()'],['../struct_s_cn_s_c_b___type.html#afe1d5fd2966d5062716613b05c8d0ae1',1,'SCnSCB_Type::RESERVED0()'],['../struct_i_t_m___type.html#a2c5ae30385b5f370d023468ea9914c0e',1,'ITM_Type::RESERVED0()'],['../struct_f_p_u___type.html#a7b2967b069046c8544adbbc1db143a36',1,'FPU_Type::RESERVED0()'],['../struct_d_w_t___type.html#addd893d655ed90d40705b20170daac59',1,'DWT_Type::RESERVED0()'],['../struct_t_p_i___type.html#af143c5e8fc9a3b2be2878e9c1f331aa9',1,'TPI_Type::RESERVED0()']]], - ['reserved1',['RESERVED1',['../struct_i_t_m___type.html#afffce5b93bbfedbaee85357d0b07ebce',1,'ITM_Type::RESERVED1()'],['../struct_d_w_t___type.html#a069871233a8c1df03521e6d7094f1de4',1,'DWT_Type::RESERVED1()'],['../struct_t_p_i___type.html#ac3956fe93987b725d89d3be32738da12',1,'TPI_Type::RESERVED1()']]], - ['reserved2',['RESERVED2',['../struct_n_v_i_c___type.html#a0953af43af8ec7fd5869a1d826ce5b72',1,'NVIC_Type::RESERVED2()'],['../struct_i_t_m___type.html#af56b2f07bc6b42cd3e4d17e1b27cff7b',1,'ITM_Type::RESERVED2()'],['../struct_d_w_t___type.html#a8556ca1c32590517602d92fe0cd55738',1,'DWT_Type::RESERVED2()'],['../struct_t_p_i___type.html#ac7bbb92e6231b9b38ac483f7d161a096',1,'TPI_Type::RESERVED2()']]], - ['reserved3',['RESERVED3',['../struct_n_v_i_c___type.html#a9dd330835dbf21471e7b5be8692d77ab',1,'NVIC_Type::RESERVED3()'],['../struct_t_p_i___type.html#a31700c8cdd26e4c094db72af33d9f24c',1,'TPI_Type::RESERVED3()']]], - ['reserved4',['RESERVED4',['../struct_n_v_i_c___type.html#a5c0e5d507ac3c1bd5cdaaf9bbd177790',1,'NVIC_Type::RESERVED4()'],['../struct_t_p_i___type.html#a684071216fafee4e80be6aaa932cec46',1,'TPI_Type::RESERVED4()']]], - ['reserved5',['RESERVED5',['../struct_n_v_i_c___type.html#a4f753b4f824270175af045ac99bc12e8',1,'NVIC_Type::RESERVED5()'],['../struct_t_p_i___type.html#a3f80dd93f6bab6524603a7aa58de9a30',1,'TPI_Type::RESERVED5()']]], - ['reserved7',['RESERVED7',['../struct_t_p_i___type.html#a476ca23fbc9480f1697fbec871130550',1,'TPI_Type']]], - ['rnr',['RNR',['../struct_m_p_u___type.html#afd8de96a5d574c3953e2106e782f9833',1,'MPU_Type']]], - ['rserved1',['RSERVED1',['../struct_n_v_i_c___type.html#a6d1daf7ab6f2ba83f57ff67ae6f571fe',1,'NVIC_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_73.html b/libraries/CMSIS/Documentation/Core/html/search/variables_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_73.js b/libraries/CMSIS/Documentation/Core/html/search/variables_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_73.js +++ /dev/null @@ -1,12 +0,0 @@ -var searchData= -[ - ['scr',['SCR',['../struct_s_c_b___type.html#abfad14e7b4534d73d329819625d77a16',1,'SCB_Type']]], - ['shcsr',['SHCSR',['../struct_s_c_b___type.html#ae9891a59abbe51b0b2067ca507ca212f',1,'SCB_Type']]], - ['shp',['SHP',['../struct_s_c_b___type.html#af6336103f8be0cab29de51daed5a65f4',1,'SCB_Type']]], - ['sleepcnt',['SLEEPCNT',['../struct_d_w_t___type.html#a8afd5a4bf994011748bc012fa442c74d',1,'DWT_Type']]], - ['sppr',['SPPR',['../struct_t_p_i___type.html#a3eb655f2e45d7af358775025c1a50c8e',1,'TPI_Type']]], - ['spsel',['SPSEL',['../union_c_o_n_t_r_o_l___type.html#a8cc085fea1c50a8bd9adea63931ee8e2',1,'CONTROL_Type']]], - ['sspsr',['SSPSR',['../struct_t_p_i___type.html#a158e9d784f6ee6398f4bdcb2e4ca0912',1,'TPI_Type']]], - ['stir',['STIR',['../struct_n_v_i_c___type.html#a0b0d7f3131da89c659a2580249432749',1,'NVIC_Type']]], - ['systemcoreclock',['SystemCoreClock',['../group__system__init__gr.html#gaa3cd3e43291e81e795d642b79b6088e6',1,'Ref_SystemAndClock.txt']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_74.html b/libraries/CMSIS/Documentation/Core/html/search/variables_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_74.js b/libraries/CMSIS/Documentation/Core/html/search/variables_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_74.js +++ /dev/null @@ -1,9 +0,0 @@ -var searchData= -[ - ['t',['T',['../unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658',1,'xPSR_Type']]], - ['tcr',['TCR',['../struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45',1,'ITM_Type']]], - ['ter',['TER',['../struct_i_t_m___type.html#a91a040e1b162e1128ac1e852b4a0e589',1,'ITM_Type']]], - ['tpr',['TPR',['../struct_i_t_m___type.html#a93b480aac6da620bbb611212186d47fa',1,'ITM_Type']]], - ['trigger',['TRIGGER',['../struct_t_p_i___type.html#aa4b603c71768dbda553da571eccba1fe',1,'TPI_Type']]], - ['type',['TYPE',['../struct_m_p_u___type.html#a6ae8a8c3a4909ae41447168d793608f7',1,'MPU_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_75.html b/libraries/CMSIS/Documentation/Core/html/search/variables_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_75.js b/libraries/CMSIS/Documentation/Core/html/search/variables_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_75.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['u16',['u16',['../struct_i_t_m___type.html#a12aa4eb4d9dcb589a5d953c836f4e8f4',1,'ITM_Type']]], - ['u32',['u32',['../struct_i_t_m___type.html#a6882fa5af67ef5c5dfb433b3b68939df',1,'ITM_Type']]], - ['u8',['u8',['../struct_i_t_m___type.html#abea77b06775d325e5f6f46203f582433',1,'ITM_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_76.html b/libraries/CMSIS/Documentation/Core/html/search/variables_76.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_76.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_76.js b/libraries/CMSIS/Documentation/Core/html/search/variables_76.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_76.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['v',['V',['../union_a_p_s_r___type.html#a8004d224aacb78ca37774c35f9156e7e',1,'APSR_Type::V()'],['../unionx_p_s_r___type.html#af14df16ea0690070c45b95f2116b7a0a',1,'xPSR_Type::V()']]], - ['val',['VAL',['../struct_sys_tick___type.html#a0997ff20f11817f8246e8f0edac6f4e4',1,'SysTick_Type']]], - ['vtor',['VTOR',['../struct_s_c_b___type.html#a0faf96f964931cadfb71cfa54e051f6f',1,'SCB_Type']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_77.html b/libraries/CMSIS/Documentation/Core/html/search/variables_77.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_77.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_77.js b/libraries/CMSIS/Documentation/Core/html/search/variables_77.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_77.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['w',['w',['../union_a_p_s_r___type.html#ae4c2ef8c9430d7b7bef5cbfbbaed3a94',1,'APSR_Type::w()'],['../union_i_p_s_r___type.html#a4adca999d3a0bc1ae682d73ea7cfa879',1,'IPSR_Type::w()'],['../unionx_p_s_r___type.html#a1a47176768f45f79076c4f5b1b534bc2',1,'xPSR_Type::w()'],['../union_c_o_n_t_r_o_l___type.html#a6b642cca3d96da660b1198c133ca2a1f',1,'CONTROL_Type::w()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_7a.html b/libraries/CMSIS/Documentation/Core/html/search/variables_7a.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_7a.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/Core/html/search/variables_7a.js b/libraries/CMSIS/Documentation/Core/html/search/variables_7a.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/search/variables_7a.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['z',['Z',['../union_a_p_s_r___type.html#a3b04d58738b66a28ff13f23d8b0ba7e5',1,'APSR_Type::Z()'],['../unionx_p_s_r___type.html#a1e5d9801013d5146f2e02d9b7b3da562',1,'xPSR_Type::Z()']]] -]; diff --git a/libraries/CMSIS/Documentation/Core/html/startup_s_pg.html b/libraries/CMSIS/Documentation/Core/html/startup_s_pg.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/startup_s_pg.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - -CMSIS-CORE: Startup File startup_<device>.s - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Startup File startup_<device>.s
-
-
-

The Startup File startup_<device>.s contains:

-
    -
  • The reset handler which is executed after CPU reset and typically calls the SystemInit function.
  • -
  • The setup values for the Main Stack Pointer (MSP).
  • -
  • Exception vectors of the Cortex-M Processor with weak functions that implement default routines.
  • -
  • Interrupt vectors that are device specific with weak functions that implement default routines.
  • -
-

The file exists for each supported toolchain and is the only tool-chain specific CMSIS file.

-

To adapt the file to a new device only the interrupt vector table needs to be extended with the device-specific interrupt handlers. The naming convention for the interrupt handler names are <interrupt_name>_IRQHandler. This table needs to be consistent with IRQn_Type that defines all the IRQ numbers for each interrupt.

-

Example:

-

The following example shows the extension of the interrupt vector table for the LPC1100 device family.

-
; External Interrupts
-
DCD WAKEUP0_IRQHandler ; 16+ 0: Wakeup PIO0.0
-
DCD WAKEUP1_IRQHandler ; 16+ 1: Wakeup PIO0.1
-
DCD WAKEUP2_IRQHandler ; 16+ 2: Wakeup PIO0.2
-
: :
-
: :
-
DCD EINT1_IRQHandler ; 16+30: PIO INT1
-
DCD EINT0_IRQHandler ; 16+31: PIO INT0
-
:
-
:
-
EXPORT WAKEUP0_IRQHandler [WEAK]
-
EXPORT WAKEUP1_IRQHandler [WEAK]
-
EXPORT WAKEUP2_IRQHandler [WEAK]
-
: :
-
: :
-
EXPORT EINT1_IRQHandler [WEAK]
-
EXPORT EINT0_IRQHandler [WEAK]
-
-
WAKEUP0_IRQHandler
-
WAKEUP1_IRQHandler
-
WAKEUP1_IRQHandler
-
:
-
:
-
EINT1_IRQHandler
-
EINT0_IRQHandler
-
B .
-

-startup_Device.s Template File

-

The startup_Device.s Template File for the Cortex-M3 and the ARMCC compiler is shown below. The files for other compiler vendors differ slightly in the syntax, but not in the overall structure.

-
;/**************************************************************************//**
-; * @file     startup_<Device>.s
-; * @brief    CMSIS Cortex-M# Core Device Startup File for
-; *           Device <Device>
-; * @version  V3.10
-; * @date     23. November 2012
-; *
-; * @note
-; *
-; ******************************************************************************/
-;/* Copyright (c) 2012 ARM LIMITED
-;
-;   All rights reserved.
-;   Redistribution and use in source and binary forms, with or without
-;   modification, are permitted provided that the following conditions are met:
-;   - Redistributions of source code must retain the above copyright
-;     notice, this list of conditions and the following disclaimer.
-;   - Redistributions in binary form must reproduce the above copyright
-;     notice, this list of conditions and the following disclaimer in the
-;     documentation and/or other materials provided with the distribution.
-;   - Neither the name of ARM nor the names of its contributors may be used
-;     to endorse or promote products derived from this software without
-;     specific prior written permission.
-;   *
-;   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-;   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-;   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-;   ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-;   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-;   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-;   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-;   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-;   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-;   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-;   POSSIBILITY OF SUCH DAMAGE.
-;   ---------------------------------------------------------------------------*/
-;/*
-;//-------- <<< Use Configuration Wizard in Context Menu >>> ------------------
-;*/
-
-
-; <h> Stack Configuration
-;   <o> Stack Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Stack_Size      EQU     0x00000400
-
-                AREA    STACK, NOINIT, READWRITE, ALIGN=3
-Stack_Mem       SPACE   Stack_Size
-__initial_sp
-
-
-; <h> Heap Configuration
-;   <o>  Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
-; </h>
-
-Heap_Size       EQU     0x00000100
-
-                AREA    HEAP, NOINIT, READWRITE, ALIGN=3
-__heap_base
-Heap_Mem        SPACE   Heap_Size
-__heap_limit
-
-
-                PRESERVE8
-                THUMB
-
-
-; Vector Table Mapped to Address 0 at Reset
-
-                AREA    RESET, DATA, READONLY
-                EXPORT  __Vectors
-                EXPORT  __Vectors_End
-                EXPORT  __Vectors_Size
-
-__Vectors       DCD     __initial_sp              ; Top of Stack
-                DCD     Reset_Handler             ; Reset Handler
-                DCD     NMI_Handler               ; NMI Handler
-                DCD     HardFault_Handler         ; Hard Fault Handler
-                DCD     MemManage_Handler         ; MPU Fault Handler
-                DCD     BusFault_Handler          ; Bus Fault Handler
-                DCD     UsageFault_Handler        ; Usage Fault Handler
-                DCD     0                         ; Reserved
-                DCD     0                         ; Reserved
-                DCD     0                         ; Reserved
-                DCD     0                         ; Reserved
-                DCD     SVC_Handler               ; SVCall Handler
-                DCD     DebugMon_Handler          ; Debug Monitor Handler
-                DCD     0                         ; Reserved
-                DCD     PendSV_Handler            ; PendSV Handler
-                DCD     SysTick_Handler           ; SysTick Handler
-
-                ; External Interrupts
-; ToDo:  Add here the vectors for the device specific external interrupts handler
-                DCD     <DeviceInterrupt>_IRQHandler       ;  0: Default
-__Vectors_End
-
-__Vectors_Size  EQU     __Vectors_End - __Vectors
-
-                AREA    |.text|, CODE, READONLY
-
-
-; Reset Handler
-
-Reset_Handler   PROC
-                EXPORT  Reset_Handler             [WEAK]
-                IMPORT  SystemInit
-                IMPORT  __main
-                LDR     R0, =SystemInit
-                BLX     R0
-                LDR     R0, =__main
-                BX      R0
-                ENDP
-
-
-; Dummy Exception Handlers (infinite loops which can be modified)
-
-NMI_Handler     PROC
-                EXPORT  NMI_Handler               [WEAK]
-                B       .
-                ENDP
-HardFault_Handler\
-                PROC
-                EXPORT  HardFault_Handler         [WEAK]
-                B       .
-                ENDP
-MemManage_Handler\
-                PROC
-                EXPORT  MemManage_Handler         [WEAK]
-                B       .
-                ENDP
-BusFault_Handler\
-                PROC
-                EXPORT  BusFault_Handler          [WEAK]
-                B       .
-                ENDP
-UsageFault_Handler\
-                PROC
-                EXPORT  UsageFault_Handler        [WEAK]
-                B       .
-                ENDP
-SVC_Handler     PROC
-                EXPORT  SVC_Handler               [WEAK]
-                B       .
-                ENDP
-DebugMon_Handler\
-                PROC
-                EXPORT  DebugMon_Handler          [WEAK]
-                B       .
-                ENDP
-PendSV_Handler\
-                PROC
-                EXPORT  PendSV_Handler            [WEAK]
-                B       .
-                ENDP
-SysTick_Handler\
-                PROC
-                EXPORT  SysTick_Handler           [WEAK]
-                B       .
-                ENDP
-
-Default_Handler PROC
-; ToDo:  Add here the export definition for the device specific external interrupts handler
-                EXPORT  <DeviceInterrupt>_IRQHandler         [WEAK]
-
-; ToDo:  Add here the names for the device specific external interrupts handler
-<DeviceInterrupt>_IRQHandler
-                B       .
-                ENDP
-
-
-                ALIGN
-
-
-; User Initial Stack & Heap
-
-                IF      :DEF:__MICROLIB
-
-                EXPORT  __initial_sp
-                EXPORT  __heap_base
-                EXPORT  __heap_limit
-
-                ELSE
-
-                IMPORT  __use_two_region_memory
-                EXPORT  __user_initial_stackheap
-
-__user_initial_stackheap PROC
-                LDR     R0, =  Heap_Mem
-                LDR     R1, =(Stack_Mem + Stack_Size)
-                LDR     R2, = (Heap_Mem +  Heap_Size)
-                LDR     R3, = Stack_Mem
-                BX      LR
-                ENDP
-
-                ALIGN
-
-                ENDIF
-
-
-                END
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html b/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -CMSIS-CORE: CoreDebug_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
CoreDebug_Type Struct Reference
-
-
- -

Structure type to access the Core Debug Register (CoreDebug). -

- - - - - - - - - - - - - - -

-Data Fields

__IO uint32_t DHCSR
 Offset: 0x000 (R/W) Debug Halting Control and Status Register. More...
 
__O uint32_t DCRSR
 Offset: 0x004 ( /W) Debug Core Register Selector Register. More...
 
__IO uint32_t DCRDR
 Offset: 0x008 (R/W) Debug Core Register Data Register. More...
 
__IO uint32_t DEMCR
 Offset: 0x00C (R/W) Debug Exception and Monitor Control Register. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t CoreDebug_Type::DCRDR
-
- -
-
- -
-
- - - - -
__O uint32_t CoreDebug_Type::DCRSR
-
- -
-
- -
-
- - - - -
__IO uint32_t CoreDebug_Type::DEMCR
-
- -
-
- -
-
- - - - -
__IO uint32_t CoreDebug_Type::DHCSR
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js b/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_core_debug___type.js +++ /dev/null @@ -1,7 +0,0 @@ -var struct_core_debug___type = -[ - [ "DCRDR", "struct_core_debug___type.html#ab8f4bb076402b61f7be6308075a789c9", null ], - [ "DCRSR", "struct_core_debug___type.html#afefa84bce7497652353a1b76d405d983", null ], - [ "DEMCR", "struct_core_debug___type.html#a5cdd51dbe3ebb7041880714430edd52d", null ], - [ "DHCSR", "struct_core_debug___type.html#a25c14c022c73a725a1736e903431095d", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html b/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.html +++ /dev/null @@ -1,489 +0,0 @@ - - - - - -CMSIS-CORE: DWT_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
DWT_Type Struct Reference
-
-
- -

Structure type to access the Data Watchpoint and Trace Register (DWT). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

__IO uint32_t CTRL
 Offset: 0x000 (R/W) Control Register. More...
 
__IO uint32_t CYCCNT
 Offset: 0x004 (R/W) Cycle Count Register. More...
 
__IO uint32_t CPICNT
 Offset: 0x008 (R/W) CPI Count Register. More...
 
__IO uint32_t EXCCNT
 Offset: 0x00C (R/W) Exception Overhead Count Register. More...
 
__IO uint32_t SLEEPCNT
 Offset: 0x010 (R/W) Sleep Count Register. More...
 
__IO uint32_t LSUCNT
 Offset: 0x014 (R/W) LSU Count Register. More...
 
__IO uint32_t FOLDCNT
 Offset: 0x018 (R/W) Folded-instruction Count Register. More...
 
__I uint32_t PCSR
 Offset: 0x01C (R/ ) Program Counter Sample Register. More...
 
__IO uint32_t COMP0
 Offset: 0x020 (R/W) Comparator Register 0. More...
 
__IO uint32_t MASK0
 Offset: 0x024 (R/W) Mask Register 0. More...
 
__IO uint32_t FUNCTION0
 Offset: 0x028 (R/W) Function Register 0. More...
 
uint32_t RESERVED0 [1]
 Reserved. More...
 
__IO uint32_t COMP1
 Offset: 0x030 (R/W) Comparator Register 1. More...
 
__IO uint32_t MASK1
 Offset: 0x034 (R/W) Mask Register 1. More...
 
__IO uint32_t FUNCTION1
 Offset: 0x038 (R/W) Function Register 1. More...
 
uint32_t RESERVED1 [1]
 Reserved. More...
 
__IO uint32_t COMP2
 Offset: 0x040 (R/W) Comparator Register 2. More...
 
__IO uint32_t MASK2
 Offset: 0x044 (R/W) Mask Register 2. More...
 
__IO uint32_t FUNCTION2
 Offset: 0x048 (R/W) Function Register 2. More...
 
uint32_t RESERVED2 [1]
 Reserved. More...
 
__IO uint32_t COMP3
 Offset: 0x050 (R/W) Comparator Register 3. More...
 
__IO uint32_t MASK3
 Offset: 0x054 (R/W) Mask Register 3. More...
 
__IO uint32_t FUNCTION3
 Offset: 0x058 (R/W) Function Register 3. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t DWT_Type::COMP0
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::COMP1
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::COMP2
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::COMP3
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::CPICNT
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::CTRL
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::CYCCNT
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::EXCCNT
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::FOLDCNT
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::FUNCTION0
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::FUNCTION1
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::FUNCTION2
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::FUNCTION3
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::LSUCNT
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::MASK0
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::MASK1
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::MASK2
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::MASK3
-
- -
-
- -
-
- - - - -
__I uint32_t DWT_Type::PCSR
-
- -
-
- -
-
- - - - -
uint32_t DWT_Type::RESERVED0[1]
-
- -
-
- -
-
- - - - -
uint32_t DWT_Type::RESERVED1[1]
-
- -
-
- -
-
- - - - -
uint32_t DWT_Type::RESERVED2[1]
-
- -
-
- -
-
- - - - -
__IO uint32_t DWT_Type::SLEEPCNT
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js b/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_d_w_t___type.js +++ /dev/null @@ -1,26 +0,0 @@ -var struct_d_w_t___type = -[ - [ "COMP0", "struct_d_w_t___type.html#a7cf71ff4b30a8362690fddd520763904", null ], - [ "COMP1", "struct_d_w_t___type.html#a4a5bb70a5ce3752bd628d5ce5658cb0c", null ], - [ "COMP2", "struct_d_w_t___type.html#a8927aedbe9fd6bdae8983088efc83332", null ], - [ "COMP3", "struct_d_w_t___type.html#a3df15697eec279dbbb4b4e9d9ae8b62f", null ], - [ "CPICNT", "struct_d_w_t___type.html#a88cca2ab8eb1b5b507817656ceed89fc", null ], - [ "CTRL", "struct_d_w_t___type.html#a37964d64a58551b69ce4c8097210d37d", null ], - [ "CYCCNT", "struct_d_w_t___type.html#a71680298e85e96e57002f87e7ab78fd4", null ], - [ "EXCCNT", "struct_d_w_t___type.html#ac0801a2328f3431e4706fed91c828f82", null ], - [ "FOLDCNT", "struct_d_w_t___type.html#a35f2315f870a574e3e6958face6584ab", null ], - [ "FUNCTION0", "struct_d_w_t___type.html#a5fbd9947d110cc168941f6acadc4a729", null ], - [ "FUNCTION1", "struct_d_w_t___type.html#a3345a33476ee58e165447a3212e6d747", null ], - [ "FUNCTION2", "struct_d_w_t___type.html#acba1654190641a3617fcc558b5e3f87b", null ], - [ "FUNCTION3", "struct_d_w_t___type.html#a80bd242fc05ca80f9db681ce4d82e890", null ], - [ "LSUCNT", "struct_d_w_t___type.html#aeba92e6c7fd3de4ba06bfd94f47f5b35", null ], - [ "MASK0", "struct_d_w_t___type.html#a5bb1c17fc754180cc197b874d3d8673f", null ], - [ "MASK1", "struct_d_w_t___type.html#a0c684438a24f8c927e6e01c0e0a605ef", null ], - [ "MASK2", "struct_d_w_t___type.html#a8ecdc8f0d917dac86b0373532a1c0e2e", null ], - [ "MASK3", "struct_d_w_t___type.html#ae3f01137a8d28c905ddefe7333547fba", null ], - [ "PCSR", "struct_d_w_t___type.html#abc5ae11d98da0ad5531a5e979a3c2ab5", null ], - [ "RESERVED0", "struct_d_w_t___type.html#addd893d655ed90d40705b20170daac59", null ], - [ "RESERVED1", "struct_d_w_t___type.html#a069871233a8c1df03521e6d7094f1de4", null ], - [ "RESERVED2", "struct_d_w_t___type.html#a8556ca1c32590517602d92fe0cd55738", null ], - [ "SLEEPCNT", "struct_d_w_t___type.html#a8afd5a4bf994011748bc012fa442c74d", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html b/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -CMSIS-CORE: FPU_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
FPU_Type Struct Reference
-
-
- -

Structure type to access the Floating Point Unit (FPU). -

- - - - - - - - - - - - - - - - - - - - -

-Data Fields

uint32_t RESERVED0 [1]
 Reserved. More...
 
__IO uint32_t FPCCR
 Offset: 0x004 (R/W) Floating-Point Context Control Register. More...
 
__IO uint32_t FPCAR
 Offset: 0x008 (R/W) Floating-Point Context Address Register. More...
 
__IO uint32_t FPDSCR
 Offset: 0x00C (R/W) Floating-Point Default Status Control Register. More...
 
__I uint32_t MVFR0
 Offset: 0x010 (R/ ) Media and FP Feature Register 0. More...
 
__I uint32_t MVFR1
 Offset: 0x014 (R/ ) Media and FP Feature Register 1. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t FPU_Type::FPCAR
-
- -
-
- -
-
- - - - -
__IO uint32_t FPU_Type::FPCCR
-
- -
-
- -
-
- - - - -
__IO uint32_t FPU_Type::FPDSCR
-
- -
-
- -
-
- - - - -
__I uint32_t FPU_Type::MVFR0
-
- -
-
- -
-
- - - - -
__I uint32_t FPU_Type::MVFR1
-
- -
-
- -
-
- - - - -
uint32_t FPU_Type::RESERVED0[1]
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js b/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_f_p_u___type.js +++ /dev/null @@ -1,9 +0,0 @@ -var struct_f_p_u___type = -[ - [ "FPCAR", "struct_f_p_u___type.html#aa48253f088dc524de80c42fbc995f66b", null ], - [ "FPCCR", "struct_f_p_u___type.html#a22054423086a3daf2077fb2f3fe2a8b8", null ], - [ "FPDSCR", "struct_f_p_u___type.html#a4d58ef3ebea69a5ec5acd8c90a9941b6", null ], - [ "MVFR0", "struct_f_p_u___type.html#a135577b0a76bd3164be2a02f29ca46f1", null ], - [ "MVFR1", "struct_f_p_u___type.html#a776e8625853e1413c4e8330ec85c256d", null ], - [ "RESERVED0", "struct_f_p_u___type.html#a7b2967b069046c8544adbbc1db143a36", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html b/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - -CMSIS-CORE: ITM_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
ITM_Type Struct Reference
-
-
- -

Structure type to access the Instrumentation Trace Macrocell Register (ITM). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

union {
   __O uint8_t   u8
 Offset: 0x000 ( /W) ITM Stimulus Port 8-bit. More...
 
   __O uint16_t   u16
 Offset: 0x000 ( /W) ITM Stimulus Port 16-bit. More...
 
   __O uint32_t   u32
 Offset: 0x000 ( /W) ITM Stimulus Port 32-bit. More...
 
PORT [32]
 Offset: 0x000 ( /W) ITM Stimulus Port Registers. More...
 
uint32_t RESERVED0 [864]
 Reserved. More...
 
__IO uint32_t TER
 Offset: 0xE00 (R/W) ITM Trace Enable Register. More...
 
uint32_t RESERVED1 [15]
 Reserved. More...
 
__IO uint32_t TPR
 Offset: 0xE40 (R/W) ITM Trace Privilege Register. More...
 
uint32_t RESERVED2 [15]
 Reserved. More...
 
__IO uint32_t TCR
 Offset: 0xE80 (R/W) ITM Trace Control Register. More...
 
-

Field Documentation

- -
-
- - - - -
__O { ... } ITM_Type::PORT[32]
-
- -
-
- -
-
- - - - -
uint32_t ITM_Type::RESERVED0[864]
-
- -
-
- -
-
- - - - -
uint32_t ITM_Type::RESERVED1[15]
-
- -
-
- -
-
- - - - -
uint32_t ITM_Type::RESERVED2[15]
-
- -
-
- -
-
- - - - -
__IO uint32_t ITM_Type::TCR
-
- -
-
- -
-
- - - - -
__IO uint32_t ITM_Type::TER
-
- -
-
- -
-
- - - - -
__IO uint32_t ITM_Type::TPR
-
- -
-
- -
-
- - - - -
__O uint16_t ITM_Type::u16
-
- -
-
- -
-
- - - - -
__O uint32_t ITM_Type::u32
-
- -
-
- -
-
- - - - -
__O uint8_t ITM_Type::u8
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js b/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_i_t_m___type.js +++ /dev/null @@ -1,13 +0,0 @@ -var struct_i_t_m___type = -[ - [ "PORT", "struct_i_t_m___type.html#afe056e8c8f8c5519d9b47611fa3a4c46", null ], - [ "RESERVED0", "struct_i_t_m___type.html#a2c5ae30385b5f370d023468ea9914c0e", null ], - [ "RESERVED1", "struct_i_t_m___type.html#afffce5b93bbfedbaee85357d0b07ebce", null ], - [ "RESERVED2", "struct_i_t_m___type.html#af56b2f07bc6b42cd3e4d17e1b27cff7b", null ], - [ "TCR", "struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45", null ], - [ "TER", "struct_i_t_m___type.html#a91a040e1b162e1128ac1e852b4a0e589", null ], - [ "TPR", "struct_i_t_m___type.html#a93b480aac6da620bbb611212186d47fa", null ], - [ "u16", "struct_i_t_m___type.html#a12aa4eb4d9dcb589a5d953c836f4e8f4", null ], - [ "u32", "struct_i_t_m___type.html#a6882fa5af67ef5c5dfb433b3b68939df", null ], - [ "u8", "struct_i_t_m___type.html#abea77b06775d325e5f6f46203f582433", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html b/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - -CMSIS-CORE: MPU_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
MPU_Type Struct Reference
-
-
- -

Structure type to access the Memory Protection Unit (MPU). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

__I uint32_t TYPE
 Offset: 0x000 (R/ ) MPU Type Register. More...
 
__IO uint32_t CTRL
 Offset: 0x004 (R/W) MPU Control Register. More...
 
__IO uint32_t RNR
 Offset: 0x008 (R/W) MPU Region RNRber Register. More...
 
__IO uint32_t RBAR
 Offset: 0x00C (R/W) MPU Region Base Address Register. More...
 
__IO uint32_t RASR
 Offset: 0x010 (R/W) MPU Region Attribute and Size Register. More...
 
__IO uint32_t RBAR_A1
 Offset: 0x014 (R/W) MPU Alias 1 Region Base Address Register. More...
 
__IO uint32_t RASR_A1
 Offset: 0x018 (R/W) MPU Alias 1 Region Attribute and Size Register. More...
 
__IO uint32_t RBAR_A2
 Offset: 0x01C (R/W) MPU Alias 2 Region Base Address Register. More...
 
__IO uint32_t RASR_A2
 Offset: 0x020 (R/W) MPU Alias 2 Region Attribute and Size Register. More...
 
__IO uint32_t RBAR_A3
 Offset: 0x024 (R/W) MPU Alias 3 Region Base Address Register. More...
 
__IO uint32_t RASR_A3
 Offset: 0x028 (R/W) MPU Alias 3 Region Attribute and Size Register. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t MPU_Type::CTRL
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RASR
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RASR_A1
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RASR_A2
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RASR_A3
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RBAR
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RBAR_A1
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RBAR_A2
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RBAR_A3
-
- -
-
- -
-
- - - - -
__IO uint32_t MPU_Type::RNR
-
- -
-
- -
-
- - - - -
__I uint32_t MPU_Type::TYPE
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js b/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_m_p_u___type.js +++ /dev/null @@ -1,14 +0,0 @@ -var struct_m_p_u___type = -[ - [ "CTRL", "struct_m_p_u___type.html#aab33593671948b93b1c0908d78779328", null ], - [ "RASR", "struct_m_p_u___type.html#adc65d266d15ce9ba57b3d127e8267f03", null ], - [ "RASR_A1", "struct_m_p_u___type.html#a94222f9a8637b5329016e18f08af7185", null ], - [ "RASR_A2", "struct_m_p_u___type.html#a0aac7727a6225c6aa00627c36d51d014", null ], - [ "RASR_A3", "struct_m_p_u___type.html#aced0b908173b9a4bae4f59452f0cdb0d", null ], - [ "RBAR", "struct_m_p_u___type.html#a3f2e2448a77aadacd9f394f6c4c708d9", null ], - [ "RBAR_A1", "struct_m_p_u___type.html#a4dbcffa0a71c31e521b645b34b40e639", null ], - [ "RBAR_A2", "struct_m_p_u___type.html#a8703a00626dba046b841c0db6c78c395", null ], - [ "RBAR_A3", "struct_m_p_u___type.html#a9fda17c37b85ef317c7c8688ff8c5804", null ], - [ "RNR", "struct_m_p_u___type.html#afd8de96a5d574c3953e2106e782f9833", null ], - [ "TYPE", "struct_m_p_u___type.html#a6ae8a8c3a4909ae41447168d793608f7", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html b/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - -CMSIS-CORE: NVIC_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NVIC_Type Struct Reference
-
-
- -

Structure type to access the Nested Vectored Interrupt Controller (NVIC). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

__IO uint32_t ISER [8]
 Offset: 0x000 (R/W) Interrupt Set Enable Register. More...
 
uint32_t RESERVED0 [24]
 Reserved. More...
 
__IO uint32_t ICER [8]
 Offset: 0x080 (R/W) Interrupt Clear Enable Register. More...
 
uint32_t RSERVED1 [24]
 Reserved. More...
 
__IO uint32_t ISPR [8]
 Offset: 0x100 (R/W) Interrupt Set Pending Register. More...
 
uint32_t RESERVED2 [24]
 Reserved. More...
 
__IO uint32_t ICPR [8]
 Offset: 0x180 (R/W) Interrupt Clear Pending Register. More...
 
uint32_t RESERVED3 [24]
 Reserved. More...
 
__IO uint32_t IABR [8]
 Offset: 0x200 (R/W) Interrupt Active bit Register. More...
 
uint32_t RESERVED4 [56]
 Reserved. More...
 
__IO uint8_t IP [240]
 Offset: 0x300 (R/W) Interrupt Priority Register (8Bit wide) More...
 
uint32_t RESERVED5 [644]
 Reserved. More...
 
__O uint32_t STIR
 Offset: 0xE00 ( /W) Software Trigger Interrupt Register. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t NVIC_Type::IABR[8]
-
- -
-
- -
-
- - - - -
__IO uint32_t NVIC_Type::ICER[8]
-
- -
-
- -
-
- - - - -
__IO uint32_t NVIC_Type::ICPR[8]
-
- -
-
- -
-
- - - - -
__IO uint8_t NVIC_Type::IP[240]
-
- -
-
- -
-
- - - - -
__IO uint32_t NVIC_Type::ISER[8]
-
- -
-
- -
-
- - - - -
__IO uint32_t NVIC_Type::ISPR[8]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RESERVED0[24]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RESERVED2[24]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RESERVED3[24]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RESERVED4[56]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RESERVED5[644]
-
- -
-
- -
-
- - - - -
uint32_t NVIC_Type::RSERVED1[24]
-
- -
-
- -
-
- - - - -
__O uint32_t NVIC_Type::STIR
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js b/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_n_v_i_c___type.js +++ /dev/null @@ -1,16 +0,0 @@ -var struct_n_v_i_c___type = -[ - [ "IABR", "struct_n_v_i_c___type.html#a33e917b381e08dabe4aa5eb2881a7c11", null ], - [ "ICER", "struct_n_v_i_c___type.html#a1965a2e68b61d2e2009621f6949211a5", null ], - [ "ICPR", "struct_n_v_i_c___type.html#a46241be64208436d35c9a4f8552575c5", null ], - [ "IP", "struct_n_v_i_c___type.html#a6524789fedb94623822c3e0a47f3d06c", null ], - [ "ISER", "struct_n_v_i_c___type.html#af90c80b7c2b48e248780b3781e0df80f", null ], - [ "ISPR", "struct_n_v_i_c___type.html#acf8e38fc2e97316242ddeb7ea959ab90", null ], - [ "RESERVED0", "struct_n_v_i_c___type.html#a2de17698945ea49abd58a2d45bdc9c80", null ], - [ "RESERVED2", "struct_n_v_i_c___type.html#a0953af43af8ec7fd5869a1d826ce5b72", null ], - [ "RESERVED3", "struct_n_v_i_c___type.html#a9dd330835dbf21471e7b5be8692d77ab", null ], - [ "RESERVED4", "struct_n_v_i_c___type.html#a5c0e5d507ac3c1bd5cdaaf9bbd177790", null ], - [ "RESERVED5", "struct_n_v_i_c___type.html#a4f753b4f824270175af045ac99bc12e8", null ], - [ "RSERVED1", "struct_n_v_i_c___type.html#a6d1daf7ab6f2ba83f57ff67ae6f571fe", null ], - [ "STIR", "struct_n_v_i_c___type.html#a0b0d7f3131da89c659a2580249432749", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html b/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -CMSIS-CORE: SCB_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
SCB_Type Struct Reference
-
-
- -

Structure type to access the System Control Block (SCB). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

__I uint32_t CPUID
 Offset: 0x000 (R/ ) CPUID Base Register. More...
 
__IO uint32_t ICSR
 Offset: 0x004 (R/W) Interrupt Control and State Register. More...
 
__IO uint32_t VTOR
 Offset: 0x008 (R/W) Vector Table Offset Register. More...
 
__IO uint32_t AIRCR
 Offset: 0x00C (R/W) Application Interrupt and Reset Control Register. More...
 
__IO uint32_t SCR
 Offset: 0x010 (R/W) System Control Register. More...
 
__IO uint32_t CCR
 Offset: 0x014 (R/W) Configuration Control Register. More...
 
__IO uint8_t SHP [12]
 Offset: 0x018 (R/W) System Handlers Priority Registers (4-7, 8-11, 12-15) More...
 
__IO uint32_t SHCSR
 Offset: 0x024 (R/W) System Handler Control and State Register. More...
 
__IO uint32_t CFSR
 Offset: 0x028 (R/W) Configurable Fault Status Register. More...
 
__IO uint32_t HFSR
 Offset: 0x02C (R/W) HardFault Status Register. More...
 
__IO uint32_t DFSR
 Offset: 0x030 (R/W) Debug Fault Status Register. More...
 
__IO uint32_t MMFAR
 Offset: 0x034 (R/W) MemManage Fault Address Register. More...
 
__IO uint32_t BFAR
 Offset: 0x038 (R/W) BusFault Address Register. More...
 
__IO uint32_t AFSR
 Offset: 0x03C (R/W) Auxiliary Fault Status Register. More...
 
__I uint32_t PFR [2]
 Offset: 0x040 (R/ ) Processor Feature Register. More...
 
__I uint32_t DFR
 Offset: 0x048 (R/ ) Debug Feature Register. More...
 
__I uint32_t ADR
 Offset: 0x04C (R/ ) Auxiliary Feature Register. More...
 
__I uint32_t MMFR [4]
 Offset: 0x050 (R/ ) Memory Model Feature Register. More...
 
__I uint32_t ISAR [5]
 Offset: 0x060 (R/ ) Instruction Set Attributes Register. More...
 
uint32_t RESERVED0 [5]
 Reserved. More...
 
__IO uint32_t CPACR
 Offset: 0x088 (R/W) Coprocessor Access Control Register. More...
 
-

Field Documentation

- -
-
- - - - -
__I uint32_t SCB_Type::ADR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::AFSR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::AIRCR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::BFAR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::CCR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::CFSR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::CPACR
-
- -
-
- -
-
- - - - -
__I uint32_t SCB_Type::CPUID
-
- -
-
- -
-
- - - - -
__I uint32_t SCB_Type::DFR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::DFSR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::HFSR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::ICSR
-
- -
-
- -
-
- - - - -
__I uint32_t SCB_Type::ISAR[5]
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::MMFAR
-
- -
-
- -
-
- - - - -
__I uint32_t SCB_Type::MMFR[4]
-
- -
-
- -
-
- - - - -
__I uint32_t SCB_Type::PFR[2]
-
- -
-
- -
-
- - - - -
uint32_t SCB_Type::RESERVED0[5]
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::SCR
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::SHCSR
-
- -
-
- -
-
- - - - -
__IO uint8_t SCB_Type::SHP[12]
-
- -
-
- -
-
- - - - -
__IO uint32_t SCB_Type::VTOR
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js b/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_s_c_b___type.js +++ /dev/null @@ -1,24 +0,0 @@ -var struct_s_c_b___type = -[ - [ "ADR", "struct_s_c_b___type.html#aaedf846e435ed05c68784b40d3db2bf2", null ], - [ "AFSR", "struct_s_c_b___type.html#aeb77053c84f49c261ab5b8374e8958ef", null ], - [ "AIRCR", "struct_s_c_b___type.html#a6ed3c9064013343ea9fd0a73a734f29d", null ], - [ "BFAR", "struct_s_c_b___type.html#a31f79afe86c949c9862e7d5fce077c3a", null ], - [ "CCR", "struct_s_c_b___type.html#a6d273c6b90bad15c91dfbbad0f6e92d8", null ], - [ "CFSR", "struct_s_c_b___type.html#a2f94bf549b16fdeb172352e22309e3c4", null ], - [ "CPACR", "struct_s_c_b___type.html#af460b56ce524a8e3534173f0aee78e85", null ], - [ "CPUID", "struct_s_c_b___type.html#afa7a9ee34dfa1da0b60b4525da285032", null ], - [ "DFR", "struct_s_c_b___type.html#a586a5225467262b378c0f231ccc77f86", null ], - [ "DFSR", "struct_s_c_b___type.html#ad7d61d9525fa9162579c3da0b87bff8d", null ], - [ "HFSR", "struct_s_c_b___type.html#a7bed53391da4f66d8a2a236a839d4c3d", null ], - [ "ICSR", "struct_s_c_b___type.html#a3e66570ab689d28aebefa7e84e85dc4a", null ], - [ "ISAR", "struct_s_c_b___type.html#acee8e458f054aac964268f4fe647ea4f", null ], - [ "MMFAR", "struct_s_c_b___type.html#ac49b24b3f222508464f111772f2c44dd", null ], - [ "MMFR", "struct_s_c_b___type.html#aec2f8283d2737c6897188568a4214976", null ], - [ "PFR", "struct_s_c_b___type.html#a3f51c43f952f3799951d0c54e76b0cb7", null ], - [ "RESERVED0", "struct_s_c_b___type.html#ac89a5d9901e3748d22a7090bfca2bee6", null ], - [ "SCR", "struct_s_c_b___type.html#abfad14e7b4534d73d329819625d77a16", null ], - [ "SHCSR", "struct_s_c_b___type.html#ae9891a59abbe51b0b2067ca507ca212f", null ], - [ "SHP", "struct_s_c_b___type.html#af6336103f8be0cab29de51daed5a65f4", null ], - [ "VTOR", "struct_s_c_b___type.html#a0faf96f964931cadfb71cfa54e051f6f", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html b/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - -CMSIS-CORE: SCnSCB_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
SCnSCB_Type Struct Reference
-
-
- -

Structure type to access the System Control and ID Register not in the SCB. -

- - - - - - - - - - - -

-Data Fields

uint32_t RESERVED0 [1]
 Reserved. More...
 
__I uint32_t ICTR
 Offset: 0x004 (R/ ) Interrupt Controller Type Register. More...
 
__IO uint32_t ACTLR
 Offset: 0x008 (R/W) Auxiliary Control Register. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t SCnSCB_Type::ACTLR
-
- -
-
- -
-
- - - - -
__I uint32_t SCnSCB_Type::ICTR
-
- -
-
- -
-
- - - - -
uint32_t SCnSCB_Type::RESERVED0[1]
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js b/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_s_cn_s_c_b___type.js +++ /dev/null @@ -1,6 +0,0 @@ -var struct_s_cn_s_c_b___type = -[ - [ "ACTLR", "struct_s_cn_s_c_b___type.html#aacadedade30422fed705e8dfc8e6cd8d", null ], - [ "ICTR", "struct_s_cn_s_c_b___type.html#ad99a25f5d4c163d9005ca607c24f6a98", null ], - [ "RESERVED0", "struct_s_cn_s_c_b___type.html#afe1d5fd2966d5062716613b05c8d0ae1", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html b/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -CMSIS-CORE: SysTick_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
SysTick_Type Struct Reference
-
-
- -

Structure type to access the System Timer (SysTick). -

- - - - - - - - - - - - - - -

-Data Fields

__IO uint32_t CTRL
 Offset: 0x000 (R/W) SysTick Control and Status Register. More...
 
__IO uint32_t LOAD
 Offset: 0x004 (R/W) SysTick Reload Value Register. More...
 
__IO uint32_t VAL
 Offset: 0x008 (R/W) SysTick Current Value Register. More...
 
__I uint32_t CALIB
 Offset: 0x00C (R/ ) SysTick Calibration Register. More...
 
-

Field Documentation

- -
-
- - - - -
__I uint32_t SysTick_Type::CALIB
-
- -
-
- -
-
- - - - -
__IO uint32_t SysTick_Type::CTRL
-
- -
-
- -
-
- - - - -
__IO uint32_t SysTick_Type::LOAD
-
- -
-
- -
-
- - - - -
__IO uint32_t SysTick_Type::VAL
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js b/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_sys_tick___type.js +++ /dev/null @@ -1,7 +0,0 @@ -var struct_sys_tick___type = -[ - [ "CALIB", "struct_sys_tick___type.html#a9c9eda0ea6f6a7c904d2d75a6963e238", null ], - [ "CTRL", "struct_sys_tick___type.html#af2ad94ac83e5d40fc6e34884bc1bec5f", null ], - [ "LOAD", "struct_sys_tick___type.html#ae7bc9d3eac1147f3bba8d73a8395644f", null ], - [ "VAL", "struct_sys_tick___type.html#a0997ff20f11817f8246e8f0edac6f4e4", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html b/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.html +++ /dev/null @@ -1,504 +0,0 @@ - - - - - -CMSIS-CORE: TPI_Type Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
TPI_Type Struct Reference
-
-
- -

Structure type to access the Trace Port Interface Register (TPI). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

__IO uint32_t SSPSR
 Offset: 0x000 (R/ ) Supported Parallel Port Size Register. More...
 
__IO uint32_t CSPSR
 Offset: 0x004 (R/W) Current Parallel Port Size Register. More...
 
uint32_t RESERVED0 [2]
 Reserved. More...
 
__IO uint32_t ACPR
 Offset: 0x010 (R/W) Asynchronous Clock Prescaler Register. More...
 
uint32_t RESERVED1 [55]
 Reserved. More...
 
__IO uint32_t SPPR
 Offset: 0x0F0 (R/W) Selected Pin Protocol Register. More...
 
uint32_t RESERVED2 [131]
 Reserved. More...
 
__I uint32_t FFSR
 Offset: 0x300 (R/ ) Formatter and Flush Status Register. More...
 
__IO uint32_t FFCR
 Offset: 0x304 (R/W) Formatter and Flush Control Register. More...
 
__I uint32_t FSCR
 Offset: 0x308 (R/ ) Formatter Synchronization Counter Register. More...
 
uint32_t RESERVED3 [759]
 Reserved. More...
 
__I uint32_t TRIGGER
 Offset: 0xEE8 (R/ ) TRIGGER. More...
 
__I uint32_t FIFO0
 Offset: 0xEEC (R/ ) Integration ETM Data. More...
 
__I uint32_t ITATBCTR2
 Offset: 0xEF0 (R/ ) ITATBCTR2. More...
 
uint32_t RESERVED4 [1]
 Reserved. More...
 
__I uint32_t ITATBCTR0
 Offset: 0xEF8 (R/ ) ITATBCTR0. More...
 
__I uint32_t FIFO1
 Offset: 0xEFC (R/ ) Integration ITM Data. More...
 
__IO uint32_t ITCTRL
 Offset: 0xF00 (R/W) Integration Mode Control. More...
 
uint32_t RESERVED5 [39]
 Reserved. More...
 
__IO uint32_t CLAIMSET
 Offset: 0xFA0 (R/W) Claim tag set. More...
 
__IO uint32_t CLAIMCLR
 Offset: 0xFA4 (R/W) Claim tag clear. More...
 
uint32_t RESERVED7 [8]
 Reserved. More...
 
__I uint32_t DEVID
 Offset: 0xFC8 (R/ ) TPIU_DEVID. More...
 
__I uint32_t DEVTYPE
 Offset: 0xFCC (R/ ) TPIU_DEVTYPE. More...
 
-

Field Documentation

- -
-
- - - - -
__IO uint32_t TPI_Type::ACPR
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::CLAIMCLR
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::CLAIMSET
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::CSPSR
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::DEVID
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::DEVTYPE
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::FFCR
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::FFSR
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::FIFO0
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::FIFO1
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::FSCR
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::ITATBCTR0
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::ITATBCTR2
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::ITCTRL
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED0[2]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED1[55]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED2[131]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED3[759]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED4[1]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED5[39]
-
- -
-
- -
-
- - - - -
uint32_t TPI_Type::RESERVED7[8]
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::SPPR
-
- -
-
- -
-
- - - - -
__IO uint32_t TPI_Type::SSPSR
-
- -
-
- -
-
- - - - -
__I uint32_t TPI_Type::TRIGGER
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js b/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/struct_t_p_i___type.js +++ /dev/null @@ -1,27 +0,0 @@ -var struct_t_p_i___type = -[ - [ "ACPR", "struct_t_p_i___type.html#ad75832a669eb121f6fce3c28d36b7fab", null ], - [ "CLAIMCLR", "struct_t_p_i___type.html#a44efa6045512c8d4da64b0623f7a43ad", null ], - [ "CLAIMSET", "struct_t_p_i___type.html#a2e4d5a07fabd771fa942a171230a0a84", null ], - [ "CSPSR", "struct_t_p_i___type.html#aa723ef3d38237aa2465779b3cc73a94a", null ], - [ "DEVID", "struct_t_p_i___type.html#a4b2e0d680cf7e26728ca8966363a938d", null ], - [ "DEVTYPE", "struct_t_p_i___type.html#a16d12c5b1e12f764fa3ec4a51c5f0f35", null ], - [ "FFCR", "struct_t_p_i___type.html#a3eb42d69922e340037692424a69da880", null ], - [ "FFSR", "struct_t_p_i___type.html#ae67849b2c1016fe6ef9095827d16cddd", null ], - [ "FIFO0", "struct_t_p_i___type.html#ae91ff529e87d8e234343ed31bcdc4f10", null ], - [ "FIFO1", "struct_t_p_i___type.html#aebaa9b8dd27f8017dd4f92ecf32bac8e", null ], - [ "FSCR", "struct_t_p_i___type.html#a377b78fe804f327e6f8b3d0f37e7bfef", null ], - [ "ITATBCTR0", "struct_t_p_i___type.html#a20ca7fad4d4009c242f20a7b4a44b7d0", null ], - [ "ITATBCTR2", "struct_t_p_i___type.html#a176d991adb4c022bd5b982a9f8fa6a1d", null ], - [ "ITCTRL", "struct_t_p_i___type.html#ab49c2cb6b5fe082746a444e07548c198", null ], - [ "RESERVED0", "struct_t_p_i___type.html#af143c5e8fc9a3b2be2878e9c1f331aa9", null ], - [ "RESERVED1", "struct_t_p_i___type.html#ac3956fe93987b725d89d3be32738da12", null ], - [ "RESERVED2", "struct_t_p_i___type.html#ac7bbb92e6231b9b38ac483f7d161a096", null ], - [ "RESERVED3", "struct_t_p_i___type.html#a31700c8cdd26e4c094db72af33d9f24c", null ], - [ "RESERVED4", "struct_t_p_i___type.html#a684071216fafee4e80be6aaa932cec46", null ], - [ "RESERVED5", "struct_t_p_i___type.html#a3f80dd93f6bab6524603a7aa58de9a30", null ], - [ "RESERVED7", "struct_t_p_i___type.html#a476ca23fbc9480f1697fbec871130550", null ], - [ "SPPR", "struct_t_p_i___type.html#a3eb655f2e45d7af358775025c1a50c8e", null ], - [ "SSPSR", "struct_t_p_i___type.html#a158e9d784f6ee6398f4bdcb2e4ca0912", null ], - [ "TRIGGER", "struct_t_p_i___type.html#aa4b603c71768dbda553da571eccba1fe", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/sync_off.png b/libraries/CMSIS/Documentation/Core/html/sync_off.png deleted file mode 100644 index e8e314d6cf2aea02515e8611659bcabe6188b361..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: System Configuration Files system_<device>.c and system_<device>.h - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
System Configuration Files system_<device>.c and system_<device>.h
-
-
-

The System Configuration Files system_<device>.c and system_<device>.h provides as a minimum the functions described under System and Clock Configuration. These functions are device specific and need adaptations. In addition, the file might have configuration settings for the device such as XTAL frequency or PLL prescaler settings.

-

For devices with external memory BUS the system_<device>.c also configures the BUS system.

-

The silicon vendor might expose other functions (i.e. for power configuration) in the system_<device>.c file. In case of additional features the function prototypes need to be added to the system_<device>.h header file.

-

-system_Device.c Template File

-

The system_Device.c Template File for the Cortex-M3 is shown below.

-
/**************************************************************************//**
- * @file     system_<Device>.c
- * @brief    CMSIS Cortex-M# Device Peripheral Access Layer Source File for
- *           Device <Device>
- * @version  V3.10
- * @date     23. November 2012
- *
- * @note
- *
- ******************************************************************************/
-/* Copyright (c) 2012 ARM LIMITED
-
-   All rights reserved.
-   Redistribution and use in source and binary forms, with or without
-   modification, are permitted provided that the following conditions are met:
-   - Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-   - Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-   - Neither the name of ARM nor the names of its contributors may be used
-     to endorse or promote products derived from this software without
-     specific prior written permission.
-   *
-   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-   ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-   POSSIBILITY OF SUCH DAMAGE.
-   ---------------------------------------------------------------------------*/
-
-
-#include <stdint.h>
-#include "<Device>.h"
-
-
-/*----------------------------------------------------------------------------
-  DEFINES
- *----------------------------------------------------------------------------*/
-
-/*----------------------------------------------------------------------------
-  Define clocks
- *----------------------------------------------------------------------------*/
-/* ToDo: add here your necessary defines for device initialization
-         following is an example for different system frequencies             */
-#define __HSI             ( 6000000UL)
-#define __XTAL            (12000000UL)    /* Oscillator frequency             */
-#define __SYS_OSC_CLK     (    ___HSI)    /* Main oscillator frequency        */
-
-#define __SYSTEM_CLOCK    (4*__XTAL)
-
-
-/*----------------------------------------------------------------------------
-  Clock Variable definitions
- *----------------------------------------------------------------------------*/
-/* ToDo: initialize SystemCoreClock with the system core clock frequency value
-         achieved after system intitialization.
-         This means system core clock frequency after call to SystemInit()    */
-uint32_t SystemCoreClock = __SYSTEM_CLOCK;  /*!< System Clock Frequency (Core Clock)*/
-
-
-/*----------------------------------------------------------------------------
-  Clock functions
- *----------------------------------------------------------------------------*/
-void SystemCoreClockUpdate (void)            /* Get Core Clock Frequency      */
-{
-/* ToDo: add code to calculate the system frequency based upon the current
-         register settings.
-         This function can be used to retrieve the system core clock frequeny
-         after user changed register sittings.                                */
-  SystemCoreClock = __SYSTEM_CLOCK;
-}
-
-/**
- * Initialize the system
- *
- * @param  none
- * @return none
- *
- * @brief  Setup the microcontroller system.
- *         Initialize the System.
- */
-void SystemInit (void)
-{
-/* ToDo: add code to initialize the system
-         do not use global variables because this function is called before
-         reaching pre-main. RW section maybe overwritten afterwards.          */
-  SystemCoreClock = __SYSTEM_CLOCK;
-}
-

-system_Device.h Template File

-

The system_<device>.h header file contains prototypes to access the public functions in the system_<device>.c file. The system_Device.h Template File is shown below.

-
/**************************************************************************//**
- * @file     system_<Device>.h
- * @brief    CMSIS Cortex-M# Device Peripheral Access Layer Header File for
- *           Device <Device>
- * @version  V3.10
- * @date     23. November 2012
- *
- * @note
- *
- ******************************************************************************/
-/* Copyright (c) 2012 ARM LIMITED
-
-   All rights reserved.
-   Redistribution and use in source and binary forms, with or without
-   modification, are permitted provided that the following conditions are met:
-   - Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-   - Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-   - Neither the name of ARM nor the names of its contributors may be used
-     to endorse or promote products derived from this software without
-     specific prior written permission.
-   *
-   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-   ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-   POSSIBILITY OF SUCH DAMAGE.
-   ---------------------------------------------------------------------------*/
-
-
-#ifndef SYSTEM_<Device>_H   /* ToDo: replace '<Device>' with your device name */
-#define SYSTEM_<Device>_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <stdint.h>
-
-extern uint32_t SystemCoreClock;     /*!< System Clock Frequency (Core Clock)  */
-
-
-/**
- * Initialize the system
- *
- * @param  none
- * @return none
- *
- * @brief  Setup the microcontroller system.
- *         Initialize the System and update the SystemCoreClock variable.
- */
-extern void SystemInit (void);
-
-/**
- * Update SystemCoreClock variable
- *
- * @param  none
- * @return none
- *
- * @brief  Updates the SystemCoreClock with current core Clock
- *         retrieved from cpu registers.
- */
-extern void SystemCoreClockUpdate (void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* SYSTEM_<Device>_H */
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/tab_a.png b/libraries/CMSIS/Documentation/Core/html/tab_a.png deleted file mode 100644 index fffadc1ab28bb511901917dfd97056d818be4764..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-CORE: APSR_Type Union Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
APSR_Type Union Reference
-
-
- -

Union type to access the Application Program Status Register (APSR). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

struct {
   uint32_t   _reserved0:27
 bit: 0..26 Reserved More...
 
   uint32_t   Q:1
 bit: 27 Saturation condition flag More...
 
   uint32_t   V:1
 bit: 28 Overflow condition code flag More...
 
   uint32_t   C:1
 bit: 29 Carry condition code flag More...
 
   uint32_t   Z:1
 bit: 30 Zero condition code flag More...
 
   uint32_t   N:1
 bit: 31 Negative condition code flag More...
 
b
 Structure used for bit access. More...
 
uint32_t w
 Type used for word access. More...
 
-

Field Documentation

- -
-
- - - - -
uint32_t APSR_Type::_reserved0
-
- -
-
- -
-
- - - - -
struct { ... } APSR_Type::b
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::C
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::N
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::Q
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::V
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::w
-
- -
-
- -
-
- - - - -
uint32_t APSR_Type::Z
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/union_a_p_s_r___type.js +++ /dev/null @@ -1,11 +0,0 @@ -var union_a_p_s_r___type = -[ - [ "_reserved0", "union_a_p_s_r___type.html#afbce95646fd514c10aa85ec0a33db728", null ], - [ "b", "union_a_p_s_r___type.html#a7dbc79a057ded4b11ca5323fc2d5ab14", null ], - [ "C", "union_a_p_s_r___type.html#a86e2c5b891ecef1ab55b1edac0da79a6", null ], - [ "N", "union_a_p_s_r___type.html#a7e7bbba9b00b0bb3283dc07f1abe37e0", null ], - [ "Q", "union_a_p_s_r___type.html#a22d10913489d24ab08bd83457daa88de", null ], - [ "V", "union_a_p_s_r___type.html#a8004d224aacb78ca37774c35f9156e7e", null ], - [ "w", "union_a_p_s_r___type.html#ae4c2ef8c9430d7b7bef5cbfbbaed3a94", null ], - [ "Z", "union_a_p_s_r___type.html#a3b04d58738b66a28ff13f23d8b0ba7e5", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html b/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -CMSIS-CORE: CONTROL_Type Union Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
CONTROL_Type Union Reference
-
-
- -

Union type to access the Control Registers (CONTROL). -

- - - - - - - - - - - - - - - - - - - - - -

-Data Fields

struct {
   uint32_t   nPRIV:1
 bit: 0 Execution privilege in Thread mode More...
 
   uint32_t   SPSEL:1
 bit: 1 Stack to be used More...
 
   uint32_t   FPCA:1
 bit: 2 FP extension active flag More...
 
   uint32_t   _reserved0:29
 bit: 3..31 Reserved More...
 
b
 Structure used for bit access. More...
 
uint32_t w
 Type used for word access. More...
 
-

Field Documentation

- -
-
- - - - -
uint32_t CONTROL_Type::_reserved0
-
- -
-
- -
-
- - - - -
struct { ... } CONTROL_Type::b
-
- -
-
- -
-
- - - - -
uint32_t CONTROL_Type::FPCA
-
- -
-
- -
-
- - - - -
uint32_t CONTROL_Type::nPRIV
-
- -
-
- -
-
- - - - -
uint32_t CONTROL_Type::SPSEL
-
- -
-
- -
-
- - - - -
uint32_t CONTROL_Type::w
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js b/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/union_c_o_n_t_r_o_l___type.js +++ /dev/null @@ -1,9 +0,0 @@ -var union_c_o_n_t_r_o_l___type = -[ - [ "_reserved0", "union_c_o_n_t_r_o_l___type.html#af8c314273a1e4970a5671bd7f8184f50", null ], - [ "b", "union_c_o_n_t_r_o_l___type.html#adc6a38ab2980d0e9577b5a871da14eb9", null ], - [ "FPCA", "union_c_o_n_t_r_o_l___type.html#ac62cfff08e6f055e0101785bad7094cd", null ], - [ "nPRIV", "union_c_o_n_t_r_o_l___type.html#a35c1732cf153b7b5c4bd321cf1de9605", null ], - [ "SPSEL", "union_c_o_n_t_r_o_l___type.html#a8cc085fea1c50a8bd9adea63931ee8e2", null ], - [ "w", "union_c_o_n_t_r_o_l___type.html#a6b642cca3d96da660b1198c133ca2a1f", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html b/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - -CMSIS-CORE: IPSR_Type Union Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
IPSR_Type Union Reference
-
-
- -

Union type to access the Interrupt Program Status Register (IPSR). -

- - - - - - - - - - - - - - - -

-Data Fields

struct {
   uint32_t   ISR:9
 bit: 0.. 8 Exception number More...
 
   uint32_t   _reserved0:23
 bit: 9..31 Reserved More...
 
b
 Structure used for bit access. More...
 
uint32_t w
 Type used for word access. More...
 
-

Field Documentation

- -
-
- - - - -
uint32_t IPSR_Type::_reserved0
-
- -
-
- -
-
- - - - -
struct { ... } IPSR_Type::b
-
- -
-
- -
-
- - - - -
uint32_t IPSR_Type::ISR
-
- -
-
- -
-
- - - - -
uint32_t IPSR_Type::w
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/union_i_p_s_r___type.js +++ /dev/null @@ -1,7 +0,0 @@ -var union_i_p_s_r___type = -[ - [ "_reserved0", "union_i_p_s_r___type.html#ad2eb0a06de4f03f58874a727716aa9aa", null ], - [ "b", "union_i_p_s_r___type.html#add0d6497bd50c25569ea22b48a03ec50", null ], - [ "ISR", "union_i_p_s_r___type.html#ab46e5f1b2f4d17cfb9aca4fffcbb2fa5", null ], - [ "w", "union_i_p_s_r___type.html#a4adca999d3a0bc1ae682d73ea7cfa879", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html b/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - -CMSIS-CORE: xPSR_Type Union Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-CORE -  Version 3.20 -
-
CMSIS-CORE support for Cortex-M processor-based devices
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
xPSR_Type Union Reference
-
-
- -

Union type to access the Special-Purpose Program Status Registers (xPSR). -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Fields

struct {
   uint32_t   ISR:9
 bit: 0.. 8 Exception number More...
 
   uint32_t   _reserved0:15
 bit: 9..23 Reserved More...
 
   uint32_t   T:1
 bit: 24 Thumb bit (read 0) More...
 
   uint32_t   IT:2
 bit: 25..26 saved IT state (read 0) More...
 
   uint32_t   Q:1
 bit: 27 Saturation condition flag More...
 
   uint32_t   V:1
 bit: 28 Overflow condition code flag More...
 
   uint32_t   C:1
 bit: 29 Carry condition code flag More...
 
   uint32_t   Z:1
 bit: 30 Zero condition code flag More...
 
   uint32_t   N:1
 bit: 31 Negative condition code flag More...
 
b
 Structure used for bit access. More...
 
uint32_t w
 Type used for word access. More...
 
-

Field Documentation

- -
-
- - - - -
uint32_t xPSR_Type::_reserved0
-
- -
-
- -
-
- - - - -
struct { ... } xPSR_Type::b
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::C
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::ISR
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::IT
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::N
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::Q
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::T
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::V
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::w
-
- -
-
- -
-
- - - - -
uint32_t xPSR_Type::Z
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js b/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/Core/html/unionx_p_s_r___type.js +++ /dev/null @@ -1,14 +0,0 @@ -var unionx_p_s_r___type = -[ - [ "_reserved0", "unionx_p_s_r___type.html#af438e0f407357e914a70b5bd4d6a97c5", null ], - [ "b", "unionx_p_s_r___type.html#a3b1063bb5cdad67e037cba993b693b70", null ], - [ "C", "unionx_p_s_r___type.html#a40213a6b5620410cac83b0d89564609d", null ], - [ "ISR", "unionx_p_s_r___type.html#a3e9120dcf1a829fc8d2302b4d0673970", null ], - [ "IT", "unionx_p_s_r___type.html#a3200966922a194d84425e2807a7f1328", null ], - [ "N", "unionx_p_s_r___type.html#a2db9a52f6d42809627d1a7a607c5dbc5", null ], - [ "Q", "unionx_p_s_r___type.html#add7cbd2b0abd8954d62cd7831796ac7c", null ], - [ "T", "unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658", null ], - [ "V", "unionx_p_s_r___type.html#af14df16ea0690070c45b95f2116b7a0a", null ], - [ "w", "unionx_p_s_r___type.html#a1a47176768f45f79076c4f5b1b534bc2", null ], - [ "Z", "unionx_p_s_r___type.html#a1e5d9801013d5146f2e02d9b7b3da562", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/General/html/CMSIS_Logo_Final.png deleted file mode 100644 index 2056b7e747bf58f53e03ad845cde816fea03a4bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS: Introduction - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS -  Version 3.20 -
-
Cortex Microcontroller Software Interface Standard
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Introduction
-
-
-

The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex-M processor series. The CMSIS enables consistent and simple software interfaces to the processor and the peripherals, simplifying software re-use, reducing the learning curve for microcontroller developers, and reducing the time to market for new devices.

-

The CMSIS is defined in close cooperation with various silicon and software vendors and provides a common approach to interface to peripherals, real-time operating systems, and middleware components. The CMSIS is intended to enable the combination of software components from multiple middleware vendors.

-

The CMSIS components are:

-
    -
  • CMSIS-CORE: API for the Cortex-M processor core and peripherals. It provides at standardized interface for Cortex-M0, Cortex-M3, Cortex-M4, SC000, and SC300. Included are also SIMD intrinsic functions for Cortex-M4 SIMD instructions.
  • -
-
    -
  • CMSIS-DSP: DSP Library Collection with over 60 Functions for various data types: fix-point (fractional q7, q15, q31) and single precision floating-point (32-bit). The library is available for Cortex-M0, Cortex-M3, and Cortex-M4. The Cortex-M4 implementation is optimized for the SIMD instruction set.
  • -
-
    -
  • CMSIS-RTOS API: Common API for Real-Time operating systems. It provides a standardized programming interface that is portable to many RTOS and enables therefore software templates, middleware, libraries, and other components that can work acrosss supported the RTOS systems.
  • -
-
    -
  • CMSIS-SVD: System View Description for Peripherals. Describes the peripherals of a device in an XML file and can be used to create peripheral awareness in debuggers or header files with peripheral register and interrupt definitions.
  • -
-
    -
  • CMSIS-DAP: Debug Access Port. Standardized firmware for a Debug Unit that connects to the CoreSight Debug Access Port. CMSIS-DAP is distributed as separate package and well suited for integration on evaluation boards.
  • -
-
-CMSIS_V3_small.png -
-CMSIS Structure
-

-Motivation

-

CMSIS has been created to help the industry in standardization. It is not a huge software layer that introduces overhead and does not define standard peripherals. The silicon industry can therefore support the wide variations of Cortex-M processor-based devices with this common standard. In detail the benefits of the CMSIS are:

-
    -
  • Consistent software interfaces improve the software portability and re-usability. Generic software libraries can interface with device libraries from various silicon vendors.
  • -
  • Reduces the learning curve, development costs, and time-to-market. Developers can write software quicker through an easy to use and standardized software interface.
  • -
  • Provides a compiler independent layer that allows using different compilers. CMSIS is supported by all mainstream compilers (ARMCC, IAR, and GNU).
  • -
  • Enhances program debugging with peripheral information for debuggers and ITM channels for printf-style output and RTOS kernel awareness.
  • -
-

-Coding Rules

-

The CMSIS uses the following essential coding rules and conventions:

-
    -
  • Compliant with ANSI C and C++.
  • -
  • Uses ANSI C standard data types defined in <stdint.h>.
  • -
  • Variables and parameters have a complete data type.
  • -
  • Expressions for #define constants are enclosed in parenthesis.
  • -
  • Conforms to MISRA 2004. MIRSA rule violations are documented.
  • -
-

In addition, the CMSIS recommends the following conventions for identifiers:

-
    -
  • CAPITAL names to identify Core Registers, Peripheral Registers, and CPU Instructions.
  • -
  • CamelCase names to identify function names and interrupt functions.
  • -
  • Namespace_ prefixes avoid clashes with user identifiers and provide functional groups (i.e. for peripherals, RTOS, or DSP Library).
  • -
-

The CMSIS is documented within the source files with:

-
    -
  • Comments that use the C or C++ style.
  • -
  • Doxygen compliant function comments that provide:
      -
    • brief function overview.
    • -
    • detailed description of the function.
    • -
    • detailed parameter explanation.
    • -
    • detailed information about return values.
    • -
    -
  • -
-

Doxygen comment example:

-
/** 
- * @brief  Enable Interrupt in NVIC Interrupt Controller
- * @param  IRQn  interrupt number that specifies the interrupt
- * @return none.
- * Enable the specified interrupt in the NVIC Interrupt Controller.
- * Other settings of the interrupt such as priority are not affected.
- */
-

-Licence

-

The CMSIS is provided free of charge by ARM and can be used for all Cortex-M based devices.

-

The software portions that are deployed in the application program are under a BSD license which allows usage of CMSIS in any commercial or open source projects.

-

View the LICENCE AGREEMENT for CMSIS in detail.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/General/html/jquery.js b/libraries/CMSIS/Documentation/General/html/jquery.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/General/html/jquery.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! jQuery v1.7.1 jquery.com | jquery.org/license */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; -f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")), -f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() -{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c) -{if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); -/*! - * jQuery UI 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI - */ -(function(a,b){function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;if(!b.href||!g||f.nodeName.toLowerCase()!=="map")return!1;h=a("img[usemap=#"+g+"]")[0];return!!h&&d(h)}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}a.ui=a.ui||{};a.ui.version||(a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)});return c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){if(c===b)return g["inner"+d].call(this);return this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){if(typeof b!="number")return g["outer"+d].call(this,b);return this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!!d&&!!a.element[0].parentNode)for(var e=0;e0)return!0;b[d]=1,e=b[d]>0,b[d]=0;return e},isOverAxis:function(a,b,c){return a>b&&a=9)&&!b.button)return this._mouseUp(b);if(this._mouseStarted){this._mouseDrag(b);return b.preventDefault()}this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b));return!this._mouseStarted},_mouseUp:function(b){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b));return!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery); -/* - * jQuery UI Resizable 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Resizables - * - * Depends: - * jquery.ui.core.js - * jquery.ui.mouse.js - * jquery.ui.widget.js - */ -(function(a,b){a.widget("ui.resizable",a.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.addClass("ui-resizable"),a.extend(this,{_aspectRatio:!!c.aspectRatio,aspectRatio:c.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:c.helper||c.ghost||c.animate?c.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(a('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e
');/sw|se|ne|nw/.test(f)&&h.css({zIndex:++c.zIndex}),"se"==f&&h.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[f]=".ui-resizable-"+f,this.element.append(h)}}this._renderAxis=function(b){b=b||this.element;for(var c in this.handles){this.handles[c].constructor==String&&(this.handles[c]=a(this.handles[c],this.element).show());if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var d=a(this.handles[c],this.element),e=0;e=/sw|ne|nw|se|n|s/.test(c)?d.outerHeight():d.outerWidth();var f=["padding",/ne|nw|n/.test(c)?"Top":/se|sw|s/.test(c)?"Bottom":/^e$/.test(c)?"Right":"Left"].join("");b.css(f,e),this._proportionallyResize()}if(!a(this.handles[c]).length)continue}},this._renderAxis(this.element),this._handles=a(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){if(!b.resizing){if(this.className)var a=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=a&&a[1]?a[1]:"se"}}),c.autoHide&&(this._handles.hide(),a(this.element).addClass("ui-resizable-autohide").hover(function(){c.disabled||(a(this).removeClass("ui-resizable-autohide"),b._handles.show())},function(){c.disabled||b.resizing||(a(this).addClass("ui-resizable-autohide"),b._handles.hide())})),this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(b){a(b).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var c=this.element;c.after(this.originalElement.css({position:c.css("position"),width:c.outerWidth(),height:c.outerHeight(),top:c.css("top"),left:c.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle),b(this.originalElement);return this},_mouseCapture:function(b){var c=!1;for(var d in this.handles)a(this.handles[d])[0]==b.target&&(c=!0);return!this.options.disabled&&c},_mouseStart:function(b){var d=this.options,e=this.element.position(),f=this.element;this.resizing=!0,this.documentScroll={top:a(document).scrollTop(),left:a(document).scrollLeft()},(f.is(".ui-draggable")||/absolute/.test(f.css("position")))&&f.css({position:"absolute",top:e.top,left:e.left}),this._renderProxy();var g=c(this.helper.css("left")),h=c(this.helper.css("top"));d.containment&&(g+=a(d.containment).scrollLeft()||0,h+=a(d.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:g,top:h},this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalPosition={left:g,top:h},this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()},this.originalMousePosition={left:b.pageX,top:b.pageY},this.aspectRatio=typeof d.aspectRatio=="number"?d.aspectRatio:this.originalSize.width/this.originalSize.height||1;var i=a(".ui-resizable-"+this.axis).css("cursor");a("body").css("cursor",i=="auto"?this.axis+"-resize":i),f.addClass("ui-resizable-resizing"),this._propagate("start",b);return!0},_mouseDrag:function(b){var c=this.helper,d=this.options,e={},f=this,g=this.originalMousePosition,h=this.axis,i=b.pageX-g.left||0,j=b.pageY-g.top||0,k=this._change[h];if(!k)return!1;var l=k.apply(this,[b,i,j]),m=a.browser.msie&&a.browser.version<7,n=this.sizeDiff;this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)l=this._updateRatio(l,b);l=this._respectSize(l,b),this._propagate("resize",b),c.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"}),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),this._updateCache(l),this._trigger("resize",b,this.ui());return!1},_mouseStop:function(b){this.resizing=!1;var c=this.options,d=this;if(this._helper){var e=this._proportionallyResizeElements,f=e.length&&/textarea/i.test(e[0].nodeName),g=f&&a.ui.hasScroll(e[0],"left")?0:d.sizeDiff.height,h=f?0:d.sizeDiff.width,i={width:d.helper.width()-h,height:d.helper.height()-g},j=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,k=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;c.animate||this.element.css(a.extend(i,{top:k,left:j})),d.helper.height(d.size.height),d.helper.width(d.size.width),this._helper&&!c.animate&&this._proportionallyResize()}a("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",b),this._helper&&this.helper.remove();return!1},_updateVirtualBoundaries:function(a){var b=this.options,c,e,f,g,h;h={minWidth:d(b.minWidth)?b.minWidth:0,maxWidth:d(b.maxWidth)?b.maxWidth:Infinity,minHeight:d(b.minHeight)?b.minHeight:0,maxHeight:d(b.maxHeight)?b.maxHeight:Infinity};if(this._aspectRatio||a)c=h.minHeight*this.aspectRatio,f=h.minWidth/this.aspectRatio,e=h.maxHeight*this.aspectRatio,g=h.maxWidth/this.aspectRatio,c>h.minWidth&&(h.minWidth=c),f>h.minHeight&&(h.minHeight=f),ea.width,k=d(a.height)&&e.minHeight&&e.minHeight>a.height;j&&(a.width=e.minWidth),k&&(a.height=e.minHeight),h&&(a.width=e.maxWidth),i&&(a.height=e.maxHeight);var l=this.originalPosition.left+this.originalSize.width,m=this.position.top+this.size.height,n=/sw|nw|w/.test(g),o=/nw|ne|n/.test(g);j&&n&&(a.left=l-e.minWidth),h&&n&&(a.left=l-e.maxWidth),k&&o&&(a.top=m-e.minHeight),i&&o&&(a.top=m-e.maxHeight);var p=!a.width&&!a.height;p&&!a.left&&a.top?a.top=null:p&&!a.top&&a.left&&(a.left=null);return a},_proportionallyResize:function(){var b=this.options;if(!!this._proportionallyResizeElements.length){var c=this.helper||this.element;for(var d=0;d');var d=a.browser.msie&&a.browser.version<7,e=d?1:0,f=d?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++c.zIndex}),this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(a,b,c){return{width:this.originalSize.width+b}},w:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{left:f.left+b,width:e.width-b}},n:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{top:f.top+c,height:e.height-c}},s:function(a,b,c){return{height:this.originalSize.height+c}},se:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},sw:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,c,d]))},ne:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},nw:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,c,d]))}},_propagate:function(b,c){a.ui.plugin.call(this,b,[c,this.ui()]),b!="resize"&&this._trigger(b,c,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.18"}),a.ui.plugin.add("resizable","alsoResize",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=function(b){a(b).each(function(){var b=a(this);b.data("resizable-alsoresize",{width:parseInt(b.width(),10),height:parseInt(b.height(),10),left:parseInt(b.css("left"),10),top:parseInt(b.css("top"),10)})})};typeof e.alsoResize=="object"&&!e.alsoResize.parentNode?e.alsoResize.length?(e.alsoResize=e.alsoResize[0],f(e.alsoResize)):a.each(e.alsoResize,function(a){f(a)}):f(e.alsoResize)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosition,h={height:d.size.height-f.height||0,width:d.size.width-f.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},i=function(b,d){a(b).each(function(){var b=a(this),e=a(this).data("resizable-alsoresize"),f={},g=d&&d.length?d:b.parents(c.originalElement[0]).length?["width","height"]:["width","height","top","left"];a.each(g,function(a,b){var c=(e[b]||0)+(h[b]||0);c&&c>=0&&(f[b]=c||null)}),b.css(f)})};typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?a.each(e.alsoResize,function(a,b){i(a,b)}):i(e.alsoResize)},stop:function(b,c){a(this).removeData("resizable-alsoresize")}}),a.ui.plugin.add("resizable","animate",{stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d._proportionallyResizeElements,g=f.length&&/textarea/i.test(f[0].nodeName),h=g&&a.ui.hasScroll(f[0],"left")?0:d.sizeDiff.height,i=g?0:d.sizeDiff.width,j={width:d.size.width-i,height:d.size.height-h},k=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,l=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;d.element.animate(a.extend(j,l&&k?{top:l,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var c={width:parseInt(d.element.css("width"),10),height:parseInt(d.element.css("height"),10),top:parseInt(d.element.css("top"),10),left:parseInt(d.element.css("left"),10)};f&&f.length&&a(f[0]).css({width:c.width,height:c.height}),d._updateCache(c),d._propagate("resize",b)}})}}),a.ui.plugin.add("resizable","containment",{start:function(b,d){var e=a(this).data("resizable"),f=e.options,g=e.element,h=f.containment,i=h instanceof a?h.get(0):/parent/.test(h)?g.parent().get(0):h;if(!!i){e.containerElement=a(i);if(/document/.test(h)||h==document)e.containerOffset={left:0,top:0},e.containerPosition={left:0,top:0},e.parentData={element:a(document),left:0,top:0,width:a(document).width(),height:a(document).height()||document.body.parentNode.scrollHeight};else{var j=a(i),k=[];a(["Top","Right","Left","Bottom"]).each(function(a,b){k[a]=c(j.css("padding"+b))}),e.containerOffset=j.offset(),e.containerPosition=j.position(),e.containerSize={height:j.innerHeight()-k[3],width:j.innerWidth()-k[1]};var l=e.containerOffset,m=e.containerSize.height,n=e.containerSize.width,o=a.ui.hasScroll(i,"left")?i.scrollWidth:n,p=a.ui.hasScroll(i)?i.scrollHeight:m;e.parentData={element:i,left:l.left,top:l.top,width:o,height:p}}}},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.containerSize,g=d.containerOffset,h=d.size,i=d.position,j=d._aspectRatio||b.shiftKey,k={top:0,left:0},l=d.containerElement;l[0]!=document&&/static/.test(l.css("position"))&&(k=g),i.left<(d._helper?g.left:0)&&(d.size.width=d.size.width+(d._helper?d.position.left-g.left:d.position.left-k.left),j&&(d.size.height=d.size.width/e.aspectRatio),d.position.left=e.helper?g.left:0),i.top<(d._helper?g.top:0)&&(d.size.height=d.size.height+(d._helper?d.position.top-g.top:d.position.top),j&&(d.size.width=d.size.height*e.aspectRatio),d.position.top=d._helper?g.top:0),d.offset.left=d.parentData.left+d.position.left,d.offset.top=d.parentData.top+d.position.top;var m=Math.abs((d._helper?d.offset.left-k.left:d.offset.left-k.left)+d.sizeDiff.width),n=Math.abs((d._helper?d.offset.top-k.top:d.offset.top-g.top)+d.sizeDiff.height),o=d.containerElement.get(0)==d.element.parent().get(0),p=/relative|absolute/.test(d.containerElement.css("position"));o&&p -&&(m-=d.parentData.left),m+d.size.width>=d.parentData.width&&(d.size.width=d.parentData.width-m,j&&(d.size.height=d.size.width/d.aspectRatio)),n+d.size.height>=d.parentData.height&&(d.size.height=d.parentData.height-n,j&&(d.size.width=d.size.height*d.aspectRatio))},stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.position,g=d.containerOffset,h=d.containerPosition,i=d.containerElement,j=a(d.helper),k=j.offset(),l=j.outerWidth()-d.sizeDiff.width,m=j.outerHeight()-d.sizeDiff.height;d._helper&&!e.animate&&/relative/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m}),d._helper&&!e.animate&&/static/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m})}}),a.ui.plugin.add("resizable","ghost",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size;d.ghost=d.originalElement.clone(),d.ghost.css({opacity:.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:""),d.ghost.appendTo(d.helper)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}),a.ui.plugin.add("resizable","grid",{resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size,g=d.originalSize,h=d.originalPosition,i=d.axis,j=e._aspectRatio||b.shiftKey;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var k=Math.round((f.width-g.width)/(e.grid[0]||1))*(e.grid[0]||1),l=Math.round((f.height-g.height)/(e.grid[1]||1))*(e.grid[1]||1);/^(se|s|e)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l):/^(ne)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l):/^(sw)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.left=h.left-k):(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l,d.position.left=h.left-k)}});var c=function(a){return parseInt(a,10)||0},d=function(a){return!isNaN(parseInt(a,10))}})(jQuery); -/* - * jQuery hashchange event - v1.3 - 7/21/2010 - * http://benalman.com/projects/jquery-hashchange-plugin/ - * - * Copyright (c) 2010 "Cowboy" Ben Alman - * Dual licensed under the MIT and GPL licenses. - * http://benalman.com/about/license/ - */ -(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$(' - - -
-
-
Function Overview
-
-
-

The following list provides a brief overview of all CMSIS-RTOS functions. Functions marked with $ are optional. A CMSIS RTOS implementation may not provided functions, but this is clearly indicated with osFeatureXXXX defines.

- - - - - - - - - - -
- - - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html b/libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/_using_o_s.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - -CMSIS-RTOS: Using a CMSIS RTOS Implementation - - - - - - - - - - - - - - -
-
-
- - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
- - -
- -
- - - - -
- -
-
-
- -
- - - - -
- -
- -
-
-
Using a CMSIS RTOS Implementation
-
-
-

A CMSIS RTOS implementation is typically provided as a library. To add the RTOS functionality to an existing CMSIS-based application the RTOS library (and typically a configuration file) needs to be added. The available functionality of the RTOS library is defined in the file cmsis_os.h that is specific for each RTOS implementation.

-
-CMSIS_RTOS_Files.png -
-CMSIS-RTOS File Structure
-

Depending on the CMSIS-RTOS implementation, execution may start with the main function as the first thread. This has the benefit that an application programmer may use other middleware libraries that create threads internally, but the remaining part of the user application just uses the main thread. Therefore, the usage of the RTOS can be invisible to the application programmer, but libraries can use CMSIS-RTOS features.

-

Once the files are added to a project, the user can start using the CMSIS-RTOS functions. A code example is provided below:

-

Example

-
#include "cmsis_os.h" // CMSIS RTOS header file
-
-
void job1 (void const *argument) { // thread function 'job1'
-
while (1) {
-
: // execute some code
-
osDelay (10); // delay execution for 10 milliseconds
-
}
-
}
-
// define job1 as thread function
-
osThreadDef(job1, osPriorityAboveNormal, 1, 0); // define job1 as thread function
-
-
-
void job2 (void const *argument) { // thread function 'job2'
-
osThreadCreate(osThread(job1),NULL); // create job1 thread
-
while (1) {
-
: // execute some code
-
}
-
}
-
-
osThreadDef(job2, osPriorityNormal, 1, 0); // define job2 as thread function
-
-
void job3 (void const *argument) { // thread function 'job3'
-
while (1) {
-
: // execute some code
-
osDelay (20); // delay execution for 20 milliseconds
-
}
-
}
-
-
osThreadDef(job3, osPriorityNormal, 1, 0); // define job3 as thread function
-
-
int main (void) { // program execution starts here
-
osKernelInitialize (); // initialize RTOS kernel
-
: // setup and initialize peripherals
- - -
osKernelStart (); // start kernel with job2 execution
-
}
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/annotated.html b/libraries/CMSIS/Documentation/RTOS/html/annotated.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/annotated.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - -CMSIS-RTOS: Data Structures - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Data Structures
-
-
-
Here are the data structures with brief descriptions:
- - - - - - - - - - -
oCos_mailQ
oCosEventEvent structure contains detailed information about an event
oCosMailQDef_tDefinition structure for mail queue
oCosMessageQDef_tDefinition structure for message queue
oCosMutexDef_tMutex Definition structure contains setup information for a mutex
oCosPoolDef_tDefinition structure for memory block allocation
oCosSemaphoreDef_tSemaphore Definition structure contains setup information for a semaphore
oCosThreadDef_tThread Definition structure contains startup information of a thread
\CosTimerDef_tTimer Definition structure contains timer parameters
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/annotated.js b/libraries/CMSIS/Documentation/RTOS/html/annotated.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/annotated.js +++ /dev/null @@ -1,12 +0,0 @@ -var annotated = -[ - [ "os_mailQ", "group___c_m_s_i_s___r_t_o_s___definitions.html#structos__mail_q", null ], - [ "osEvent", "group___c_m_s_i_s___r_t_o_s___definitions.html#structos_event", "group___c_m_s_i_s___r_t_o_s___definitions" ], - [ "osMailQDef_t", "structos_mail_q_def__t.html", "structos_mail_q_def__t" ], - [ "osMessageQDef_t", "structos_message_q_def__t.html", "structos_message_q_def__t" ], - [ "osMutexDef_t", "structos_mutex_def__t.html", "structos_mutex_def__t" ], - [ "osPoolDef_t", "structos_pool_def__t.html", "structos_pool_def__t" ], - [ "osSemaphoreDef_t", "structos_semaphore_def__t.html", "structos_semaphore_def__t" ], - [ "osThreadDef_t", "structos_thread_def__t.html", "structos_thread_def__t" ], - [ "osTimerDef_t", "structos_timer_def__t.html", "structos_timer_def__t" ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/bc_s.png b/libraries/CMSIS/Documentation/RTOS/html/bc_s.png deleted file mode 100644 index 224b29aa9847d5a4b3902efd602b7ddf7d33e6c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-RTOS: Data Structure Index - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/closed.png b/libraries/CMSIS/Documentation/RTOS/html/closed.png deleted file mode 100644 index 98cc2c909da37a6df914fbf67780eebd99c597f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-RTOS: cmsis_os.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
cmsis_os.h File Reference
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -

-Data Structures

struct  osThreadDef_t
 Thread Definition structure contains startup information of a thread. More...
 
struct  osTimerDef_t
 Timer Definition structure contains timer parameters. More...
 
struct  osMutexDef_t
 Mutex Definition structure contains setup information for a mutex. More...
 
struct  osSemaphoreDef_t
 Semaphore Definition structure contains setup information for a semaphore. More...
 
struct  osPoolDef_t
 Definition structure for memory block allocation. More...
 
struct  osMessageQDef_t
 Definition structure for message queue. More...
 
struct  osMailQDef_t
 Definition structure for mail queue. More...
 
struct  osEvent
 Event structure contains detailed information about an event. More...
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Macros

#define osCMSIS   0x10002
 API version (main [31:16] .sub [15:0]) More...
 
#define osCMSIS_KERNEL   0x10000
 RTOS identification and version (main [31:16] .sub [15:0]) More...
 
#define osKernelSystemId   "KERNEL V1.00"
 RTOS identification string. More...
 
#define osFeature_MainThread   1
 main thread 1=main can be thread, 0=not available More...
 
#define osFeature_Pool   1
 Memory Pools: 1=available, 0=not available. More...
 
#define osFeature_MailQ   1
 Mail Queues: 1=available, 0=not available. More...
 
#define osFeature_MessageQ   1
 Message Queues: 1=available, 0=not available. More...
 
#define osFeature_Signals   8
 maximum number of Signal Flags available per thread More...
 
#define osFeature_Semaphore   30
 maximum count for osSemaphoreCreate function More...
 
#define osFeature_Wait   1
 osWait function: 1=available, 0=not available More...
 
#define osFeature_SysTick   1
 osKernelSysTick functions: 1=available, 0=not available More...
 
#define osWaitForever   0xFFFFFFFF
 Timeout value. More...
 
#define osKernelSysTickFrequency   100000000
 The RTOS kernel system timer frequency in Hz. More...
 
#define osKernelSysTickMicroSec(microsec)   (((uint64_t)microsec * (osKernelSysTickFrequency)) / 1000000)
 Convert a microseconds value to a RTOS kernel system timer value. More...
 
#define osThreadDef(name, priority, instances, stacksz)
 Create a Thread Definition with function, priority, and stack requirements. More...
 
#define osThread(name)   &os_thread_def_##name
 Access a Thread definition. More...
 
#define osTimerDef(name, function)
 Define a Timer object. More...
 
#define osTimer(name)   &os_timer_def_##name
 Access a Timer definition. More...
 
#define osMutexDef(name)   const osMutexDef_t os_mutex_def_##name = { 0 }
 Define a Mutex. More...
 
#define osMutex(name)   &os_mutex_def_##name
 Access a Mutex definition. More...
 
#define osSemaphoreDef(name)   const osSemaphoreDef_t os_semaphore_def_##name = { 0 }
 Define a Semaphore object. More...
 
#define osSemaphore(name)   &os_semaphore_def_##name
 Access a Semaphore definition. More...
 
#define osPoolDef(name, no, type)
 Define a Memory Pool. More...
 
#define osPool(name)   &os_pool_def_##name
 Access a Memory Pool definition. More...
 
#define osMessageQDef(name, queue_sz, type)
 Create a Message Queue Definition. More...
 
#define osMessageQ(name)   &os_messageQ_def_##name
 Access a Message Queue Definition. More...
 
#define osMailQDef(name, queue_sz, type)
 Create a Mail Queue Definition. More...
 
#define osMailQ(name)   &os_mailQ_def_##name
 Access a Mail Queue Definition. More...
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Typedefs

typedef void(* os_pthread )(void const *argument)
 Entry point of a thread. More...
 
typedef void(* os_ptimer )(void const *argument)
 Entry point of a timer call back function. More...
 
typedef struct os_thread_cb * osThreadId
 Thread ID identifies the thread (pointer to a thread control block). More...
 
typedef struct os_timer_cb * osTimerId
 Timer ID identifies the timer (pointer to a timer control block). More...
 
typedef struct os_mutex_cb * osMutexId
 Mutex ID identifies the mutex (pointer to a mutex control block). More...
 
typedef struct os_semaphore_cb * osSemaphoreId
 Semaphore ID identifies the semaphore (pointer to a semaphore control block). More...
 
typedef struct os_pool_cb * osPoolId
 Pool ID identifies the memory pool (pointer to a memory pool control block). More...
 
typedef struct os_messageQ_cb * osMessageQId
 Message ID identifies the message queue (pointer to a message queue control block). More...
 
typedef struct os_mailQ_cb * osMailQId
 Mail ID identifies the mail queue (pointer to a mail queue control block). More...
 
- - - - - - - - - - -

-Enumerations

enum  osPriority {
-  osPriorityIdle = -3, -
-  osPriorityLow = -2, -
-  osPriorityBelowNormal = -1, -
-  osPriorityNormal = 0, -
-  osPriorityAboveNormal = +1, -
-  osPriorityHigh = +2, -
-  osPriorityRealtime = +3, -
-  osPriorityError = 0x84 -
- }
 Priority used for thread control. More...
 
enum  osStatus {
-  osOK = 0, -
-  osEventSignal = 0x08, -
-  osEventMessage = 0x10, -
-  osEventMail = 0x20, -
-  osEventTimeout = 0x40, -
-  osErrorParameter = 0x80, -
-  osErrorResource = 0x81, -
-  osErrorTimeoutResource = 0xC1, -
-  osErrorISR = 0x82, -
-  osErrorISRRecursive = 0x83, -
-  osErrorPriority = 0x84, -
-  osErrorNoMemory = 0x85, -
-  osErrorValue = 0x86, -
-  osErrorOS = 0xFF, -
-  os_status_reserved = 0x7FFFFFFF -
- }
 Status code values returned by CMSIS-RTOS functions. More...
 
enum  os_timer_type {
-  osTimerOnce = 0, -
-  osTimerPeriodic = 1 -
- }
 Timer type value for the timer definition. More...
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

osStatus osKernelInitialize (void)
 Initialize the RTOS Kernel for creating objects. More...
 
osStatus osKernelStart (void)
 Start the RTOS Kernel. More...
 
int32_t osKernelRunning (void)
 Check if the RTOS kernel is already started. More...
 
uint32_t osKernelSysTick (void)
 Get the RTOS kernel system timer counter. More...
 
osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument)
 Create a thread and add it to Active Threads and set it to state READY. More...
 
osThreadId osThreadGetId (void)
 Return the thread ID of the current running thread. More...
 
osStatus osThreadTerminate (osThreadId thread_id)
 Terminate execution of a thread and remove it from Active Threads. More...
 
osStatus osThreadYield (void)
 Pass control to next thread that is in state READY. More...
 
osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority)
 Change priority of an active thread. More...
 
osPriority osThreadGetPriority (osThreadId thread_id)
 Get current priority of an active thread. More...
 
osStatus osDelay (uint32_t millisec)
 Wait for Timeout (Time Delay). More...
 
osEvent osWait (uint32_t millisec)
 Wait for Signal, Message, Mail, or Timeout. More...
 
osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument)
 Create a timer. More...
 
osStatus osTimerStart (osTimerId timer_id, uint32_t millisec)
 Start or restart a timer. More...
 
osStatus osTimerStop (osTimerId timer_id)
 Stop the timer. More...
 
osStatus osTimerDelete (osTimerId timer_id)
 Delete a timer that was created by osTimerCreate. More...
 
int32_t osSignalSet (osThreadId thread_id, int32_t signals)
 Set the specified Signal Flags of an active thread. More...
 
int32_t osSignalClear (osThreadId thread_id, int32_t signals)
 Clear the specified Signal Flags of an active thread. More...
 
osEvent osSignalWait (int32_t signals, uint32_t millisec)
 Wait for one or more Signal Flags to become signaled for the current RUNNING thread. More...
 
osMutexId osMutexCreate (const osMutexDef_t *mutex_def)
 Create and Initialize a Mutex object. More...
 
osStatus osMutexWait (osMutexId mutex_id, uint32_t millisec)
 Wait until a Mutex becomes available. More...
 
osStatus osMutexRelease (osMutexId mutex_id)
 Release a Mutex that was obtained by osMutexWait. More...
 
osStatus osMutexDelete (osMutexId mutex_id)
 Delete a Mutex that was created by osMutexCreate. More...
 
osSemaphoreId osSemaphoreCreate (const osSemaphoreDef_t *semaphore_def, int32_t count)
 Create and Initialize a Semaphore object used for managing resources. More...
 
int32_t osSemaphoreWait (osSemaphoreId semaphore_id, uint32_t millisec)
 Wait until a Semaphore token becomes available. More...
 
osStatus osSemaphoreRelease (osSemaphoreId semaphore_id)
 Release a Semaphore token. More...
 
osStatus osSemaphoreDelete (osSemaphoreId semaphore_id)
 Delete a Semaphore that was created by osSemaphoreCreate. More...
 
osPoolId osPoolCreate (const osPoolDef_t *pool_def)
 Create and Initialize a memory pool. More...
 
void * osPoolAlloc (osPoolId pool_id)
 Allocate a memory block from a memory pool. More...
 
void * osPoolCAlloc (osPoolId pool_id)
 Allocate a memory block from a memory pool and set memory block to zero. More...
 
osStatus osPoolFree (osPoolId pool_id, void *block)
 Return an allocated memory block back to a specific memory pool. More...
 
osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id)
 Create and Initialize a Message Queue. More...
 
osStatus osMessagePut (osMessageQId queue_id, uint32_t info, uint32_t millisec)
 Put a Message to a Queue. More...
 
osEvent osMessageGet (osMessageQId queue_id, uint32_t millisec)
 Get a Message or Wait for a Message from a Queue. More...
 
osMailQId osMailCreate (const osMailQDef_t *queue_def, osThreadId thread_id)
 Create and Initialize mail queue. More...
 
void * osMailAlloc (osMailQId queue_id, uint32_t millisec)
 Allocate a memory block from a mail. More...
 
void * osMailCAlloc (osMailQId queue_id, uint32_t millisec)
 Allocate a memory block from a mail and set memory block to zero. More...
 
osStatus osMailPut (osMailQId queue_id, void *mail)
 Put a mail to a queue. More...
 
osEvent osMailGet (osMailQId queue_id, uint32_t millisec)
 Get a mail from a queue. More...
 
osStatus osMailFree (osMailQId queue_id, void *mail)
 Free a memory block from a mail. More...
 
-

Macro Definition Documentation

- -
-
- - - - -
#define osWaitForever   0xFFFFFFFF
-
-
Note
MUST REMAIN UNCHANGED: osWaitForever shall be consistent in every CMSIS-RTOS. wait forever timeout value
- -
-
-

Typedef Documentation

- -
-
- - - - -
typedef void(* os_pthread)(void const *argument)
-
-
Note
MUST REMAIN UNCHANGED: os_pthread shall be consistent in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef void(* os_ptimer)(void const *argument)
-
-
Note
MUST REMAIN UNCHANGED: os_ptimer shall be consistent in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_mailQ_cb* osMailQId
-
-
Note
CAN BE CHANGED: os_mailQ_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_messageQ_cb* osMessageQId
-
-
Note
CAN BE CHANGED: os_messageQ_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_mutex_cb* osMutexId
-
-
Note
CAN BE CHANGED: os_mutex_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_pool_cb* osPoolId
-
-
Note
CAN BE CHANGED: os_pool_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_semaphore_cb* osSemaphoreId
-
-
Note
CAN BE CHANGED: os_semaphore_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_thread_cb* osThreadId
-
-
Note
CAN BE CHANGED: os_thread_cb is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
typedef struct os_timer_cb* osTimerId
-
-
Note
CAN BE CHANGED: os_timer_cb is implementation specific in every CMSIS-RTOS.
- -
-
-

Enumeration Type Documentation

- -
-
- - - - -
enum os_timer_type
-
-
Note
MUST REMAIN UNCHANGED: os_timer_type shall be consistent in every CMSIS-RTOS.
- - - -
Enumerator
osTimerOnce  -

one-shot timer

-
osTimerPeriodic  -

repeating timer

-
- -
-
- -
-
- - - - -
enum osPriority
-
-
Note
MUST REMAIN UNCHANGED: osPriority shall be consistent in every CMSIS-RTOS.
- - - - - - - - - -
Enumerator
osPriorityIdle  -

priority: idle (lowest)

-
osPriorityLow  -

priority: low

-
osPriorityBelowNormal  -

priority: below normal

-
osPriorityNormal  -

priority: normal (default)

-
osPriorityAboveNormal  -

priority: above normal

-
osPriorityHigh  -

priority: high

-
osPriorityRealtime  -

priority: realtime (highest)

-
osPriorityError  -

system cannot determine priority or thread has illegal priority

-
- -
-
- -
-
- - - - -
enum osStatus
-
-
Note
MUST REMAIN UNCHANGED: osStatus shall be consistent in every CMSIS-RTOS.
- - - - - - - - - - - - - - - - -
Enumerator
osOK  -

function completed; no error or event occurred.

-
osEventSignal  -

function completed; signal event occurred.

-
osEventMessage  -

function completed; message event occurred.

-
osEventMail  -

function completed; mail event occurred.

-
osEventTimeout  -

function completed; timeout occurred.

-
osErrorParameter  -

parameter error: a mandatory parameter was missing or specified an incorrect object.

-
osErrorResource  -

resource not available: a specified resource was not available.

-
osErrorTimeoutResource  -

resource not available within given time: a specified resource was not available within the timeout period.

-
osErrorISR  -

not allowed in ISR context: the function cannot be called from interrupt service routines.

-
osErrorISRRecursive  -

function called multiple times from ISR with same object.

-
osErrorPriority  -

system cannot determine priority or thread has illegal priority.

-
osErrorNoMemory  -

system is out of memory: it was impossible to allocate or reserve memory for the operation.

-
osErrorValue  -

value of a parameter is out of range.

-
osErrorOS  -

unspecified RTOS error: run-time error but no other error message fits.

-
os_status_reserved  -

prevent from enum down-size compiler optimization.

-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html b/libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/cmsis__os_8txt.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -CMSIS-RTOS: cmsis_os.txt File Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
cmsis_os.txt File Reference
-
-
- - - - - - - - -

-Enumerations

enum  osPriority {
-  osPriorityIdle = -3, -
-  osPriorityLow = -2, -
-  osPriorityBelowNormal = -1, -
-  osPriorityNormal = 0, -
-  osPriorityAboveNormal = +1, -
-  osPriorityHigh = +2, -
-  osPriorityRealtime = +3, -
-  osPriorityError = 0x84 -
- }
 
enum  os_timer_type {
-  osTimerOnce = 0, -
-  osTimerPeriodic = 1 -
- }
 
enum  osStatus {
-  osOK = 0, -
-  osEventSignal = 0x08, -
-  osEventMessage = 0x10, -
-  osEventMail = 0x20, -
-  osEventTimeout = 0x40, -
-  osErrorParameter = 0x80, -
-  osErrorResource = 0x81, -
-  osErrorTimeoutResource = 0xC1, -
-  osErrorISR = 0x82, -
-  osErrorISRRecursive = 0x83, -
-  osErrorPriority = 0x84, -
-  osErrorNoMemory = 0x85, -
-  osErrorValue = 0x86, -
-  osErrorOS = 0xFF, -
-  os_status_reserved = 0x7FFFFFFF -
- }
 
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html b/libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/cmsis_os_h.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - -CMSIS-RTOS: Header File Template: cmsis_os.h - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Header File Template: cmsis_os.h
-
-
-

The file cmsis_os.h is a template header file for a CMSIS-RTOS compliant Real-Time Operating System (RTOS). Each RTOS that is compliant with CMSIS-RTOS shall provide a specific cmsis_os.h header file that represents its implementation.

-

The file cmsis_os.h contains:

-
    -
  • CMSIS-RTOS API function definitions
  • -
  • struct definitions for parameters and return types
  • -
  • status and priority values used by CMSIS-RTOS API functions
  • -
  • macros for defining threads and other kernel objects
  • -
-

Name conventions and header file modifications

-

All definitions are prefixed with os to give an unique name space for CMSIS-RTOS functions. Definitions that are prefixed os_ are not used in the application code but local to this header file. All definitions and functions that belong to a module are grouped and have a common prefix, i.e. osThread.

-

Definitions that are marked with CAN BE CHANGED can be adapted towards the needs of the actual CMSIS-RTOS implementation. These definitions can be specific to the underlying RTOS kernel.

-

Definitions that are marked with MUST REMAIN UNCHANGED cannot be altered. Otherwise the CMSIS-RTOS implementation is no longer compliant to the standard. Note that some functions are optional and need not to be provided by every CMSIS-RTOS implementation.

-

Function calls from interrupt service routines

-

The following CMSIS-RTOS functions can be called from threads and interrupt service routines (ISR):

- -

Functions that cannot be called from an ISR are verifying the interrupt status and return in case that they are called from an ISR context the status code osErrorISR. In some implementations this condition might be caught using the HARD FAULT vector.

-

Some CMSIS-RTOS implementations support CMSIS-RTOS function calls from multiple ISR at the same time. If this is impossible, the CMSIS-RTOS rejects calls by nested ISR functions with the status code osErrorISRRecursive.

-

Define and reference object definitions

-

With #define osObjectsExternal objects are defined as external symbols. This allows to create a consistent header file that is used throughout a project as shown below:

-

Header File

-
#include <cmsis_os.h> // CMSIS RTOS header file
-
-
// Thread definition
-
extern void thread_sample (void const *argument); // function prototype
-
osThreadDef (thread_sample, osPriorityBelowNormal, 1, 100);
-
-
// Pool definition
-
osPoolDef(MyPool, 10, long);
-

This header file defines all objects when included in a C/C++ source file. When #define osObjectsExternal is present before the header file, the objects are defined as external symbols. A single consistent header file can therefore be used throughout the whole project.

-

Example

-
#include "osObjects.h" // Definition of the CMSIS-RTOS objects
-
#define osObjectExternal // Objects will be defined as external symbols
-
#include "osObjects.h" // Reference to the CMSIS-RTOS objects
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html b/libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/dir_67baed4ff719a838d401a6dc7774cf41.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -CMSIS-RTOS: RTOS Directory Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
RTOS Directory Reference
-
-
- - - - -

-Directories

directory  Template
 
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html b/libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/dir_9afdeffb8e409a4e0df5c5bf9ab1a7d2.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -CMSIS-RTOS: Template Directory Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Template Directory Reference
-
-
- - - - -

-Files

file  cmsis_os.h
 
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/doxygen.png b/libraries/CMSIS/Documentation/RTOS/html/doxygen.png deleted file mode 100644 index 3ff17d807fd8aa003bed8bb2a69e8f0909592fd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-RTOS: File List - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
File List
-
-
-
Here is a list of all files with brief descriptions:
- - -
\*cmsis_os.h
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png b/libraries/CMSIS/Documentation/RTOS/html/ftv2blank.png deleted file mode 100644 index 63c605bb4c3d941c921a4b6cfa74951e946bcb48..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-RTOS: Data Fields - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
Here is a list of all struct and union fields with links to the structures/unions they belong to:
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/functions_vars.html b/libraries/CMSIS/Documentation/RTOS/html/functions_vars.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/functions_vars.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - -CMSIS-RTOS: Data Fields - Variables - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals.html b/libraries/CMSIS/Documentation/RTOS/html/globals.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals.html +++ /dev/null @@ -1,460 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- -

- o -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals_defs.html b/libraries/CMSIS/Documentation/RTOS/html/globals_defs.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals_defs.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals_enum.html b/libraries/CMSIS/Documentation/RTOS/html/globals_enum.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals_enum.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals_eval.html b/libraries/CMSIS/Documentation/RTOS/html/globals_eval.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals_eval.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals_func.html b/libraries/CMSIS/Documentation/RTOS/html/globals_func.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals_func.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-  - -

- o -

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/globals_type.html b/libraries/CMSIS/Documentation/RTOS/html/globals_type.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/globals_type.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - -CMSIS-RTOS: Globals - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - -CMSIS-RTOS: CMSIS-RTOS API - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
CMSIS-RTOS API
-
-
- -

This section describes the CMSIS-RTOS API. -More...

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Content

 Kernel Information and Control
 Provide version/system information and start the RTOS Kernel.
 
 Thread Management
 Define, create, and control thread functions.
 
 Generic Wait Functions
 Wait for a time period or unspecified events.
 
 Timer Management
 Create and control timer and timer callback functions.
 
 Signal Management
 Control or wait for signal flags.
 
 Mutex Management
 Synchronize thread execution with a Mutex.
 
 Semaphore Management
 Control access to shared resources.
 
 Memory Pool Management
 Define and manage fixed-size memory pools.
 
 Message Queue Management
 Control, send, receive, or wait for messages.
 
 Mail Queue Management
 Control, send, receive, or wait for mail.
 
 Generic Data Types and Definitions
 Data Type Definitions used by the CMSIS-RTOS API functions.
 
 Status and Error Codes
 Status and Error Codes returned by CMSIS-RTOS API functions.
 
-

Description

-

The CMSIS-RTOS is a generic API layer that interfaces to an existing RTOS kernel. It provides the following functional modules:

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s.js +++ /dev/null @@ -1,15 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s = -[ - [ "Kernel Information and Control", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl" ], - [ "Thread Management", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html", "group___c_m_s_i_s___r_t_o_s___thread_mgmt" ], - [ "Generic Wait Functions", "group___c_m_s_i_s___r_t_o_s___wait.html", "group___c_m_s_i_s___r_t_o_s___wait" ], - [ "Timer Management", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html", "group___c_m_s_i_s___r_t_o_s___timer_mgmt" ], - [ "Signal Management", "group___c_m_s_i_s___r_t_o_s___signal_mgmt.html", "group___c_m_s_i_s___r_t_o_s___signal_mgmt" ], - [ "Mutex Management", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt" ], - [ "Semaphore Management", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt" ], - [ "Memory Pool Management", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html", "group___c_m_s_i_s___r_t_o_s___pool_mgmt" ], - [ "Message Queue Management", "group___c_m_s_i_s___r_t_o_s___message.html", "group___c_m_s_i_s___r_t_o_s___message" ], - [ "Mail Queue Management", "group___c_m_s_i_s___r_t_o_s___mail.html", "group___c_m_s_i_s___r_t_o_s___mail" ], - [ "Generic Data Types and Definitions", "group___c_m_s_i_s___r_t_o_s___definitions.html", "group___c_m_s_i_s___r_t_o_s___definitions" ], - [ "Status and Error Codes", "group___c_m_s_i_s___r_t_o_s___status.html", "group___c_m_s_i_s___r_t_o_s___status" ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - -CMSIS-RTOS: Generic Data Types and Definitions - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Generic Data Types and Definitions
-
-
- -

Data Type Definitions used by the CMSIS-RTOS API functions. -More...

- - - - - - - -

-Data Structures

struct  osEvent
 Event structure contains detailed information about an event. More...
 
struct  os_mailQ
 
-

Description

-

The Data Type section lists all data types that are used to exchange information with CMSIS-RTOS functions.

-

Data Structure Documentation

- -
-
- - - - -
struct osEvent
-
-
Note
MUST REMAIN UNCHANGED: os_event shall be consistent in every CMSIS-RTOS. However the struct may be extended at the end.
-

The osEvent structure describes the events returned by CMSIS-RTOS functions.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Data Fields

osStatus status
 status code: event or error information More...
 
union {
   uint32_t   v
 message as 32-bit value More...
 
   void *   p
 message or mail as void pointer More...
 
   int32_t   signals
 signal flags More...
 
value
 event value More...
 
union {
   osMailQId   mail_id
 mail id obtained by osMailCreate More...
 
   osMessageQId   message_id
 message id obtained by osMessageCreate More...
 
def
 event definition More...
 
-

Field Documentation

- -
-
- - - - -
union { ... } def
-
- -
-
- -
-
- - - - -
osMailQId mail_id
-
- -
-
- -
-
- - - - -
osMessageQId message_id
-
- -
-
- -
-
- - - - -
void* p
-
- -
-
- -
-
- - - - -
int32_t signals
-
- -
-
- -
-
- - - - -
osStatus status
-
- -
-
- -
-
- - - - -
uint32_t v
-
- -
-
- -
-
- - - - -
union { ... } value
-
- -
-
- -
-
- -
-
- - - - -
struct os_mailQ
-
-

The osEvent structure describes the events returned by CMSIS-RTOS functions.

-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___definitions.js +++ /dev/null @@ -1,11 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___definitions = -[ - [ "def", "group___c_m_s_i_s___r_t_o_s___definitions.html#a596b6d55c3321db19239256bbe403df6", null ], - [ "mail_id", "group___c_m_s_i_s___r_t_o_s___definitions.html#ac86175a4b1706bee596f3018322df26e", null ], - [ "message_id", "group___c_m_s_i_s___r_t_o_s___definitions.html#af394cbe21dde7377974e63af38cd87b0", null ], - [ "p", "group___c_m_s_i_s___r_t_o_s___definitions.html#a117104b82864d3b23ec174af6d392709", null ], - [ "signals", "group___c_m_s_i_s___r_t_o_s___definitions.html#ad0dda1bf7e74f1576261d493fba232b6", null ], - [ "status", "group___c_m_s_i_s___r_t_o_s___definitions.html#ad477a289f1f03ac45407b64268d707d3", null ], - [ "v", "group___c_m_s_i_s___r_t_o_s___definitions.html#a9e0a00edabf3b8a5dafff624fff7bbfc", null ], - [ "value", "group___c_m_s_i_s___r_t_o_s___definitions.html#a0b9f8fd3645f01d8cb09cae82add2d7f", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html +++ /dev/null @@ -1,465 +0,0 @@ - - - - - -CMSIS-RTOS: Kernel Information and Control - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Kernel Information and Control
-
-
- -

Provide version/system information and start the RTOS Kernel. -More...

- - - - - - - - - - - - - - - - - - - - - - - -

-Macros

#define osFeature_MainThread   1
 main thread 1=main can be thread, 0=not available More...
 
#define osFeature_SysTick   1
 osKernelSysTick functions: 1=available, 0=not available More...
 
#define osCMSIS   0x10002
 API version (main [31:16] .sub [15:0]) More...
 
#define osCMSIS_KERNEL   0x10000
 RTOS identification and version (main [31:16] .sub [15:0]) More...
 
#define osKernelSystemId   "KERNEL V1.00"
 RTOS identification string. More...
 
#define osKernelSysTickFrequency   100000000
 The RTOS kernel system timer frequency in Hz. More...
 
#define osKernelSysTickMicroSec(microsec)   (((uint64_t)microsec * (osKernelSysTickFrequency)) / 1000000)
 Convert a microseconds value to a RTOS kernel system timer value. More...
 
- - - - - - - - - - - - - -

-Functions

osStatus osKernelInitialize (void)
 Initialize the RTOS Kernel for creating objects. More...
 
osStatus osKernelStart (void)
 Start the RTOS Kernel. More...
 
int32_t osKernelRunning (void)
 Check if the RTOS kernel is already started. More...
 
uint32_t osKernelSysTick (void)
 Get the RTOS kernel system timer counter. More...
 
-

Description

-

The Kernel Information and Control function group allow to:

-
    -
  • obtain information about the system and the underlying kernel.
  • -
  • obtain version information about the CMSIS RTOS API.
  • -
  • initialize of the RTOS kernel for creating objects.
  • -
  • start the RTOS kernel and thread switching.
  • -
  • check the execution status of the RTOS kernel.
  • -
-

The function main is a special thread function that may be started at system initialization. In this case it has the initial priority osPriorityNormal.

-

Example

-
void system_error (void) {
-
// fatal error: set system to a safe state
-
while (1);
-
}
-
-
-
int main (void) { // program execution starts here
-
if (osKernelInitialize () != osOK) { // initialize RTOS kernel
-
system_error (); // invoke system error function
-
}
-
-
system_initialize (); // setup and initialize peripherals
-
osThreadCreate (osThread(job1)); // create threads
- -
if (osKernelStart () != osOK) { // start kernel with job2 execution
-
system_error (); // invoke system error function
-
}
-
}
-

Macro Definition Documentation

- -
-
- - - - -
#define osCMSIS   0x10002
-
-

Version information of the CMSIS RTOS API whereby major version is in bits [31:16] and sub version in bits [15:0]. The value 0x10000 represents version 1.00.

-
Note
MUST REMAIN UNCHANGED: osCMSIS identifies the CMSIS-RTOS API version.
- -
-
- -
-
- - - - -
#define osCMSIS_KERNEL   0x10000
-
-

Identifies the underlying RTOS kernel and version number. The actual name of that define depends on the RTOS Kernel used in the implementation. For example, osCMSIS_FreeRTOS identifies the FreeRTOS kernel and the value indicates the version number of that kernel whereby the major version is in bits [31:16] and sub version in bits [15:0]. The value 0x10000 represents version 1.00.

-
Note
CAN BE CHANGED: osCMSIS_KERNEL identifies the underlying RTOS kernel and version number.
- -
-
- -
-
- - - - -
#define osFeature_MainThread   1
-
-

A CMSIS-RTOS implementation may support to start thread execution with the function 'main'.

- -
Note
MUST REMAIN UNCHANGED: osFeature_xxx shall be consistent in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
#define osFeature_SysTick   1
-
-

A CMSIS-RTOS implementation may provide access to the RTOS kernel system timer.

- - -
-
- -
-
- - - - -
#define osKernelSystemId   "KERNEL V1.00"
-
-

Defines a string that identifies the underlying RTOS Kernel and provides version information. The length of that string is limited to 21 bytes. A valid identification string is for example, "FreeRTOS V1.00".

-
Note
MUST REMAIN UNCHANGED: osKernelSystemId shall be consistent in every CMSIS-RTOS.
- -
-
- -
-
- - - - -
#define osKernelSysTickFrequency   100000000
-
-

Specifies the frequency of the Kernel SysTick timer in Hz. The value is typically use to scale a time value and is for example used in osKernelSysTickMicroSec.

-
See Also
osKernelSysTick
-
Note
Reflects the system timer setting and is typically defined in a configuration file.
- -
-
- -
-
- - - - - - - - -
#define osKernelSysTickMicroSec( microsec)   (((uint64_t)microsec * (osKernelSysTickFrequency)) / 1000000)
-
-

Allows to scale a microsecond value to the frequency of the Kernel SysTick timer. This macro is typically used to check for short timeouts in polling loops.

-
See Also
osKernelSysTick
-
Parameters
- - -
microsectime value in microseconds.
-
-
-
Returns
time value normalized to the osKernelSysTickFrequency
- -
-
-

Function Documentation

- -
-
- - - - - - - - -
osStatus osKernelInitialize (void )
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osKernelInitialize shall be consistent in every CMSIS-RTOS.
-

Initialize of the RTOS Kernel to allow peripheral setup and creation of other RTOS objects with the functions:

- -

The RTOS kernel does not start thread switching until the function osKernelStart is called.

-
Note
In case that the RTOS Kernel starts thread execution with the function main the function osKernelInitialize stops thread switching. This allows to setup the system to a defined state before thread switching is resumed with osKernelStart.
-

Example

-
#include "cmsis_os.h"
-
-
int main (void) {
-
if (!osKernelRunning ()) { // if kernel is not running, initialize the kernel
-
if (osKernelInitialize () != osOK) { // check osStatus for other possible valid values
-
// exit with an error message
-
}
-
}
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
int32_t osKernelRunning (void )
-
-
Note
MUST REMAIN UNCHANGED: osKernelRunning shall be consistent in every CMSIS-RTOS.
-
Returns
0 RTOS is not started, 1 RTOS is started.
-

Identifies if the RTOS kernel is started. For systems with the option to start the main function as a thread this allows to identify that the RTOS kernel is already running.

-

Example

-
#include "cmsis_os.h"
-
-
int main (void) { // program execution starts here
-
if (osKernelRunning ()) {
-
: // main is already a thread function
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osKernelStart (void )
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osKernelStart shall be consistent in every CMSIS-RTOS.
-

Start the RTOS Kernel and begin thread switching.

-
Note
When the CMSIS-RTOS starts thread execution with the function main this function resumes thread switching. The main thread will continue executing after osKernelStart.
-

Status and Error Codes
-

-
    -
  • osOK: the RTOS kernel has been successfully started.
  • -
  • osErrorISR: osKernelStart cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
int main (void) {
-
if (osKernelInitialize () != osOK) { // check osStatus for other possible valid values
-
// exit with an error message
-
}
-
-
if (!osKernelRunning ()) { // is the kernel running ?
-
if (osKernelStart () != osOK) { // start the kernel
-
// kernel could not be started
-
}
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
uint32_t osKernelSysTick (void )
-
-
Note
MUST REMAIN UNCHANGED: osKernelSysTick shall be consistent in every CMSIS-RTOS.
-
Returns
RTOS kernel system timer as 32-bit value
-

Get the value of the Kernel SysTick timer for time comparison. The value is a rolling 32-bit counter that is typically composed of the kernel system interrupt timer value and an counter that counts these interrupts.

-

This function allows the implementation of timeout checks. These are for example required when checking for a busy status in a device or peripheral initialization routine.

-

Example

-
#include "cmsis_os.h"
-
-
void SetupDevice (void) {
-
uint32_t tick;
-
-
tick = osKernelSysTick(); // get start value of the Kernel system tick
-
Device.Setup (); // initialize a device or peripheral
-
do { // poll device busy status for 100 microseconds
-
if (!Device.Busy) break; // check if device is correctly initialized
-
} while ((osKernelSysTick() - tick) < osKernelTickMicroSec(100));
-
if (Device.Busy) {
-
; // in case device still busy, signal error
-
}
-
// start interacting with device
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___kernel_ctrl.js +++ /dev/null @@ -1,14 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___kernel_ctrl = -[ - [ "osCMSIS", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga702196bacccbb978620c736b209387f1", null ], - [ "osCMSIS_KERNEL", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gab78dce646fabec479c5f34bc5175b7de", null ], - [ "osFeature_MainThread", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga22f7d235bc9f783933bd5a981fd79696", null ], - [ "osFeature_SysTick", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae554ec16c23c5b7d65affade2a351891", null ], - [ "osKernelSystemId", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga47cf03658f01cdffca688e9096b58289", null ], - [ "osKernelSysTickFrequency", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga9e0954d52722673e2031233a2ab99960", null ], - [ "osKernelSysTickMicroSec", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae12c190af42d7310d8006d64f4ed5a88", null ], - [ "osKernelInitialize", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga53d078a801022e202e8115c083ece68e", null ], - [ "osKernelRunning", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga3b571de44cd3094c643247a7397f86b5", null ], - [ "osKernelStart", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gaab668ffd2ea76bb0a77ab0ab385eaef2", null ], - [ "osKernelSysTick", "group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gad0262e4688e95d1e9038afd9bcc16001", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.html +++ /dev/null @@ -1,590 +0,0 @@ - - - - - -CMSIS-RTOS: Mail Queue Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Mail Queue Management
-
-
- -

Control, send, receive, or wait for mail. -More...

- - - - - - - - - - - -

-Macros

#define osFeature_MailQ   1
 Mail Queues: 1=available, 0=not available. More...
 
#define osMailQDef(name, queue_sz, type)
 Create a Mail Queue Definition. More...
 
#define osMailQ(name)   &os_mailQ_def_##name
 Access a Mail Queue Definition. More...
 
- - - - - - - - - - - - - - - - - - - -

-Functions

osMailQId osMailCreate (const osMailQDef_t *queue_def, osThreadId thread_id)
 Create and Initialize mail queue. More...
 
void * osMailAlloc (osMailQId queue_id, uint32_t millisec)
 Allocate a memory block from a mail. More...
 
void * osMailCAlloc (osMailQId queue_id, uint32_t millisec)
 Allocate a memory block from a mail and set memory block to zero. More...
 
osStatus osMailPut (osMailQId queue_id, void *mail)
 Put a mail to a queue. More...
 
osEvent osMailGet (osMailQId queue_id, uint32_t millisec)
 Get a mail from a queue. More...
 
osStatus osMailFree (osMailQId queue_id, void *mail)
 Free a memory block from a mail. More...
 
-

Description

-

The Mail Queue Management function group allow to control, send, receive, or wait for mail. A mail is a memory block that is send to a thread or interrupt service routine.

-
-MailQueue.png -
-CMSIS-RTOS Mail Queue
-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_MailQ   1
-
-

A CMSIS-RTOS implementation may support mail queues.

- - -
-
- -
-
- - - - - - - - -
#define osMailQ( name)   &os_mailQ_def_##name
-
-

Access to the mail queue definition for the function osMailCreate.

-
Parameters
- - -
namename of the queue
-
-
-
Note
CAN BE CHANGED: The parameter to osMailQ shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
#define osMailQDef( name,
 queue_sz,
 type 
)
-
-

Define the attributes of a mail queue that can by the function osMailCreate using osMailQ.

-
Parameters
- - - - -
namename of the queue
queue_szmaximum number of messages in queue
typedata type of a single message element
-
-
-
Note
CAN BE CHANGED: The parameter to osMailQDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
void * osMailAlloc (osMailQId queue_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]queue_idmail queue ID obtained with osMailCreate.
[in]millisectimeout value or 0 in case of no time-out
-
-
-
Returns
pointer to memory block that can be filled with mail or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osMailAlloc shall be consistent in every CMSIS-RTOS.
-

Allocate a memory block from the mail queue that is filled with the mail information.

-

The argument queue_id specifies a mail queue identifier that is obtain with osMailCreate.

-

The argument millisec specifies how long the system waits for a mail slot to become available. While the system waits the tread calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a mail slot can be allocated.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-
Note
The parameter millisec must be 0 for using this function in an ISR.
-

A NULL pointer is returned when no memory slot can be obtained or queue specifies an illegal parameter.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void * osMailCAlloc (osMailQId queue_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]queue_idmail queue ID obtained with osMailCreate.
[in]millisectimeout value or 0 in case of no time-out
-
-
-
Returns
pointer to memory block that can be filled with mail or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osMailCAlloc shall be consistent in every CMSIS-RTOS.
-

Allocate a memory block from the mail queue that is filled with the mail information. The memory block returned is cleared.

-

The argument queue_id specifies a mail queue identifier that is obtain with osMailCreate.

-

The argument millisec specifies how long the system waits for a mail slot to become available. While the system waits the thread that is calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a mail slot can be allocated.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-
Note
The parameter millisec must be 0 for using this function in an ISR.
-

A NULL pointer is returned when no memory block can be obtained or queue specifies an illegal parameter.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
osMailQId osMailCreate (const osMailQDef_tqueue_def,
osThreadId thread_id 
)
-
-
Parameters
- - - -
[in]queue_defreference to the mail queue definition obtain with osMailQ
[in]thread_idthread ID (obtained by osThreadCreate or osThreadGetId) or NULL.
-
-
-
Returns
mail queue ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osMailCreate shall be consistent in every CMSIS-RTOS.
-

Initialize and create a mail queue.

-

Example

-
#include "cmsis_os.h"
-
-
osThreadId tid_thread1; // ID for thread 1
-
osThreadId tid_thread2; // ID for thread 2
-
-
typedef struct { // Mail object structure
-
float voltage; // AD result of measured voltage
-
float current; // AD result of measured current
-
int counter; // A counter value
-
} T_MEAS;
-
-
osMailQDef(mail, 16, T_MEAS); // Define mail queue
-
osMailQId mail;
-
-
void send_thread (void const *argument); // forward reference
-
void recv_thread (void const *argument);
-
-
osThreadDef(send_thread, osPriorityNormal, 1, 0); // thread definitions
-
osThreadDef(recv_thread, osPriorityNormal, 1, 2000);
-
-
/*
-
Thread 1: Send thread
-
*/
-
void send_thread (void const *argument) {
-
T_MEAS *mptr;
-
-
mptr = osMailAlloc(mail, osWaitForever); // Allocate memory
-
mptr->voltage = 223.72; // Set the mail content
-
mptr->current = 17.54;
-
mptr->counter = 120786;
-
osMailPut(mail, mptr); // Send Mail
-
osDelay(100);
-
-
mptr = osMailAlloc(mail, osWaitForever); // Allocate memory
-
mptr->voltage = 227.23; // Prepare 2nd mail
-
mptr->current = 12.41;
-
mptr->counter = 170823;
-
osMailPut(mail, mptr); // Send Mail
-
osThreadYield(); // Cooperative multitasking
-
// We are done here, exit this thread
-
}
-
-
/*
-
Thread 2: Receive thread
-
*/
-
void recv_thread (void const *argument) {
-
T_MEAS *rptr;
-
osEvent evt;
-
-
for (;;) {
-
evt = osMailGet(mail, osWaitForever); // wait for mail
-
if (evt.status == osEventMail) {
-
rptr = evt.value.p;
-
printf ("\nVoltage: %.2f V\n", rptr->voltage);
-
printf ("Current: %.2f A\n", rptr->current);
-
printf ("Number of cycles: %d\n", rptr->counter);
-
osMailFree(mail, rptr); // free memory allocated for mail
-
}
-
}
-
}
-
-
void StartApplication (void) {
-
mail = osMailCreate(osMailQ(mail), NULL); // create mail queue
-
-
tid_thread1 = osThreadCreate(osThread(send_thread), NULL);
-
tid_thread2 = osThreadCreate(osThread(recv_thread), NULL);
-
:
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osMailFree (osMailQId queue_id,
void * mail 
)
-
-
Parameters
- - - -
[in]queue_idmail queue ID obtained with osMailCreate.
[in]mailpointer to the memory block that was obtained with osMailGet.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMailFree shall be consistent in every CMSIS-RTOS.
-

Free the memory block specified by mail and return it to the mail queue.

-

Status and Error Codes
-

-
    -
  • osOK: the mail block is released.
  • -
  • osErrorValue: mail block does not belong to the mail queue pool.
  • -
  • osErrorParameter: the value to the parameter queue_id is incorrect.
  • -
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
osEvent osMailGet (osMailQId queue_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]queue_idmail queue ID obtained with osMailCreate.
[in]millisectimeout value or 0 in case of no time-out
-
-
-
Returns
event that contains mail information or error code.
-
Note
MUST REMAIN UNCHANGED: osMailGet shall be consistent in every CMSIS-RTOS.
-

Suspend the execution of the current RUNNING thread until a mail arrives. When a mail is already in the queue, the function returns instantly with the mail information.

-

The argument millisec specifies how long the system waits for a mail to arrive. While the system waits the thread that is calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a mail arrives.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-
Note
The parameter millisec must be 0 for using this function in an ISR.
-

Status and Error Codes
-

-
    -
  • osOK: no mail is available in the queue and no timeout was specified
  • -
  • osEventTimeout: no mail has arrived during the given timeout period.
  • -
  • osEventMail: mail received, value.p contains the pointer to mail content.
  • -
  • osErrorParameter: a parameter is invalid or outside of a permitted range.
  • -
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osMailPut (osMailQId queue_id,
void * mail 
)
-
-
Parameters
- - - -
[in]queue_idmail queue ID obtained with osMailCreate.
[in]mailmemory block previously allocated with osMailAlloc or osMailCAlloc.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMailPut shall be consistent in every CMSIS-RTOS.
-

Put the memory block specified with mail into the mail queue specified by queue.

-

Status and Error Codes
-

-
    -
  • osOK: the message is put into the queue.
  • -
  • osErrorValue: mail was previously not allocated as memory slot.
  • -
  • osErrorParameter: a parameter is invalid or outside of a permitted range.
  • -
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mail.js +++ /dev/null @@ -1,12 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___mail = -[ - [ "osFeature_MailQ", "group___c_m_s_i_s___r_t_o_s___mail.html#gaceb2e0071ce160d153047f2eac1aca8e", null ], - [ "osMailQ", "group___c_m_s_i_s___r_t_o_s___mail.html#gad2deeb66d51ade54e63d8f87ff2ec9d2", null ], - [ "osMailQDef", "group___c_m_s_i_s___r_t_o_s___mail.html#ga58d712b16c0c6668059f509386d1e55b", null ], - [ "osMailAlloc", "group___c_m_s_i_s___r_t_o_s___mail.html#gadf5ce811bd6a56e617e902a1db6c2194", null ], - [ "osMailCAlloc", "group___c_m_s_i_s___r_t_o_s___mail.html#ga8fde74f6fe5b9e88f75cc5eb8f2124fd", null ], - [ "osMailCreate", "group___c_m_s_i_s___r_t_o_s___mail.html#gaa177e7fe5820dd70d8c9e46ded131174", null ], - [ "osMailFree", "group___c_m_s_i_s___r_t_o_s___mail.html#ga27c1060cf21393f96b4fd1ed1c0167cc", null ], - [ "osMailGet", "group___c_m_s_i_s___r_t_o_s___mail.html#gac6ad7e6e7d6c4a80e60da22c57a42ccd", null ], - [ "osMailPut", "group___c_m_s_i_s___r_t_o_s___mail.html#ga485ef6f81854ebda8ffbce4832181e02", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - -CMSIS-RTOS: Message Queue Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Message Queue Management
-
-
- -

Control, send, receive, or wait for messages. -More...

- - - - - - - - - - - -

-Macros

#define osFeature_MessageQ   1
 Message Queues: 1=available, 0=not available. More...
 
#define osMessageQDef(name, queue_sz, type)
 Create a Message Queue Definition. More...
 
#define osMessageQ(name)   &os_messageQ_def_##name
 Access a Message Queue Definition. More...
 
- - - - - - - - - - -

-Functions

osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id)
 Create and Initialize a Message Queue. More...
 
osStatus osMessagePut (osMessageQId queue_id, uint32_t info, uint32_t millisec)
 Put a Message to a Queue. More...
 
osEvent osMessageGet (osMessageQId queue_id, uint32_t millisec)
 Get a Message or Wait for a Message from a Queue. More...
 
-

Description

-

Message Queue Management functions allow to control, send, receive, or wait for messages. A message can be an integer or pointer value that is send to a thread or interrupt service routine.

-
-MessageQueue.png -
-CMSIS-RTOS Message Queue
-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_MessageQ   1
-
-

A CMSIS-RTOS implementation may support message queues.

- - -
-
- -
-
- - - - - - - - -
#define osMessageQ( name)   &os_messageQ_def_##name
-
-

Access to the message queue definition for the function osMessageCreate.

-
Parameters
- - -
namename of the queue
-
-
-
Note
CAN BE CHANGED: The parameter to osMessageQ shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
#define osMessageQDef( name,
 queue_sz,
 type 
)
-
-

Define the attributes of a message queue created by the function osMessageCreate using osMessageQ.

-
Parameters
- - - - -
namename of the queue.
queue_szmaximum number of messages in the queue.
typedata type of a single message element (for debugger).
-
-
-
Note
CAN BE CHANGED: The parameter to osMessageQDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
osMessageQId osMessageCreate (const osMessageQDef_tqueue_def,
osThreadId thread_id 
)
-
-
Parameters
- - - -
[in]queue_defqueue definition referenced with osMessageQ.
[in]thread_idthread ID (obtained by osThreadCreate or osThreadGetId) or NULL.
-
-
-
Returns
message queue ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osMessageCreate shall be consistent in every CMSIS-RTOS.
-

Create and initialize a message queue.

-

Example

-
#include "cmsis_os.h"
-
-
osThreadId tid_thread1; // ID for thread 1
-
osThreadId tid_thread2; // for thread 2
-
-
typedef struct { // Message object structure
-
float voltage; // AD result of measured voltage
-
float current; // AD result of measured current
-
int counter; // A counter value
-
} T_MEAS;
-
-
osPoolDef(mpool, 16, T_MEAS); // Define memory pool
-
osPoolId mpool;
-
osMessageQDef(MsgBox, 16, T_MEAS); // Define message queue
-
osMessageQId MsgBox;
-
-
void send_thread (void const *argument); // forward reference
-
void recv_thread (void const *argument); // forward reference
-
// Thread definitions
-
osThreadDef(send_thread, osPriorityNormal, 1, 0);
-
osThreadDef(recv_thread, osPriorityNormal, 1, 2000);
-
-
/*
-
Thread 1: Send thread
-
*/
-
void send_thread (void const *argument) {
-
T_MEAS *mptr;
-
-
mptr = osPoolAlloc(mpool); // Allocate memory for the message
-
mptr->voltage = 223.72; // Set the message content
-
mptr->current = 17.54;
-
mptr->counter = 120786;
-
osMessagePut(MsgBox, (uint32_t)mptr, osWaitForever); // Send Message
-
osDelay(100);
-
-
mptr = osPoolAlloc(mpool); // Allocate memory for the message
-
mptr->voltage = 227.23; // Prepare a 2nd message
-
mptr->current = 12.41;
-
mptr->counter = 170823;
-
osMessagePut(MsgBox, (uint32_t)mptr, osWaitForever); // Send Message
-
osThreadYield(); // Cooperative multitasking
-
// We are done here, exit this thread
-
}
-
-
/*
-
Thread 2: Receive thread
-
*/
-
void recv_thread (void const *argument) {
-
T_MEAS *rptr;
-
osEvent evt;
-
-
for (;;) {
-
evt = osMessageGet(MsgBox, osWaitForever); // wait for message
-
if (evt.status == osEventMessage) {
-
rptr = evt.value.p;
-
printf ("\nVoltage: %.2f V\n", rptr->voltage);
-
printf ("Current: %.2f A\n", rptr->current);
-
printf ("Number of cycles: %d\n", rptr->counter);
-
osPoolFree(mpool, rptr); // free memory allocated for message
-
}
-
}
-
}
-
-
void StartApplication (void) {
-
mpool = osPoolCreate(osPool(mpool)); // create memory pool
-
MsgBox = osMessageCreate(osMessageQ(MsgBox), NULL); // create msg queue
-
-
tid_thread1 = osThreadCreate(osThread(send_thread), NULL);
-
tid_thread2 = osThreadCreate(osThread(recv_thread), NULL);
-
:
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osEvent osMessageGet (osMessageQId queue_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]queue_idmessage queue ID obtained with osMessageCreate.
[in]millisectimeout value or 0 in case of no time-out.
-
-
-
Returns
event information that includes status code.
-
Note
MUST REMAIN UNCHANGED: osMessageGet shall be consistent in every CMSIS-RTOS.
-

Suspend the execution of the current RUNNING thread until a message arrives. When a message is already in the queue, the function returns instantly with the message information.

-

The argument millisec specifies how long the system waits for a message to become available. While the system waits the thread that is calling this function is put into the state WAITING. The millisec timeout value can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a message arrives.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-
Note
The parameter millisec must be 0 for using this function in an ISR.
-

Status and Error Codes
-

-
    -
  • osOK: no message is available in the queue and no timeout was specified.
  • -
  • osEventTimeout: no message has arrived during the given timeout period.
  • -
  • osEventMessage: message received, value.p contains the pointer to message.
  • -
  • osErrorParameter: a parameter is invalid or outside of a permitted range.
  • -
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
osStatus osMessagePut (osMessageQId queue_id,
uint32_t info,
uint32_t millisec 
)
-
-
Parameters
- - - - -
[in]queue_idmessage queue ID obtained with osMessageCreate.
[in]infomessage information.
[in]millisectimeout value or 0 in case of no time-out.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMessagePut shall be consistent in every CMSIS-RTOS.
-

Put the message info in a message queue specified by queue_id.

-

When the message queue is full, the system retries for a specified time with millisec. While the system retries the thread that is calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a message queue slot becomes available.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-
Note
The parameter millisec must be 0 for using this function in an ISR.
-

Status and Error Codes
-

-
    -
  • osOK: the message is put into the queue.
  • -
  • osErrorResource: no memory in the queue was available.
  • -
  • osErrorTimeoutResource: no memory in the queue was available during the given time limit.
  • -
  • osErrorParameter: a parameter is invalid or outside of a permitted range.
  • -
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___message.js +++ /dev/null @@ -1,9 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___message = -[ - [ "osFeature_MessageQ", "group___c_m_s_i_s___r_t_o_s___message.html#ga479a6561f859e3d4818e25708593d203", null ], - [ "osMessageQ", "group___c_m_s_i_s___r_t_o_s___message.html#ga2d446a0b4bb90bf05d6f92eedeaabc97", null ], - [ "osMessageQDef", "group___c_m_s_i_s___r_t_o_s___message.html#gac9a6a6276c12609793e7701afcc82326", null ], - [ "osMessageCreate", "group___c_m_s_i_s___r_t_o_s___message.html#gaf3b9345cf426304d46565152bc26fb78", null ], - [ "osMessageGet", "group___c_m_s_i_s___r_t_o_s___message.html#ga6c6892b8f2296cca6becd57ca2d7e1ae", null ], - [ "osMessagePut", "group___c_m_s_i_s___r_t_o_s___message.html#gac0dcf462fc92de8ffaba6cc004514a6d", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - -CMSIS-RTOS: Mutex Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Mutex Management
-
-
- -

Synchronize thread execution with a Mutex. -More...

- - - - - - - - -

-Macros

#define osMutexDef(name)   const osMutexDef_t os_mutex_def_##name = { 0 }
 Define a Mutex. More...
 
#define osMutex(name)   &os_mutex_def_##name
 Access a Mutex definition. More...
 
- - - - - - - - - - - - - -

-Functions

osMutexId osMutexCreate (const osMutexDef_t *mutex_def)
 Create and Initialize a Mutex object. More...
 
osStatus osMutexWait (osMutexId mutex_id, uint32_t millisec)
 Wait until a Mutex becomes available. More...
 
osStatus osMutexRelease (osMutexId mutex_id)
 Release a Mutex that was obtained by osMutexWait. More...
 
osStatus osMutexDelete (osMutexId mutex_id)
 Delete a Mutex that was created by osMutexCreate. More...
 
-

Description

-

The Mutex Management function group is used to synchronize the execution of threads. This is for example used to protect access to a shared resource, for example a shared memory image.

-
Note
Mutex Management functions cannot be called from interrupt service routines (ISR).
-
-Mutex.png -
-CMSIS-RTOS Mutex
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define osMutex( name)   &os_mutex_def_##name
-
-

Access to mutex object for the functions osMutexCreate.

-
Parameters
- - -
namename of the mutex object.
-
-
-
Note
CAN BE CHANGED: The parameter to osMutex shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - -
#define osMutexDef( name)   const osMutexDef_t os_mutex_def_##name = { 0 }
-
-

Define a mutex object that is referenced by osMutex.

-
Parameters
- - -
namename of the mutex object.
-
-
-
Note
CAN BE CHANGED: The parameter to osMutexDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Function Documentation

- -
-
- - - - - - - - -
osMutexId osMutexCreate (const osMutexDef_tmutex_def)
-
-
Parameters
- - -
[in]mutex_defmutex definition referenced with osMutex.
-
-
-
Returns
mutex ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osMutexCreate shall be consistent in every CMSIS-RTOS.
-

Create and initialize a Mutex object.

-

Example

-
#include "cmsis_os.h"
-
-
osMutexDef (MutexIsr); // Mutex name definition
-
-
void CreateMutex (void) {
-
osMutexId mutex_id;
-
-
mutex_id = osMutexCreate (osMutex (MutexIsr));
-
if (mutex_id != NULL) {
-
// Mutex object created
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osMutexDelete (osMutexId mutex_id)
-
-
Parameters
- - -
[in]mutex_idmutex ID obtained by osMutexCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMutexDelete shall be consistent in every CMSIS-RTOS.
-

Delete a Mutex object. The function releases internal memory obtained for Mutex handling. After this call the mutex_id is no longer valid and cannot be used. The Mutex may be created again using the function osMutexCreate.

-

Status and Error Codes
-

-
    -
  • osOK: the mutex object has been deleted.
  • -
  • osErrorISR: osMutexDelete cannot be called from interrupt service routines.
  • -
  • osErrorResource: all tokens have already been released.
  • -
  • osErrorParameter: the parameter mutex_id is incorrect.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
osMutexDef (MutexIsr); // Mutex name definition
-
osMutexId mutex_id; // Mutex id populated by the function CreateMutex()
-
osMutexId CreateMutex (void); // function prototype that creates the Mutex
-
-
void DeleteMutex (osMutexId mutex_id) {
-
osStatus status;
-
-
if (mutex_id != NULL) {
-
status = osMutexDelete(mutex_id);
-
if (status != osOK) {
-
// handle failure code
-
}
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osMutexRelease (osMutexId mutex_id)
-
-
Parameters
- - -
[in]mutex_idmutex ID obtained by osMutexCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMutexRelease shall be consistent in every CMSIS-RTOS.
-

Release a Mutex that was obtained with osMutexWait. Other threads that currently wait for the same mutex will be now put into the state READY.

-

Status and Error Codes
-

-
    -
  • osOK: the mutex has been correctly released.
  • -
  • osErrorResource: the mutex was not obtained before.
  • -
  • osErrorParameter: the parameter mutex_id is incorrect.
  • -
  • osErrorISR: osMutexRelease cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
osMutexDef (MutexIsr); // Mutex name definition
-
osMutexId mutex_id; // Mutex id populated by the function CreateMutex()
-
osMutexId CreateMutex (void); // function prototype that creates the Mutex
-
-
void ReleaseMutex (osMutexId mutex_id) {
-
osStatus status;
-
-
if (mutex_id != NULL) {
-
status = osMutexRelease(mutex_id);
-
if (status != osOK) {
-
// handle failure code
-
}
-
}
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osMutexWait (osMutexId mutex_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]mutex_idmutex ID obtained by osMutexCreate.
[in]millisectimeout value or 0 in case of no time-out.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osMutexWait shall be consistent in every CMSIS-RTOS.
-

Wait until a Mutex becomes available. If no other thread has obtained the Mutex, the function instantly returns and blocks the mutex object.

-

The argument millisec specifies how long the system waits for a mutex. While the system waits the thread that is calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until the mutex becomes available.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-

Status and Error Codes
-

-
    -
  • osOK: the mutex has been obtain.
  • -
  • osErrorTimeoutResource: the mutex could not be obtained in the given time.
  • -
  • osErrorResource: the mutex could not be obtained when no timeout was specified.
  • -
  • osErrorParameter: the parameter mutex_id is incorrect.
  • -
  • osErrorISR: osMutexWait cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
osMutexDef (MutexIsr);
-
-
void WaitMutex (void) {
-
osMutexId mutex_id;
-
osStatus status;
-
-
mutex_id = osMutexCreate (osMutex (MutexIsr));
-
if (mutex_id != NULL) {
-
status = osMutexWait (mutex_id, 0);
-
if (status != osOK) {
-
// handle failure code
-
}
-
}
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___mutex_mgmt.js +++ /dev/null @@ -1,9 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___mutex_mgmt = -[ - [ "osMutex", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga1122a86faa64b4a0880c76cf68d0c934", null ], - [ "osMutexDef", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga9b522438489d7c402c95332b58bc94f3", null ], - [ "osMutexCreate", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5c9de56e717016e39e788064e9a291cc", null ], - [ "osMutexDelete", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#gac27e24135185d51d18f3dabc20910219", null ], - [ "osMutexRelease", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga006e4744d741e8e132c3d5bbc295afe1", null ], - [ "osMutexWait", "group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5e1752b73f573ee015dbd9ef1edaba13", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.html +++ /dev/null @@ -1,464 +0,0 @@ - - - - - -CMSIS-RTOS: Memory Pool Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Memory Pool Management
-
-
- -

Define and manage fixed-size memory pools. -More...

- - - - - - - - - - - -

-Macros

#define osFeature_Pool   1
 Memory Pools: 1=available, 0=not available. More...
 
#define osPoolDef(name, no, type)
 Define a Memory Pool. More...
 
#define osPool(name)   &os_pool_def_##name
 Access a Memory Pool definition. More...
 
- - - - - - - - - - - - - -

-Functions

osPoolId osPoolCreate (const osPoolDef_t *pool_def)
 Create and Initialize a memory pool. More...
 
void * osPoolAlloc (osPoolId pool_id)
 Allocate a memory block from a memory pool. More...
 
void * osPoolCAlloc (osPoolId pool_id)
 Allocate a memory block from a memory pool and set memory block to zero. More...
 
osStatus osPoolFree (osPoolId pool_id, void *block)
 Return an allocated memory block back to a specific memory pool. More...
 
-

Description

-

The Memory Pool Management function group is used to define and manage fixed-sized memory pools.

-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_Pool   1
-
-

A CMSIS-RTOS implementation may support fixed-size memory pools.

- - -
-
- -
-
- - - - - - - - -
#define osPool( name)   &os_pool_def_##name
-
-

Access a memory pool for the functions osPoolCreate.

-
Parameters
- - -
namename of the memory pool
-
-
-
Note
CAN BE CHANGED: The parameter to osPool shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
#define osPoolDef( name,
 no,
 type 
)
-
-

Define a memory pool that is referenced by osPool.

-
Parameters
- - - - -
namename of the memory pool.
nomaximum number of blocks (objects) in the memory pool.
typedata type of a single block (object).
-
-
-
Note
CAN BE CHANGED: The parameter to osPoolDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Function Documentation

- -
-
- - - - - - - - -
void * osPoolAlloc (osPoolId pool_id)
-
-
Parameters
- - -
[in]pool_idmemory pool ID obtain referenced with osPoolCreate.
-
-
-
Returns
address of the allocated memory block or NULL in case of no memory available.
-
Note
MUST REMAIN UNCHANGED: osPoolAlloc shall be consistent in every CMSIS-RTOS.
-

Allocate a memory block from the memory pool.

-

Example

-
#include "cmsis_os.h"
-
-
typedef struct {
-
uint8_t Buf[32];
-
uint8_t Idx;
-
} MEM_BLOCK;
-
-
osPoolDef (MemPool, 8, MEM_BLOCK);
-
-
void AlocMemoryPoolBlock (void) {
-
osPoolId MemPool_Id;
-
MEM_BLOCK *addr;
-
-
MemPool_Id = osPoolCreate (osPool (MemPool));
-
if (MemPool_Id != NULL) {
-
:
-
// allocate a memory block
-
addr = (MEM_BLOCK *)osPoolAlloc (MemPool_Id);
-
-
if (addr != NULL) {
-
// memory block was allocated
-
:
-
}
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
void * osPoolCAlloc (osPoolId pool_id)
-
-
Parameters
- - -
[in]pool_idmemory pool ID obtain referenced with osPoolCreate.
-
-
-
Returns
address of the allocated memory block or NULL in case of no memory available.
-
Note
MUST REMAIN UNCHANGED: osPoolCAlloc shall be consistent in every CMSIS-RTOS.
-

Allocate a memory block from the memory pool. The block is initialized to zero.

-

Example

-
#include "cmsis_os.h"
-
-
typedef struct {
-
uint8_t Buf[32];
-
uint8_t Idx;
-
} MEM_BLOCK;
-
-
osPoolDef (MemPool, 8, MEM_BLOCK);
-
-
void CAlocMemoryPoolBlock (void) {
-
osPoolId MemPool_Id;
-
MEM_BLOCK *addr;
-
-
MemPool_Id = osPoolCreate (osPool (MemPool));
-
if (MemPool_Id != NULL) {
-
:
-
// allocate a memory block
-
addr = (MEM_BLOCK *)osPoolCAlloc (MemPool_Id);
-
-
if (addr != NULL) {
-
// memory block was allocated
-
:
-
}
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osPoolId osPoolCreate (const osPoolDef_tpool_def)
-
-
Parameters
- - -
[in]pool_defmemory pool definition referenced with osPool.
-
-
-
Returns
memory pool ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osPoolCreate shall be consistent in every CMSIS-RTOS.
-

Create and initialize a memory pool.

-

Example

-
#include "cmsis_os.h"
-
-
typedef struct {
-
uint8_t Buf[32];
-
uint8_t Idx;
-
} MEM_BLOCK;
-
-
osPoolDef (MemPool, 8, MEM_BLOCK);
-
-
void CreateMemoryPool (void) {
-
osPoolId MemPool_Id;
-
-
MemPool_Id = osPoolCreate (osPool (MemPool));
-
if (MemPool_Id != NULL) {
-
// memory pool created
-
}
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osPoolFree (osPoolId pool_id,
void * block 
)
-
-
Parameters
- - - -
[in]pool_idmemory pool ID obtain referenced with osPoolCreate.
[in]blockaddress of the allocated memory block that is returned to the memory pool.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osPoolFree shall be consistent in every CMSIS-RTOS.
-

Return a memory block to a memory pool.

-

Status and Error Codes
-

-
    -
  • osOK: the memory block is released.
  • -
  • osErrorValue: block does not belong to the memory pool.
  • -
  • osErrorParameter: a parameter is invalid or outside of a permitted range.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
typedef struct {
-
uint8_t Buf[32];
-
uint8_t Idx;
-
} MEM_BLOCK;
-
-
osPoolDef (MemPool, 8, MEM_BLOCK);
-
-
void CAlocMemoryPoolBlock (void) {
-
osPoolId MemPool_Id;
-
MEM_BLOCK *addr;
-
osStatus status;
-
-
MemPool_Id = osPoolCreate (osPool (MemPool));
-
if (MemPool_Id != NULL) {
-
addr = (MEM_BLOCK *)osPoolCAlloc (MemPool_Id);
-
if (addr != NULL) {
-
:
-
// return a memory block back to pool
-
status = osPoolFree (MemPool_Id, addr);
-
if (status==osOK) {
-
// handle status code
-
}
-
}
-
}
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___pool_mgmt.js +++ /dev/null @@ -1,10 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___pool_mgmt = -[ - [ "osFeature_Pool", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gadd84b683001de327894851b428587caa", null ], - [ "osPool", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga5f0b204a82327533d420210125c90697", null ], - [ "osPoolDef", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga87b471d4fe2d5dbd0040708edd52771b", null ], - [ "osPoolAlloc", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gaa0b2994f1a866c19e0d11e6e0d44f543", null ], - [ "osPoolCAlloc", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga9f129fcad4730fbd1048ad4fa262f36a", null ], - [ "osPoolCreate", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga34af5c4f4ab38f4138ea7f1f9ece3a1a", null ], - [ "osPoolFree", "group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga4a861e9c469c9d0daf5721bf174f8e54", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - -CMSIS-RTOS: Semaphore Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Semaphore Management
-
-
- -

Control access to shared resources. -More...

- - - - - - - - - - - -

-Macros

#define osFeature_Semaphore   30
 maximum count for osSemaphoreCreate function More...
 
#define osSemaphoreDef(name)   const osSemaphoreDef_t os_semaphore_def_##name = { 0 }
 Define a Semaphore object. More...
 
#define osSemaphore(name)   &os_semaphore_def_##name
 Access a Semaphore definition. More...
 
- - - - - - - - - - - - - -

-Functions

osSemaphoreId osSemaphoreCreate (const osSemaphoreDef_t *semaphore_def, int32_t count)
 Create and Initialize a Semaphore object used for managing resources. More...
 
int32_t osSemaphoreWait (osSemaphoreId semaphore_id, uint32_t millisec)
 Wait until a Semaphore token becomes available. More...
 
osStatus osSemaphoreRelease (osSemaphoreId semaphore_id)
 Release a Semaphore token. More...
 
osStatus osSemaphoreDelete (osSemaphoreId semaphore_id)
 Delete a Semaphore that was created by osSemaphoreCreate. More...
 
-

Description

-

The Semaphore Management function group is used to manage and protect access to shared resources. For example, with a Semaphore the access to a group of identical peripherals can be managed. The number of available resources is specified as parameter of the osSemaphoreCreate function.

-

Each time a Semaphore token is obtained with osSemaphoreWait the semaphore count is decremented. When the semaphore count is 0, no Semaphore token can be obtained. Semaphores are released with osSemaphoreRelease; this function increments the semaphore count.

-
-Semaphore.png -
-CMSIS-RTOS Semaphore
-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_Semaphore   30
-
-

A CMSIS-RTOS implementation may support semaphores. The value osFeature_Semaphore indicates the maximum index count for a semaphore.

- -
-
- -
-
- - - - - - - - -
#define osSemaphore( name)   &os_semaphore_def_##name
-
-

Access to semaphore object for the functions osSemaphoreCreate.

-
Parameters
- - -
namename of the semaphore object.
-
-
-
Note
CAN BE CHANGED: The parameter to osSemaphore shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - -
#define osSemaphoreDef( name)   const osSemaphoreDef_t os_semaphore_def_##name = { 0 }
-
-

Define a semaphore object that is referenced by osSemaphore.

-
Parameters
- - -
namename of the semaphore object.
-
-
-
Note
CAN BE CHANGED: The parameter to osSemaphoreDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
osSemaphoreId osSemaphoreCreate (const osSemaphoreDef_tsemaphore_def,
int32_t count 
)
-
-
Parameters
- - - -
[in]semaphore_defsemaphore definition referenced with osSemaphore.
[in]countnumber of available resources.
-
-
-
Returns
semaphore ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osSemaphoreCreate shall be consistent in every CMSIS-RTOS.
-

Create and initialize a Semaphore object that is used to manage access to shared resources. The parameter count specifies the number of available resources. The count value 1 creates a binary semaphore.

-

Example

-
#include "cmsis_os.h"
-
-
osThreadId tid_thread1; // ID for thread 1
-
osThreadId tid_thread2; // ID for thread 2
-
-
osSemaphoreId semaphore; // Semaphore ID
-
osSemaphoreDef(semaphore); // Semaphore definition
-
-
/*
-
Thread 1 - High Priority - Active every 3ms
-
*/
-
void thread1 (void const *argument) {
-
int32_t value;
-
-
while (1) {
-
osDelay(3); // Pass control to other tasks for 3ms
-
val = osSemaphoreWait (semaphore, 1); // Wait 1ms for the free semaphore
-
if (val > 0) {
-
// If there was no time-out the semaphore was acquired
-
: // OK, the interface is free now, use it.
-
osSemaphoreRelease (semaphore); // Return a token back to a semaphore
-
}
-
}
-
}
-
-
/*
-
Thread 2 - Normal Priority - looks for a free semaphore and uses
-
the resource whenever it is available
-
*/
-
void thread2 (void const *argument) {
-
while (1) {
-
osSemaphoreWait (semaphore, osWaitForever); // Wait indefinitely for a free semaphore
-
// OK, the interface is free now, use it.
-
:
-
osSemaphoreRelease (semaphore); // Return a token back to a semaphore.
-
}
-
}
-
-
/* Thread definitions */
-
osThreadDef(thread1, osPriorityHigh, 1, 0);
-
osThreadDef(thread2, osPriorityNormal, 1, 0);
-
-
void StartApplication (void) {
-
semaphore = osSemaphoreCreate(osSemaphore(semaphore), 1);
-
-
tid_thread1 = osThreadCreate(osThread(thread1), NULL);
-
tid_thread2 = osThreadCreate(osThread(thread2), NULL);
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osSemaphoreDelete (osSemaphoreId semaphore_id)
-
-
Parameters
- - -
[in]semaphore_idsemaphore object referenced with osSemaphoreCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osSemaphoreDelete shall be consistent in every CMSIS-RTOS.
-

Delete a Semaphore object. The function releases internal memory obtained for Semaphore handling. After this call the semaphore_id is no longer valid and cannot be used. The Semaphore may be created again using the function osSemaphoreCreate.

-

Status and Error Codes
-

-
    -
  • osOK: the semaphore object has been deleted.
  • -
  • osErrorISR: osSemaphoreDelete cannot be called from interrupt service routines.
  • -
  • osErrorResource: the semaphore object could not be deleted.
  • -
  • osErrorParameter: the parameter semaphore_id is incorrect.
  • -
- -
-
- -
-
- - - - - - - - -
osStatus osSemaphoreRelease (osSemaphoreId semaphore_id)
-
-
Parameters
- - -
[in]semaphore_idsemaphore object referenced with osSemaphoreCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osSemaphoreRelease shall be consistent in every CMSIS-RTOS.
-

Release a Semaphore token. This increments the count of available semaphore tokens.

-
Note
osSemaphoreRelease can be called also from interrupt service routines.
-

Status and Error Codes
-

-
    -
  • osOK: the semaphore has been released.
  • -
  • osErrorResource: all tokens have already been released.
  • -
  • osErrorParameter: the parameter semaphore_id is incorrect.
  • -
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
int32_t osSemaphoreWait (osSemaphoreId semaphore_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]semaphore_idsemaphore object referenced with osSemaphoreCreate.
[in]millisectimeout value or 0 in case of no time-out.
-
-
-
Returns
number of available tokens, or -1 in case of incorrect parameters.
-
Note
MUST REMAIN UNCHANGED: osSemaphoreWait shall be consistent in every CMSIS-RTOS.
-

Wait until a Semaphore token becomes available. When no Semaphore token is available, the function waits for the time specified with the parameter millisec.

-

The argument millisec specifies how long the system waits for a Semaphore token to become available. While the system waits the thread that is calling this function is put into the state WAITING. The millisec timeout can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until the Semaphore token becomes available.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-

The return value indicates the number of available tokens (the semaphore count value). If 0 is returned, then no semaphore was available.

- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.js +++ /dev/null @@ -1,10 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___semaphore_mgmt = -[ - [ "osFeature_Semaphore", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga7da4c7bfb340779c9fc7b321f5ab3e3a", null ], - [ "osSemaphore", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga03761ee8d2c3cd4544e18364ab301dac", null ], - [ "osSemaphoreDef", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga9e66fe361749071e5ab87826c43c2f1b", null ], - [ "osSemaphoreCreate", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga97381e8e55cd47cec390bf57c96d6edb", null ], - [ "osSemaphoreDelete", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gabae2801ac2c096f6e8c69a264908f595", null ], - [ "osSemaphoreRelease", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gab108914997c49e14d8ff1ae0d1988ca0", null ], - [ "osSemaphoreWait", "group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gacc15b0fc8ce1167fe43da33042e62098", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - -CMSIS-RTOS: Signal Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Signal Management
-
-
- -

Control or wait for signal flags. -More...

- - - - - -

-Macros

#define osFeature_Signals   8
 maximum number of Signal Flags available per thread More...
 
- - - - - - - - - - -

-Functions

int32_t osSignalSet (osThreadId thread_id, int32_t signals)
 Set the specified Signal Flags of an active thread. More...
 
int32_t osSignalClear (osThreadId thread_id, int32_t signals)
 Clear the specified Signal Flags of an active thread. More...
 
osEvent osSignalWait (int32_t signals, uint32_t millisec)
 Wait for one or more Signal Flags to become signaled for the current RUNNING thread. More...
 
-

Description

-

The Signal Management function group allows to control or wait signal flags. Each thread has assigned signal flags.

-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_Signals   8
-
-

The CMSIS-RTOS API may support a variable number of signal flags. This define specifies the number of signal flags available per thread. The maximum value is 31 signal flags per thread.

- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
int32_t osSignalClear (osThreadId thread_id,
int32_t signals 
)
-
-
Parameters
- - - -
[in]thread_idthread ID obtained by osThreadCreate or osThreadGetId.
[in]signalsspecifies the signal flags of the thread that shall be cleared.
-
-
-
Returns
previous signal flags of the specified thread or 0x80000000 in case of incorrect parameters.
-
Note
MUST REMAIN UNCHANGED: osSignalClear shall be consistent in every CMSIS-RTOS.
-

Clear the signal flags of an active thread. This function may be used also within interrupt service routines.

-

Example

-
void Thread_2 (void const *arg);
-
-
osThreadDef (Thread_2, osPriorityHigh, 1, 0);
-
-
static void EX_Signal_1 (void) {
-
int32_t signals;
-
osThreadId thread_id;
-
-
thread_id = osThreadCreate (osThread(Thread_2), NULL);
-
if (thread_id == NULL) {
-
// Failed to create a thread.
-
}
-
else {
-
f :
-
signals = osSignalClear (thread_id, 0x01);
-
}
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
int32_t osSignalSet (osThreadId thread_id,
int32_t signals 
)
-
-
Parameters
- - - -
[in]thread_idthread ID obtained by osThreadCreate or osThreadGetId.
[in]signalsspecifies the signal flags of the thread that should be set.
-
-
-
Returns
previous signal flags of the specified thread or 0x80000000 in case of incorrect parameters.
-
Note
MUST REMAIN UNCHANGED: osSignalSet shall be consistent in every CMSIS-RTOS.
-

Set the signal flags of an active thread. This function may be used also within interrupt service routines.

-

Example

-
void Thread_2 (void const *arg);
-
-
osThreadDef (Thread_2, osPriorityHigh, 1, 0);
-
-
static void EX_Signal_1 (void) {
-
int32_t signals;
-
uint32_t exec;
-
osThreadId thread_id;
-
-
thread_id = osThreadCreate (osThread(Thread_2), NULL);
-
if (thread_id == NULL) {
-
// Failed to create a thread.
-
}
-
else {
-
signals = osSignalSet (thread_id, 0x00000005); // Send signals to the created thread
-
}
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osEvent osSignalWait (int32_t signals,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]signalswait until all specified signal flags set or 0 for any single signal flag.
[in]millisectimeout value or 0 in case of no time-out.
-
-
-
Returns
event flag information or error code.
-
Note
MUST REMAIN UNCHANGED: osSignalWait shall be consistent in every CMSIS-RTOS.
-

Suspend the execution of the current RUNNING thread until all specified signal flags with the parameter signals are set. When this signal flags are already set, the function returns instantly. Otherwise the thread is put into the state WAITING. Signal flags that are reported as event are automatically cleared.

-

The argument millisec specifies how long the system waits for the specified signal flags. While the system waits the tread calling this function is put into the state WAITING. The timeout value can have the following values:

-
    -
  • when millisec is 0, the function returns instantly.
  • -
  • when millisec is set to osWaitForever the function will wait for an infinite time until a specified signal is set.
  • -
  • all other values specify a time in millisecond for a timeout.
  • -
-

Status and Error Codes
-

-
    -
  • osOK: no signal received when the timeout value millisec was 0.
  • -
  • osEventTimeout: signal not occurred within timeout
  • -
  • osEventSignal: signal occurred, value.signals contains the signal flags; these signal flags are cleared.
  • -
  • osErrorValue: the value signals is outside of the permitted range.
  • -
  • osErrorISR: osSignalWait cannot be called from interrupt service routines.
  • -
-

Example

-
void Thread_2 (void const *arg);
-
-
osThreadDef (Thread_2, osPriorityHigh, 1, 0);
-
-
static void EX_Signal_1 (void) {
-
osThreadId thread_id;
-
osEvent evt;
-
-
thread_id = osThreadCreate (osThread(Thread_2), NULL);
-
if (thread_id == NULL) {
-
// Failed to create a thread.
-
}
-
else {
-
:
-
// wait for a signal
-
evt = osSignalWait (0x01, 100);
-
if (evt.status == osEventSignal) {
-
// handle event status
-
}
-
}
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___signal_mgmt.js +++ /dev/null @@ -1,7 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___signal_mgmt = -[ - [ "osFeature_Signals", "group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga01edde265710d883b6e237d34a6ef4a6", null ], - [ "osSignalClear", "group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga87283a6ebc31ce9ed42baf3ea7e4eab6", null ], - [ "osSignalSet", "group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga3de2730654589d6c3559c4b9e2825553", null ], - [ "osSignalWait", "group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga38860acda96df47da6923348d96fc4c9", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - -CMSIS-RTOS: Status and Error Codes - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Status and Error Codes
-
-
- -

Status and Error Codes returned by CMSIS-RTOS API functions. -More...

- - - - -

-Enumerations

enum  osStatus {
-  osOK = 0, -
-  osEventSignal = 0x08, -
-  osEventMessage = 0x10, -
-  osEventMail = 0x20, -
-  osEventTimeout = 0x40, -
-  osErrorParameter = 0x80, -
-  osErrorResource = 0x81, -
-  osErrorTimeoutResource = 0xC1, -
-  osErrorISR = 0x82, -
-  osErrorISRRecursive = 0x83, -
-  osErrorPriority = 0x84, -
-  osErrorNoMemory = 0x85, -
-  osErrorValue = 0x86, -
-  osErrorOS = 0xFF, -
-  os_status_reserved = 0x7FFFFFFF -
- }
 
-

Description

-

The Status and Error Codes section lists all the return values that the CMSIS-RTOS functions will return.

-

Enumeration Type Documentation

- -
-
- - - - -
enum osStatus
-
-
Note
MUST REMAIN UNCHANGED: osStatus shall be consistent in every CMSIS-RTOS.
-

The osStatus enumeration defines the event status and error codes that are returned by the CMSIS-RTOS functions.

- - - - - - - - - - - - - - - - -
Enumerator
osOK  -

function completed; no error or event occurred.

-
osEventSignal  -

function completed; signal event occurred.

-
osEventMessage  -

function completed; message event occurred.

-
osEventMail  -

function completed; mail event occurred.

-
osEventTimeout  -

function completed; timeout occurred.

-
osErrorParameter  -

parameter error: a mandatory parameter was missing or specified an incorrect object.

-
osErrorResource  -

resource not available: a specified resource was not available.

-
osErrorTimeoutResource  -

resource not available within given time: a specified resource was not available within the timeout period.

-
osErrorISR  -

not allowed in ISR context: the function cannot be called from interrupt service routines.

-
osErrorISRRecursive  -

function called multiple times from ISR with same object.

-
osErrorPriority  -

system cannot determine priority or thread has illegal priority.

-
osErrorNoMemory  -

system is out of memory: it was impossible to allocate or reserve memory for the operation.

-
osErrorValue  -

value of a parameter is out of range.

-
osErrorOS  -

unspecified RTOS error: run-time error but no other error message fits.

-
os_status_reserved  -

prevent from enum down-size compiler optimization.

-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___status.js +++ /dev/null @@ -1,20 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___status = -[ - [ "osStatus", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99e", [ - [ "osOK", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea9e1c9e2550bb4de8969a935acffc968f", null ], - [ "osEventSignal", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5df7e9643aa8a2f5f3a6f6ec59758518", null ], - [ "osEventMessage", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ead604f3673359dd4ac643b16dc5a2c342", null ], - [ "osEventMail", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea15b12e42b42b53f35fb8a2724ad02926", null ], - [ "osEventTimeout", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea78f477732375c0e1fca814e369618177", null ], - [ "osErrorParameter", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac24adca6a5d072c9f01c32178ba0d109", null ], - [ "osErrorResource", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea8fc5801e8b0482bdf22ad63a77f0155d", null ], - [ "osErrorTimeoutResource", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea314d24a49003f09459035db0dd7c9467", null ], - [ "osErrorISR", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea21635bdc492d3094fe83027fa4a30e2f", null ], - [ "osErrorISRRecursive", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf6552310a817452aedfcd453f2805d65", null ], - [ "osErrorPriority", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eab7dda0ef504817659334cbfd650ae56f", null ], - [ "osErrorNoMemory", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf1fac0240218e51eb30a13da2f8aae81", null ], - [ "osErrorValue", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea4672c8a0c0f6bb1d7981da4602e8e9ee", null ], - [ "osErrorOS", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5fde24ff588ec5ab9cb8314bade26fbc", null ], - [ "os_status_reserved", "group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac7a77f5fe18a15a357790c36a4aca1b1", null ] - ] ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.html +++ /dev/null @@ -1,607 +0,0 @@ - - - - - -CMSIS-RTOS: Thread Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Thread Management
-
-
- -

Define, create, and control thread functions. -More...

- - - - - - - - -

-Macros

#define osThreadDef(name, priority, instances, stacksz)
 Create a Thread Definition with function, priority, and stack requirements. More...
 
#define osThread(name)   &os_thread_def_##name
 Access a Thread definition. More...
 
- - - -

-Enumerations

enum  osPriority {
-  osPriorityIdle = -3, -
-  osPriorityLow = -2, -
-  osPriorityBelowNormal = -1, -
-  osPriorityNormal = 0, -
-  osPriorityAboveNormal = +1, -
-  osPriorityHigh = +2, -
-  osPriorityRealtime = +3, -
-  osPriorityError = 0x84 -
- }
 
- - - - - - - - - - - - - - - - - - - -

-Functions

osThreadId osThreadCreate (const osThreadDef_t *thread_def, void *argument)
 Create a thread and add it to Active Threads and set it to state READY. More...
 
osThreadId osThreadGetId (void)
 Return the thread ID of the current running thread. More...
 
osStatus osThreadTerminate (osThreadId thread_id)
 Terminate execution of a thread and remove it from Active Threads. More...
 
osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority)
 Change priority of an active thread. More...
 
osPriority osThreadGetPriority (osThreadId thread_id)
 Get current priority of an active thread. More...
 
osStatus osThreadYield (void)
 Pass control to next thread that is in state READY. More...
 
-

Description

-

The Thread Management function group allow defining, creating, and controlling thread functions in the system. The function main is a special thread function that is started at system initialization and has the initial priority osPriorityNormal.

-

Threads can be in the following states:

-
    -
  • RUNNING: The thread that is currently running is in the RUNNING state. Only one thread at a time can be in this state.
  • -
  • READY: Threads which are ready to run are in the READY state. Once the RUNNING thread has terminated or is WAITING the next READY thread with the highest priority becomes the RUNNING thread.
  • -
  • WAITING: Threads that are waiting for an event to occur are in the WAITING state.
  • -
  • INACTIVE: Threads that are not created or terminated are in the INACTIVE state. These threads typically consume no system resources.
  • -
-
-ThreadStatus.png -
-Thread State and State Transitions
-

The CMSIS-RTOS assumes that threads are scheduled as shown in the figure Thread State and State Transitions. The thread states change as described below:

-
    -
  • A thread is created using the function osThreadCreate. This puts the thread into the READY or RUNNING state (depending on the thread priority).
  • -
  • CMSIS-RTOS is pre-emptive. The active thread with the highest priority becomes the RUNNING thread provided it does not wait for any event. The initial priority of a thread is defined with the osThreadDef but may be changed during execution using the function osThreadSetPriority.
  • -
  • The RUNNING thread transfers into the WAITING state when it is waiting for an event.
  • -
  • Active threads can be terminated any time using the function osThreadTerminate. Threads can terminate also by just returning from the thread function. Threads that are terminated are in the INACTIVE state and typically do not consume any dynamic memory resources.
  • -
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define osThread( name)   &os_thread_def_##name
-
-

Access to the thread definition for the function osThreadCreate.

-
Parameters
- - -
namename of the thread definition object.
-
-
-
Note
CAN BE CHANGED: The parameter to osThread shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#define osThreadDef( name,
 priority,
 instances,
 stacksz 
)
-
-

Define the attributes of a thread functions that can be created by the function osThreadCreate using osThread.

-
Parameters
- - - - - -
namename of the thread function.
priorityinitial priority of the thread function.
instancesnumber of possible thread instances.
stackszstack size (in bytes) requirements for the thread function.
-
-
-
Note
CAN BE CHANGED: The parameters to osThreadDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Enumeration Type Documentation

- -
-
- - - - -
enum osPriority
-
-
Note
MUST REMAIN UNCHANGED: osPriority shall be consistent in every CMSIS-RTOS.
-

The osPriority value specifies the priority for a thread. The default thread priority should be osPriorityNormal. If a Thread is active that has a higher priority than the currently executing thread, then a thread switch occurs immediately to execute the new task.

-

To prevent from a priority inversion, a CMSIS-RTOS complained OS may optionally implement a priority inheritance method. A priority inversion occurs when a high priority thread is waiting for a resource or event that is controlled by a thread with a lower priority.

- - - - - - - - - -
Enumerator
osPriorityIdle  -

priority: idle (lowest)

-
osPriorityLow  -

priority: low

-
osPriorityBelowNormal  -

priority: below normal

-
osPriorityNormal  -

priority: normal (default)

-
osPriorityAboveNormal  -

priority: above normal

-
osPriorityHigh  -

priority: high

-
osPriorityRealtime  -

priority: realtime (highest)

-
osPriorityError  -

system cannot determine priority or thread has illegal priority

-
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
osThreadId osThreadCreate (const osThreadDef_tthread_def,
void * argument 
)
-
-
Parameters
- - - -
[in]thread_defthread definition referenced with osThread.
[in]argumentpointer that is passed to the thread function as start argument.
-
-
-
Returns
thread ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osThreadCreate shall be consistent in every CMSIS-RTOS.
-

Start a thread function by adding it to the Active Threads list and set it to state READY. The thread function receives the argument pointer as function argument when the function is started. When the priority of the created thread function is higher than the current RUNNING thread, the created thread function starts instantly and becomes the new RUNNING thread.

-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg); // function prototype for Thread_1
-
osThreadDef (Thread_1, osPriorityNormal, 1, 0); // define Thread_1
-
-
void ThreadCreate_example (void) {
- -
-
id = osThreadCreate (osThread (Thread_1), NULL); // create the thread
-
if (id == NULL) { // handle thread creation
-
// Failed to create a thread
-
}
-
:
-
osThreadTerminate (id); // stop the thread
-
}
-
-
-
- -
-
- - - - - - - - -
osThreadId osThreadGetId (void )
-
-
Returns
thread ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osThreadGetId shall be consistent in every CMSIS-RTOS.
-

Get the thread ID of the current running thread.

-

Example

-
void ThreadGetId_example (void) {
-
osThreadId id; // id for the currently running thread
-
-
id = osThreadGetId ();
-
if (id == NULL) {
-
// Failed to get the id; not in a thread
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osPriority osThreadGetPriority (osThreadId thread_id)
-
-
Parameters
- - -
[in]thread_idthread ID obtained by osThreadCreate or osThreadGetId.
-
-
-
Returns
current priority value of the thread function.
-
Note
MUST REMAIN UNCHANGED: osThreadGetPriority shall be consistent in every CMSIS-RTOS.
-

Get the priority of an active thread. In case of a failure the value osPriorityError is returned.

-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg) { // Thread function
-
osThreadId id; // id for the currently running thread
-
osPriority priority; // thread priority
-
-
id = osThreadGetId (); // Obtain ID of current running thread
-
-
if (id != NULL) {
-
priority = osThreadGetPriority (id);
-
}
-
else {
-
// Failed to get the id
-
}
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osThreadSetPriority (osThreadId thread_id,
osPriority priority 
)
-
-
Parameters
- - - -
[in]thread_idthread ID obtained by osThreadCreate or osThreadGetId.
[in]prioritynew priority value for the thread function.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osThreadSetPriority shall be consistent in every CMSIS-RTOS.
-

Change the priority of an active thread.

-

Status and Error Codes
-

-
    -
  • osOK: the priority of the specified thread has been successfully changed.
  • -
  • osErrorParameter: thread_id is incorrect.
  • -
  • osErrorValue: incorrect priority value.
  • -
  • osErrorResource: thread_id refers to a thread that is not an active thread.
  • -
  • osErrorISR: osThreadSetPriority cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg) { // Thread function
-
osThreadId id; // id for the currently running thread
-
osPriority pr; // thread priority
-
osStatus status; // status of the executed function
-
-
:
-
id = osThreadGetId (); // Obtain ID of current running thread
-
-
if (id != NULL) {
- -
if (status == osOK) {
-
// Thread priority changed to BelowNormal
-
}
-
else {
-
// Failed to set the priority
-
}
-
}
-
else {
-
// Failed to get the id
-
}
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osThreadTerminate (osThreadId thread_id)
-
-
Parameters
- - -
[in]thread_idthread ID obtained by osThreadCreate or osThreadGetId.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osThreadTerminate shall be consistent in every CMSIS-RTOS.
-

Remove the thread function from the active thread list. If the thread is currently RUNNING the execution will stop.

-
Note
In case that osThreadTerminate terminates the currently running task, the function never returns and other threads that are in the READY state are started.
-

Status and Error Codes
-

-
    -
  • osOK: the specified thread has been successfully terminated.
  • -
  • osErrorParameter: thread_id is incorrect.
  • -
  • osErrorResource: thread_id refers to a thread that is not an active thread.
  • -
  • osErrorISR: osThreadTerminate cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg); // function prototype for Thread_1
-
osThreadDef (Thread_1, osPriorityNormal, 1, 0); // define Thread_1
-
-
void ThreadTerminate_example (void) {
-
osStatus status;
- -
-
id = osThreadCreate (osThread (Thread_1), NULL); // create the thread
-
:
-
status = osThreadTerminate (id); // stop the thread
-
if (status == osOK) {
-
// Thread was terminated successfully
-
}
-
else {
-
// Failed to terminate a thread
-
}
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osThreadYield (void )
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osThreadYield shall be consistent in every CMSIS-RTOS.
-

Pass control to the next thread that is in state READY. If there is no other thread in the state READY, the current thread continues execution and no thread switching occurs.

-

Status and Error Codes
-

-
    -
  • osOK: the function has been correctly executed.
  • -
  • osErrorISR: osThreadYield cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg) { // Thread function
-
osStatus status; // status of the executed function
-
:
-
while (1) {
-
status = osThreadYield(); //
-
if (status != osOK) {
-
// thread switch not occurred, not in a thread function
-
}
-
}
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___thread_mgmt.js +++ /dev/null @@ -1,21 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___thread_mgmt = -[ - [ "osThread", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf0c7c6b5e09f8be198312144b5c9e453", null ], - [ "osThreadDef", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaee93d929beb350f16e5cc7fa602e229f", null ], - [ "osPriority", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849a", [ - [ "osPriorityIdle", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa549e79a43ff4f8b2b31afb613f5caa81", null ], - [ "osPriorityLow", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa61cb822239ac8f66dfbdc7291598a3d4", null ], - [ "osPriorityBelowNormal", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa193b650117c209b4a203954542bcc3e6", null ], - [ "osPriorityNormal", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa45a2895ad30c79fb97de18cac7cc19f1", null ], - [ "osPriorityAboveNormal", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa17b36cd9cd38652c2bc6d4803990674b", null ], - [ "osPriorityHigh", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa914433934143a9ba767e59577c56e6c2", null ], - [ "osPriorityRealtime", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa1485dec3702434a1ec3cb74c7a17a4af", null ], - [ "osPriorityError", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aae35f5e2f9c64ad346822521b643bdea4", null ] - ] ], - [ "osThreadCreate", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gac59b5713cb083702dce759c73fd90dff", null ], - [ "osThreadGetId", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gab1df2a28925862ef8f9cf4e1c995c5a7", null ], - [ "osThreadGetPriority", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga4299d838978bc2aae5e4350754e6a4e9", null ], - [ "osThreadSetPriority", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga0dfb90ccf1f6e4b54b9251b12d1cbc8b", null ], - [ "osThreadTerminate", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaea135bb90eb853eff39e0800b91bbeab", null ], - [ "osThreadYield", "group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf13a667493c5d629a90c13e113b99233", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - -CMSIS-RTOS: Timer Management - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Timer Management
-
-
- -

Create and control timer and timer callback functions. -More...

- - - - - - - - -

-Macros

#define osTimerDef(name, function)
 Define a Timer object. More...
 
#define osTimer(name)   &os_timer_def_##name
 Access a Timer definition. More...
 
- - - -

-Enumerations

enum  os_timer_type {
-  osTimerOnce = 0, -
-  osTimerPeriodic = 1 -
- }
 
- - - - - - - - - - - - - -

-Functions

osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument)
 Create a timer. More...
 
osStatus osTimerStart (osTimerId timer_id, uint32_t millisec)
 Start or restart a timer. More...
 
osStatus osTimerStop (osTimerId timer_id)
 Stop the timer. More...
 
osStatus osTimerDelete (osTimerId timer_id)
 Delete a timer that was created by osTimerCreate. More...
 
-

Description

-

The Timer Management function group allow creating and controlling of timers and callback functions in the system. A callback function is called when a time period expires whereby both one-shot and periodic timers are possible. A timer can be started, restarted, or stopped.

-

Timers are handled in the thread osTimerThread. Callback functions run under control of this thread and may use other CMSIS-RTOS API calls.

-

The figure below shows the behavior of a periodic timer. For one-shot timers, the timer stops after execution of the callback function.

-
-Timer.png -
-Behavior of a Periodic Timer
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define osTimer( name)   &os_timer_def_##name
-
-

Access to the timer definition for the function osTimerCreate.

-
Parameters
- - -
namename of the timer object.
-
-
-
Note
CAN BE CHANGED: The parameter to osTimer shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
#define osTimerDef( name,
 function 
)
-
-

Define the attributes of a timer.

-
Parameters
- - - -
namename of the timer object.
functionname of the timer call back function.
-
-
-
Note
CAN BE CHANGED: The parameter to osTimerDef shall be consistent but the macro body is implementation specific in every CMSIS-RTOS.
- -
-
-

Enumeration Type Documentation

- -
-
- - - - -
enum os_timer_type
-
-
Note
MUST REMAIN UNCHANGED: os_timer_type shall be consistent in every CMSIS-RTOS. The os_timer_type specifies the a repeating (periodic) or one-shot timer for the function osTimerCreate.
- - - -
Enumerator
osTimerOnce  -

one-shot timer

-
osTimerPeriodic  -

repeating timer

-
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
osTimerId osTimerCreate (const osTimerDef_ttimer_def,
os_timer_type type,
void * argument 
)
-
-
Parameters
- - - - -
[in]timer_deftimer object referenced with osTimer.
[in]typeosTimerOnce for one-shot or osTimerPeriodic for periodic behavior.
[in]argumentargument to the timer call back function.
-
-
-
Returns
timer ID for reference by other functions or NULL in case of error.
-
Note
MUST REMAIN UNCHANGED: osTimerCreate shall be consistent in every CMSIS-RTOS.
-

Create a one-shot or periodic timer and associate it with a callback function argument. The timer is in stopped until it is started with osTimerStart.

-

Example

-
#include "cmsis_os.h"
-
-
void Timer1_Callback (void const *arg); // prototypes for timer callback function
-
void Timer2_Callback (void const *arg);
-
-
osTimerDef (Timer1, Timer1_Callback); // define timers
-
osTimerDef (Timer2, Timer2_Callback);
-
-
uint32_t exec1; // argument for the timer call back function
-
uint32_t exec2; // argument for the timer call back function
-
-
void TimerCreate_example (void) {
-
osTimerId id1; // timer id
-
osTimerId id2; // timer id
-
-
// Create one-shoot timer
-
exec1 = 1;
-
id1 = osTimerCreate (osTimer(Timer1), osTimerOnce, &exec1);
-
if (id1 != NULL) {
-
// One-shoot timer created
-
}
-
-
// Create periodic timer
-
exec2 = 2;
-
id2 = osTimerCreate (osTimer(Timer2), osTimerPeriodic, &exec2);
-
if (id2 != NULL) {
-
// Periodic timer created
-
}
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osTimerDelete (osTimerId timer_id)
-
-
Parameters
- - -
[in]timer_idtimer ID obtained by osTimerCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osTimerDelete shall be consistent in every CMSIS-RTOS.
-

Delete the timer object.

-

Status and Error Codes
-

-
    -
  • osOK: the specified timer has been deleted.
  • -
  • osErrorISR: osTimerDelete cannot be called from interrupt service routines.
  • -
  • osErrorParameter: timer_id is incorrect.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Timer_Callback (void const *arg); // prototype for timer callback function
-
osTimerDef (Timer, Timer_Callback); // define timer
-
-
void TimerDelete_example (void) {
-
osTimerId id; // timer id
-
osStatus status; // function return status
-
-
// Create periodic timer
-
exec = 1;
-
id = osTimerCreate (osTimer(Timer2), osTimerPeriodic, NULL);
-
osTimerStart (id, 1000UL); // start timer
-
:
-
status = osTimerDelete (id); // stop and delete timer
-
if (status != osOK) {
-
// Timer could not be deleted
-
}
-
:
-
}
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - -
osStatus osTimerStart (osTimerId timer_id,
uint32_t millisec 
)
-
-
Parameters
- - - -
[in]timer_idtimer ID obtained by osTimerCreate.
[in]millisectime delay value of the timer.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osTimerStart shall be consistent in every CMSIS-RTOS.
-

Start or restart the timer.

-

Status and Error Codes
-

-
    -
  • osOK: the specified timer has been started or restarted.
  • -
  • osErrorISR: osTimerStart cannot be called from interrupt service routines.
  • -
  • osErrorParameter: timer_id is incorrect.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Time_Callback (void const *arg) { // timer callback function
-
// arg contains &exec
-
// called every second after osTimerStart
-
}
-
-
osTimerDef (Timer, Timer_Callback); // define timer
-
uint32_t exec; // argument for the timer call back function
-
-
void TimerStart_example (void) {
-
osTimerId id; // timer id
-
uint32_t timerDelay; // timer value
-
osStatus status; // function return status
-
-
// Create periodic timer
-
exec = 1;
-
id = osTimerCreate (osTimer(Timer), osTimerPeriodic, &exec);
-
if (id) {
-
timerDelay = 1000;
-
status = osTimerStart (id, timerDelay); // start timer
-
if (status != osOK) {
-
// Timer could not be started
-
}
-
}
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
osStatus osTimerStop (osTimerId timer_id)
-
-
Parameters
- - -
[in]timer_idtimer ID obtained by osTimerCreate.
-
-
-
Returns
status code that indicates the execution status of the function.
-
Note
MUST REMAIN UNCHANGED: osTimerStop shall be consistent in every CMSIS-RTOS.
-

Stop the timer.

-

Status and Error Codes
-

-
    -
  • osOK: the specified timer has been stopped.
  • -
  • osErrorISR: osTimerStop cannot be called from interrupt service routines.
  • -
  • osErrorParameter: timer_id is incorrect.
  • -
  • osErrorResource: the timer is not started.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Timer_Callback (void const *arg); // prototype for timer callback function
-
osTimerDef (Timer, Timer_Callback); // define timer
-
-
void TimerStop_example (void) {
-
osTimerId id; // timer id
-
osStatus status; // function return status
-
-
// Create periodic timer
-
exec = 1;
-
id = osTimerCreate (osTimer(Timer2), osTimerPeriodic, NULL);
-
osTimerStart (id, 1000); // start timer
-
:
-
status = osTimerStop (id); // stop timer
-
if (status != osOK) {
-
// Timer could not be stopped
-
}
-
:
-
osTimerStart (id, 1000); // start timer again
-
:
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___timer_mgmt.js +++ /dev/null @@ -1,13 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___timer_mgmt = -[ - [ "osTimer", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1b8d670eaf964b2910fa06885e650678", null ], - [ "osTimerDef", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1c720627e08d1cc1afcad44e799ed492", null ], - [ "os_timer_type", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9", [ - [ "osTimerOnce", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ad21712f8df5f97069c82dc9eec37b951", null ], - [ "osTimerPeriodic", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ab9c91f9699162edb09bb7c90c11c8788", null ] - ] ], - [ "osTimerCreate", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6", null ], - [ "osTimerDelete", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga746b8043d906849bd65e3900fcb483cf", null ], - [ "osTimerStart", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga27a797a401b068e2644d1125f22a07ca", null ], - [ "osTimerStop", "group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga58f36b121a812936435cacc6e1e0e091", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -CMSIS-RTOS: Generic Wait Functions - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Generic Wait Functions
-
-
- -

Wait for a time period or unspecified events. -More...

- - - - - -

-Macros

#define osFeature_Wait   1
 osWait function: 1=available, 0=not available More...
 
- - - - - - - -

-Functions

osStatus osDelay (uint32_t millisec)
 Wait for Timeout (Time Delay). More...
 
osEvent osWait (uint32_t millisec)
 Wait for Signal, Message, Mail, or Timeout. More...
 
-

Description

-

The Generic Wait function group provides means for a time delay and allow to wait for unspecified events.

-

Macro Definition Documentation

- -
-
- - - - -
#define osFeature_Wait   1
-
-

A CMSIS-RTOS implementation may support the generic wait function osWait.

- - -
-
-

Function Documentation

- -
-
- - - - - - - - -
osStatus osDelay (uint32_t millisec)
-
-
Parameters
- - -
[in]millisectime delay value
-
-
-
Returns
status code that indicates the execution status of the function.
-

Wait for a specified time period in millisec.

-

Status and Error Codes
-

-
    -
  • osEventTimeout: the time delay is executed.
  • -
  • osErrorISR: osDelay cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg) { // Thread function
-
osStatus status; // capture the return status
-
uint32_t delayTime; // delay time in milliseconds
-
-
delayTime = 1000; // delay 1 second
-
:
-
status = osDelay (delayTime); // suspend thread execution
-
// handle erroe code
-
:
-
}
-
-
-
- -
-
- - - - - - - - -
osEvent osWait (uint32_t millisec)
-
-
Parameters
- - -
[in]millisectimeout value or 0 in case of no time-out
-
-
-
Returns
event that contains signal, message, or mail information or error code.
-
Note
MUST REMAIN UNCHANGED: osWait shall be consistent in every CMSIS-RTOS.
-

Wait for any event of the type Signal, Message, Mail for a specified time period in millisec. While the system waits the thread that is calling this function is put into the state WAITING. When millisec is set to osWaitForever the function will wait for an infinite time until a event occurs.

-
Note
this function is optionally and may not be provided by all CMSIS-RTOS implementations.
-

Status and Error Codes
-

-
    -
  • osEventSignal: a signal event occurred and is returned.
  • -
  • osEventMessage: a message event occurred and is returned.
  • -
  • osEventMail: a mail event occurred and is returned.
  • -
  • osEventTimeout: the time delay is executed.
  • -
  • osErrorISR: osDelay cannot be called from interrupt service routines.
  • -
-

Example

-
#include "cmsis_os.h"
-
-
void Thread_1 (void const *arg) { // Thread function
-
osEvent Event; // capture the event
-
uint32_t waitTime; // wait time in milliseconds
-
-
:
-
waitTime = osWaitForever; // special "wait" value
-
Event = osWait (waitTime); // wait forever and until an event occurred
-
switch (Event.status) {
-
case osEventSignal: // Signal arrived
-
: // Event.value.signals contains the signal flags
-
break;
-
-
case osEventMessage: // Message arrived
-
: // Event.value.p contains the message pointer
-
: // Event.def.message_id contains the message Id
-
break;
-
-
case osEventMail: // Mail arrived
-
: // Event.value.p contains the mail pointer
-
: // Event.def.mail_id contains the mail Id
-
break;
-
-
case osEventTimeout: // Timeout occurred
-
break;
-
-
default: // Error occurred
-
break;
-
}
-
:
-
}
-
-
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js b/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/group___c_m_s_i_s___r_t_o_s___wait.js +++ /dev/null @@ -1,6 +0,0 @@ -var group___c_m_s_i_s___r_t_o_s___wait = -[ - [ "osFeature_Wait", "group___c_m_s_i_s___r_t_o_s___wait.html#ga6c97d38879ae86491628f6e647639bad", null ], - [ "osDelay", "group___c_m_s_i_s___r_t_o_s___wait.html#ga02e19d5e723bfb06ba9324d625162255", null ], - [ "osWait", "group___c_m_s_i_s___r_t_o_s___wait.html#ga8470c8aaedfde524a44e22e5b2328285", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/index.html b/libraries/CMSIS/Documentation/RTOS/html/index.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - -CMSIS-RTOS: Overview - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Overview
-
-
-

The CMSIS-RTOS API is a generic RTOS interface for Cortex-M processor-based devices. CMSIS-RTOS provides a standardized API for software components that require RTOS functionality and gives therefore serious benefits to the users and the software industry.

-
    -
  • CMSIS-RTOS provides basic features that are required in many applications or technologies such as UML or Java (JVM).
  • -
  • The unified feature set of the CMSIS-RTOS API simplifies sharing of software components and reduces learning efforts.
  • -
  • Middleware components that use the CMSIS-RTOS API are RTOS agnostic. CMSIS-RTOS compliant middleware is easier to adapt.
  • -
  • Standard project templates (such as motor control) of the CMSIS-RTOS API may be shipped with freely available CMSIS-RTOS implementations.
  • -
-
Note
The CMSIS-RTOS API defines a minimum feature set. Implementations with extended features may be provided by RTOS vendors.
-
-API_Structure.png -
-CMSIS-RTOS API Structure
-

A typical CMSIS-RTOS API implementation interfaces to an existing Real-Time Kernel. The CMSIS-RTOS API provides the following attributes and functionalities:

-
    -
  • Function names, identifiers, and parameters are descriptive and easy to understand. The functions are powerful and flexible which reduces the number of functions exposed to the user.
  • -
- -
    -
  • Interrupt Service Routines (ISR) can call many CMSIS-RTOS functions. When a CMSIS-RTOS function cannot be called from ISR context, it rejects the invocation.
  • -
-
    -
  • Three different thread event types support communication between multiple threads and/or ISR:
      -
    • Signals: are flags that may be used to signal specific conditions to a thread. Signals can be modified in an ISR or set from other threads.
    • -
    • Message: is a 32-bit value that can be sent to a thread or an ISR. Messages are buffered in a queue. The message type and queue size is defined in a descriptor.
    • -
    • Mail: is a fixed-size memory block that can be sent to a thread or an ISR. Mails are buffered in a queue and memory allocation is provided. The mail type and queue size is defined in a descriptor.
    • -
    -
  • -
- -
    -
  • CPU time can be schedule with the following functionalities:
      -
    • A timeout parameter is incorporated in many CMSIS-RTOS functions to avoid system lockup. When a timeout is specified, the system waits until a resource is available or an event occurs. While waiting, other threads are scheduled.
    • -
    • The osDelay function puts a thread into the state WAITING for a specified period of time.
    • -
    • The generic osWait function waits for events that are assigned to a thread.
    • -
    • The osThreadYield provides co-operative thread switching and passes execution to another thread of the same priority.
    • -
    -
  • -
-

The CMSIS-RTOS API is designed to optionally incorporate multi-processor systems and/or access protection via the Cortex-M Memory Protection Unit (MPU).

-

In some RTOS implementations threads may execute on different processors and Mail and Message queues can therefore reside in shard memory resources.

-

The CMSIS-RTOS API encourages the software industry to evolve existing RTOS implementations. Kernel objects are defined and accessed using macros. This allows differentiation. RTOS implementations can be different and optimized in various aspects towards the Cortex-M processors. Optional features may be for Example

-
    -
  • Generic Wait function; i.e. with support of time intervals.
  • -
  • Support of the Cortex-M Memory Protection Unit (MPU).
  • -
  • Zero-copy mail queue.
  • -
  • Support of multi-processor systems.
  • -
  • Support of a DMA controller.
  • -
  • Deterministic context switching.
  • -
  • Round-robin context switching.
  • -
  • Deadlock avoidance, for example with priority inversion.
  • -
  • Zero interrupt latency by using the Cortex-M3/M4 instructions LDEX and STEX.
  • -
-
-

Revision History of CMSIS-RTOS API

- - - - - - - - - - - -
Version Description
V1.02 Added: New control functions for short timeouts in microsecond resolution osKernelSysTick, osKernelSysTickFrequency, osKernelSysTickMicroSec.
- Removed: osSignalGet.
V1.01 Added capabilities for C++, kernel initialization and object deletion.
- Prepared for C++ class interface. In this context to const attribute has been moved from osXxxxDef_t typedefs to the osXxxxDef macros.
- Added: osTimerDelete, osMutexDelete, osSemaphoreDelete.
- Added: osKernelInitialize that prepares the Kernel for object creation.
-
V0.03 V1.00 First official Release.
- Added: osKernelStart; starting 'main' as a thread is now an optional feature.
- Semaphores have now the standard behavior.
- osTimerCreate does no longer start the timer. Added: osTimerStart (replaces osTimerRestart).
- Changed: osThreadPass is renamed to osThreadYield.
V0.02 Preview Release.
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/jquery.js b/libraries/CMSIS/Documentation/RTOS/html/jquery.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/jquery.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! jQuery v1.7.1 jquery.com | jquery.org/license */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; -f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")), -f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() -{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c) -{if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); -/*! - * jQuery UI 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI - */ -(function(a,b){function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;if(!b.href||!g||f.nodeName.toLowerCase()!=="map")return!1;h=a("img[usemap=#"+g+"]")[0];return!!h&&d(h)}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}a.ui=a.ui||{};a.ui.version||(a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)});return c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){if(c===b)return g["inner"+d].call(this);return this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){if(typeof b!="number")return g["outer"+d].call(this,b);return this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!!d&&!!a.element[0].parentNode)for(var e=0;e0)return!0;b[d]=1,e=b[d]>0,b[d]=0;return e},isOverAxis:function(a,b,c){return a>b&&a=9)&&!b.button)return this._mouseUp(b);if(this._mouseStarted){this._mouseDrag(b);return b.preventDefault()}this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b));return!this._mouseStarted},_mouseUp:function(b){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b));return!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery); -/* - * jQuery UI Resizable 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Resizables - * - * Depends: - * jquery.ui.core.js - * jquery.ui.mouse.js - * jquery.ui.widget.js - */ -(function(a,b){a.widget("ui.resizable",a.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.addClass("ui-resizable"),a.extend(this,{_aspectRatio:!!c.aspectRatio,aspectRatio:c.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:c.helper||c.ghost||c.animate?c.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(a('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e
');/sw|se|ne|nw/.test(f)&&h.css({zIndex:++c.zIndex}),"se"==f&&h.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[f]=".ui-resizable-"+f,this.element.append(h)}}this._renderAxis=function(b){b=b||this.element;for(var c in this.handles){this.handles[c].constructor==String&&(this.handles[c]=a(this.handles[c],this.element).show());if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var d=a(this.handles[c],this.element),e=0;e=/sw|ne|nw|se|n|s/.test(c)?d.outerHeight():d.outerWidth();var f=["padding",/ne|nw|n/.test(c)?"Top":/se|sw|s/.test(c)?"Bottom":/^e$/.test(c)?"Right":"Left"].join("");b.css(f,e),this._proportionallyResize()}if(!a(this.handles[c]).length)continue}},this._renderAxis(this.element),this._handles=a(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){if(!b.resizing){if(this.className)var a=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=a&&a[1]?a[1]:"se"}}),c.autoHide&&(this._handles.hide(),a(this.element).addClass("ui-resizable-autohide").hover(function(){c.disabled||(a(this).removeClass("ui-resizable-autohide"),b._handles.show())},function(){c.disabled||b.resizing||(a(this).addClass("ui-resizable-autohide"),b._handles.hide())})),this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(b){a(b).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var c=this.element;c.after(this.originalElement.css({position:c.css("position"),width:c.outerWidth(),height:c.outerHeight(),top:c.css("top"),left:c.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle),b(this.originalElement);return this},_mouseCapture:function(b){var c=!1;for(var d in this.handles)a(this.handles[d])[0]==b.target&&(c=!0);return!this.options.disabled&&c},_mouseStart:function(b){var d=this.options,e=this.element.position(),f=this.element;this.resizing=!0,this.documentScroll={top:a(document).scrollTop(),left:a(document).scrollLeft()},(f.is(".ui-draggable")||/absolute/.test(f.css("position")))&&f.css({position:"absolute",top:e.top,left:e.left}),this._renderProxy();var g=c(this.helper.css("left")),h=c(this.helper.css("top"));d.containment&&(g+=a(d.containment).scrollLeft()||0,h+=a(d.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:g,top:h},this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalPosition={left:g,top:h},this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()},this.originalMousePosition={left:b.pageX,top:b.pageY},this.aspectRatio=typeof d.aspectRatio=="number"?d.aspectRatio:this.originalSize.width/this.originalSize.height||1;var i=a(".ui-resizable-"+this.axis).css("cursor");a("body").css("cursor",i=="auto"?this.axis+"-resize":i),f.addClass("ui-resizable-resizing"),this._propagate("start",b);return!0},_mouseDrag:function(b){var c=this.helper,d=this.options,e={},f=this,g=this.originalMousePosition,h=this.axis,i=b.pageX-g.left||0,j=b.pageY-g.top||0,k=this._change[h];if(!k)return!1;var l=k.apply(this,[b,i,j]),m=a.browser.msie&&a.browser.version<7,n=this.sizeDiff;this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)l=this._updateRatio(l,b);l=this._respectSize(l,b),this._propagate("resize",b),c.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"}),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),this._updateCache(l),this._trigger("resize",b,this.ui());return!1},_mouseStop:function(b){this.resizing=!1;var c=this.options,d=this;if(this._helper){var e=this._proportionallyResizeElements,f=e.length&&/textarea/i.test(e[0].nodeName),g=f&&a.ui.hasScroll(e[0],"left")?0:d.sizeDiff.height,h=f?0:d.sizeDiff.width,i={width:d.helper.width()-h,height:d.helper.height()-g},j=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,k=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;c.animate||this.element.css(a.extend(i,{top:k,left:j})),d.helper.height(d.size.height),d.helper.width(d.size.width),this._helper&&!c.animate&&this._proportionallyResize()}a("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",b),this._helper&&this.helper.remove();return!1},_updateVirtualBoundaries:function(a){var b=this.options,c,e,f,g,h;h={minWidth:d(b.minWidth)?b.minWidth:0,maxWidth:d(b.maxWidth)?b.maxWidth:Infinity,minHeight:d(b.minHeight)?b.minHeight:0,maxHeight:d(b.maxHeight)?b.maxHeight:Infinity};if(this._aspectRatio||a)c=h.minHeight*this.aspectRatio,f=h.minWidth/this.aspectRatio,e=h.maxHeight*this.aspectRatio,g=h.maxWidth/this.aspectRatio,c>h.minWidth&&(h.minWidth=c),f>h.minHeight&&(h.minHeight=f),ea.width,k=d(a.height)&&e.minHeight&&e.minHeight>a.height;j&&(a.width=e.minWidth),k&&(a.height=e.minHeight),h&&(a.width=e.maxWidth),i&&(a.height=e.maxHeight);var l=this.originalPosition.left+this.originalSize.width,m=this.position.top+this.size.height,n=/sw|nw|w/.test(g),o=/nw|ne|n/.test(g);j&&n&&(a.left=l-e.minWidth),h&&n&&(a.left=l-e.maxWidth),k&&o&&(a.top=m-e.minHeight),i&&o&&(a.top=m-e.maxHeight);var p=!a.width&&!a.height;p&&!a.left&&a.top?a.top=null:p&&!a.top&&a.left&&(a.left=null);return a},_proportionallyResize:function(){var b=this.options;if(!!this._proportionallyResizeElements.length){var c=this.helper||this.element;for(var d=0;d');var d=a.browser.msie&&a.browser.version<7,e=d?1:0,f=d?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++c.zIndex}),this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(a,b,c){return{width:this.originalSize.width+b}},w:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{left:f.left+b,width:e.width-b}},n:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{top:f.top+c,height:e.height-c}},s:function(a,b,c){return{height:this.originalSize.height+c}},se:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},sw:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,c,d]))},ne:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},nw:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,c,d]))}},_propagate:function(b,c){a.ui.plugin.call(this,b,[c,this.ui()]),b!="resize"&&this._trigger(b,c,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.18"}),a.ui.plugin.add("resizable","alsoResize",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=function(b){a(b).each(function(){var b=a(this);b.data("resizable-alsoresize",{width:parseInt(b.width(),10),height:parseInt(b.height(),10),left:parseInt(b.css("left"),10),top:parseInt(b.css("top"),10)})})};typeof e.alsoResize=="object"&&!e.alsoResize.parentNode?e.alsoResize.length?(e.alsoResize=e.alsoResize[0],f(e.alsoResize)):a.each(e.alsoResize,function(a){f(a)}):f(e.alsoResize)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosition,h={height:d.size.height-f.height||0,width:d.size.width-f.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},i=function(b,d){a(b).each(function(){var b=a(this),e=a(this).data("resizable-alsoresize"),f={},g=d&&d.length?d:b.parents(c.originalElement[0]).length?["width","height"]:["width","height","top","left"];a.each(g,function(a,b){var c=(e[b]||0)+(h[b]||0);c&&c>=0&&(f[b]=c||null)}),b.css(f)})};typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?a.each(e.alsoResize,function(a,b){i(a,b)}):i(e.alsoResize)},stop:function(b,c){a(this).removeData("resizable-alsoresize")}}),a.ui.plugin.add("resizable","animate",{stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d._proportionallyResizeElements,g=f.length&&/textarea/i.test(f[0].nodeName),h=g&&a.ui.hasScroll(f[0],"left")?0:d.sizeDiff.height,i=g?0:d.sizeDiff.width,j={width:d.size.width-i,height:d.size.height-h},k=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,l=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;d.element.animate(a.extend(j,l&&k?{top:l,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var c={width:parseInt(d.element.css("width"),10),height:parseInt(d.element.css("height"),10),top:parseInt(d.element.css("top"),10),left:parseInt(d.element.css("left"),10)};f&&f.length&&a(f[0]).css({width:c.width,height:c.height}),d._updateCache(c),d._propagate("resize",b)}})}}),a.ui.plugin.add("resizable","containment",{start:function(b,d){var e=a(this).data("resizable"),f=e.options,g=e.element,h=f.containment,i=h instanceof a?h.get(0):/parent/.test(h)?g.parent().get(0):h;if(!!i){e.containerElement=a(i);if(/document/.test(h)||h==document)e.containerOffset={left:0,top:0},e.containerPosition={left:0,top:0},e.parentData={element:a(document),left:0,top:0,width:a(document).width(),height:a(document).height()||document.body.parentNode.scrollHeight};else{var j=a(i),k=[];a(["Top","Right","Left","Bottom"]).each(function(a,b){k[a]=c(j.css("padding"+b))}),e.containerOffset=j.offset(),e.containerPosition=j.position(),e.containerSize={height:j.innerHeight()-k[3],width:j.innerWidth()-k[1]};var l=e.containerOffset,m=e.containerSize.height,n=e.containerSize.width,o=a.ui.hasScroll(i,"left")?i.scrollWidth:n,p=a.ui.hasScroll(i)?i.scrollHeight:m;e.parentData={element:i,left:l.left,top:l.top,width:o,height:p}}}},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.containerSize,g=d.containerOffset,h=d.size,i=d.position,j=d._aspectRatio||b.shiftKey,k={top:0,left:0},l=d.containerElement;l[0]!=document&&/static/.test(l.css("position"))&&(k=g),i.left<(d._helper?g.left:0)&&(d.size.width=d.size.width+(d._helper?d.position.left-g.left:d.position.left-k.left),j&&(d.size.height=d.size.width/e.aspectRatio),d.position.left=e.helper?g.left:0),i.top<(d._helper?g.top:0)&&(d.size.height=d.size.height+(d._helper?d.position.top-g.top:d.position.top),j&&(d.size.width=d.size.height*e.aspectRatio),d.position.top=d._helper?g.top:0),d.offset.left=d.parentData.left+d.position.left,d.offset.top=d.parentData.top+d.position.top;var m=Math.abs((d._helper?d.offset.left-k.left:d.offset.left-k.left)+d.sizeDiff.width),n=Math.abs((d._helper?d.offset.top-k.top:d.offset.top-g.top)+d.sizeDiff.height),o=d.containerElement.get(0)==d.element.parent().get(0),p=/relative|absolute/.test(d.containerElement.css("position"));o&&p -&&(m-=d.parentData.left),m+d.size.width>=d.parentData.width&&(d.size.width=d.parentData.width-m,j&&(d.size.height=d.size.width/d.aspectRatio)),n+d.size.height>=d.parentData.height&&(d.size.height=d.parentData.height-n,j&&(d.size.width=d.size.height*d.aspectRatio))},stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.position,g=d.containerOffset,h=d.containerPosition,i=d.containerElement,j=a(d.helper),k=j.offset(),l=j.outerWidth()-d.sizeDiff.width,m=j.outerHeight()-d.sizeDiff.height;d._helper&&!e.animate&&/relative/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m}),d._helper&&!e.animate&&/static/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m})}}),a.ui.plugin.add("resizable","ghost",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size;d.ghost=d.originalElement.clone(),d.ghost.css({opacity:.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:""),d.ghost.appendTo(d.helper)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}),a.ui.plugin.add("resizable","grid",{resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size,g=d.originalSize,h=d.originalPosition,i=d.axis,j=e._aspectRatio||b.shiftKey;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var k=Math.round((f.width-g.width)/(e.grid[0]||1))*(e.grid[0]||1),l=Math.round((f.height-g.height)/(e.grid[1]||1))*(e.grid[1]||1);/^(se|s|e)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l):/^(ne)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l):/^(sw)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.left=h.left-k):(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l,d.position.left=h.left-k)}});var c=function(a){return parseInt(a,10)||0},d=function(a){return!isNaN(parseInt(a,10))}})(jQuery); -/* - * jQuery hashchange event - v1.3 - 7/21/2010 - * http://benalman.com/projects/jquery-hashchange-plugin/ - * - * Copyright (c) 2010 "Cowboy" Ben Alman - * Dual licensed under the MIT and GPL licenses. - * http://benalman.com/about/license/ - */ -(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$(' - - -
-
-
Reference
-
-
-
Here is a list of all modules:
-
[detail level 12]
- - - - - - - - - - - - - -
\CMSIS-RTOS APIThis section describes the CMSIS-RTOS API
 oKernel Information and ControlProvide version/system information and start the RTOS Kernel
 oThread ManagementDefine, create, and control thread functions
 oGeneric Wait FunctionsWait for a time period or unspecified events
 oTimer ManagementCreate and control timer and timer callback functions
 oSignal ManagementControl or wait for signal flags
 oMutex ManagementSynchronize thread execution with a Mutex
 oSemaphore ManagementControl access to shared resources
 oMemory Pool ManagementDefine and manage fixed-size memory pools
 oMessage Queue ManagementControl, send, receive, or wait for messages
 oMail Queue ManagementControl, send, receive, or wait for mail
 oGeneric Data Types and DefinitionsData Type Definitions used by the CMSIS-RTOS API functions
 \Status and Error CodesStatus and Error Codes returned by CMSIS-RTOS API functions
- - - - - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/modules.js b/libraries/CMSIS/Documentation/RTOS/html/modules.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/modules.js +++ /dev/null @@ -1,4 +0,0 @@ -var modules = -[ - [ "CMSIS-RTOS API", "group___c_m_s_i_s___r_t_o_s.html", "group___c_m_s_i_s___r_t_o_s" ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/nav_f.png b/libraries/CMSIS/Documentation/RTOS/html/nav_f.png deleted file mode 100644 index 72a58a529ed3a9ed6aa0c51a79cf207e026deee2..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@=0 ? varName.substring(i+1) : varName; - return eval(n.replace(/\-/g,'_')); -} - -function stripPath(uri) -{ - return uri.substring(uri.lastIndexOf('/')+1); -} - -function stripPath2(uri) -{ - var i = uri.lastIndexOf('/'); - var s = uri.substring(i+1); - var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/); - return m ? uri.substring(i-6) : s; -} - -function localStorageSupported() -{ - try { - return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem; - } - catch(e) { - return false; - } -} - - -function storeLink(link) -{ - if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) { - window.localStorage.setItem('navpath',link); - } -} - -function deleteLink() -{ - if (localStorageSupported()) { - window.localStorage.setItem('navpath',''); - } -} - -function cachedLink() -{ - if (localStorageSupported()) { - return window.localStorage.getItem('navpath'); - } else { - return ''; - } -} - -function getScript(scriptName,func,show) -{ - var head = document.getElementsByTagName("head")[0]; - var script = document.createElement('script'); - script.id = scriptName; - script.type = 'text/javascript'; - script.onload = func; - script.src = scriptName+'.js'; - if ($.browser.msie && $.browser.version<=8) { - // script.onload does not work with older versions of IE - script.onreadystatechange = function() { - if (script.readyState=='complete' || script.readyState=='loaded') { - func(); if (show) showRoot(); - } - } - } - head.appendChild(script); -} - -function createIndent(o,domNode,node,level) -{ - var level=-1; - var n = node; - while (n.parentNode) { level++; n=n.parentNode; } - var imgNode = document.createElement("img"); - imgNode.style.paddingLeft=(16*level).toString()+'px'; - imgNode.width = 16; - imgNode.height = 22; - imgNode.border = 0; - if (node.childrenData) { - node.plus_img = imgNode; - node.expandToggle = document.createElement("a"); - node.expandToggle.href = "javascript:void(0)"; - node.expandToggle.onclick = function() { - if (node.expanded) { - $(node.getChildrenUL()).slideUp("fast"); - node.plus_img.src = node.relpath+"ftv2pnode.png"; - node.expanded = false; - } else { - expandNode(o, node, false, false); - } - } - node.expandToggle.appendChild(imgNode); - domNode.appendChild(node.expandToggle); - imgNode.src = node.relpath+"ftv2pnode.png"; - } else { - imgNode.src = node.relpath+"ftv2node.png"; - domNode.appendChild(imgNode); - } -} - -var animationInProgress = false; - -function gotoAnchor(anchor,aname,updateLocation) -{ - var pos, docContent = $('#doc-content'); - if (anchor.parent().attr('class')=='memItemLeft' || - anchor.parent().attr('class')=='fieldtype' || - anchor.parent().is(':header')) - { - pos = anchor.parent().position().top; - } else if (anchor.position()) { - pos = anchor.position().top; - } - if (pos) { - var dist = Math.abs(Math.min( - pos-docContent.offset().top, - docContent[0].scrollHeight- - docContent.height()-docContent.scrollTop())); - animationInProgress=true; - docContent.animate({ - scrollTop: pos + docContent.scrollTop() - docContent.offset().top - },Math.max(50,Math.min(500,dist)),function(){ - if (updateLocation) window.location.href=aname; - animationInProgress=false; - }); - } -} - -function newNode(o, po, text, link, childrenData, lastNode) -{ - var node = new Object(); - node.children = Array(); - node.childrenData = childrenData; - node.depth = po.depth + 1; - node.relpath = po.relpath; - node.isLast = lastNode; - - node.li = document.createElement("li"); - po.getChildrenUL().appendChild(node.li); - node.parentNode = po; - - node.itemDiv = document.createElement("div"); - node.itemDiv.className = "item"; - - node.labelSpan = document.createElement("span"); - node.labelSpan.className = "label"; - - createIndent(o,node.itemDiv,node,0); - node.itemDiv.appendChild(node.labelSpan); - node.li.appendChild(node.itemDiv); - - var a = document.createElement("a"); - node.labelSpan.appendChild(a); - node.label = document.createTextNode(text); - node.expanded = false; - a.appendChild(node.label); - if (link) { - var url; - if (link.substring(0,1)=='^') { - url = link.substring(1); - link = url; - } else { - url = node.relpath+link; - } - a.className = stripPath(link.replace('#',':')); - if (link.indexOf('#')!=-1) { - var aname = '#'+link.split('#')[1]; - var srcPage = stripPath($(location).attr('pathname')); - var targetPage = stripPath(link.split('#')[0]); - a.href = srcPage!=targetPage ? url : "javascript:void(0)"; - a.onclick = function(){ - storeLink(link); - if (!$(a).parent().parent().hasClass('selected')) - { - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - $(a).parent().parent().addClass('selected'); - $(a).parent().parent().attr('id','selected'); - } - var anchor = $(aname); - gotoAnchor(anchor,aname,true); - }; - } else { - a.href = url; - a.onclick = function() { storeLink(link); } - } - } else { - if (childrenData != null) - { - a.className = "nolink"; - a.href = "javascript:void(0)"; - a.onclick = node.expandToggle.onclick; - } - } - - node.childrenUL = null; - node.getChildrenUL = function() { - if (!node.childrenUL) { - node.childrenUL = document.createElement("ul"); - node.childrenUL.className = "children_ul"; - node.childrenUL.style.display = "none"; - node.li.appendChild(node.childrenUL); - } - return node.childrenUL; - }; - - return node; -} - -function showRoot() -{ - var headerHeight = $("#top").height(); - var footerHeight = $("#nav-path").height(); - var windowHeight = $(window).height() - headerHeight - footerHeight; - (function (){ // retry until we can scroll to the selected item - try { - var navtree=$('#nav-tree'); - navtree.scrollTo('#selected',0,{offset:-windowHeight/2}); - } catch (err) { - setTimeout(arguments.callee, 0); - } - })(); -} - -function expandNode(o, node, imm, showRoot) -{ - if (node.childrenData && !node.expanded) { - if (typeof(node.childrenData)==='string') { - var varName = node.childrenData; - getScript(node.relpath+varName,function(){ - node.childrenData = getData(varName); - expandNode(o, node, imm, showRoot); - }, showRoot); - } else { - if (!node.childrenVisited) { - getNode(o, node); - } if (imm || ($.browser.msie && $.browser.version>8)) { - // somehow slideDown jumps to the start of tree for IE9 :-( - $(node.getChildrenUL()).show(); - } else { - $(node.getChildrenUL()).slideDown("fast"); - } - if (node.isLast) { - node.plus_img.src = node.relpath+"ftv2mlastnode.png"; - } else { - node.plus_img.src = node.relpath+"ftv2mnode.png"; - } - node.expanded = true; - } - } -} - -function glowEffect(n,duration) -{ - n.addClass('glow').delay(duration).queue(function(next){ - $(this).removeClass('glow');next(); - }); -} - -function highlightAnchor() -{ - var aname = $(location).attr('hash'); - var anchor = $(aname); - if (anchor.parent().attr('class')=='memItemLeft'){ - var rows = $('.memberdecls tr[class$="'+ - window.location.hash.substring(1)+'"]'); - glowEffect(rows.children(),300); // member without details - } else if (anchor.parents().slice(2).prop('tagName')=='TR') { - glowEffect(anchor.parents('div.memitem'),1000); // enum value - } else if (anchor.parent().attr('class')=='fieldtype'){ - glowEffect(anchor.parent().parent(),1000); // struct field - } else if (anchor.parent().is(":header")) { - glowEffect(anchor.parent(),1000); // section header - } else { - glowEffect(anchor.next(),1000); // normal member - } - gotoAnchor(anchor,aname,false); -} - -function selectAndHighlight(hash,n) -{ - var a; - if (hash) { - var link=stripPath($(location).attr('pathname'))+':'+hash.substring(1); - a=$('.item a[class$="'+link+'"]'); - } - if (a && a.length) { - a.parent().parent().addClass('selected'); - a.parent().parent().attr('id','selected'); - highlightAnchor(); - } else if (n) { - $(n.itemDiv).addClass('selected'); - $(n.itemDiv).attr('id','selected'); - } - if ($('#nav-tree-contents .item:first').hasClass('selected')) { - $('#nav-sync').css('top','30px'); - } else { - $('#nav-sync').css('top','5px'); - } - showRoot(); -} - -function showNode(o, node, index, hash) -{ - if (node && node.childrenData) { - if (typeof(node.childrenData)==='string') { - var varName = node.childrenData; - getScript(node.relpath+varName,function(){ - node.childrenData = getData(varName); - showNode(o,node,index,hash); - },true); - } else { - if (!node.childrenVisited) { - getNode(o, node); - } - $(node.getChildrenUL()).show(); - if (node.isLast) { - node.plus_img.src = node.relpath+"ftv2mlastnode.png"; - } else { - node.plus_img.src = node.relpath+"ftv2mnode.png"; - } - node.expanded = true; - var n = node.children[o.breadcrumbs[index]]; - if (index+11) hash = '#'+parts[1]; - else hash=''; - } - if (hash.match(/^#l\d+$/)) { - var anchor=$('a[name='+hash.substring(1)+']'); - glowEffect(anchor.parent(),1000); // line number - hash=''; // strip line number anchors - //root=root.replace(/_source\./,'.'); // source link to doc link - } - var url=root+hash; - var i=-1; - while (NAVTREEINDEX[i+1]<=url) i++; - if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index - if (navTreeSubIndices[i]) { - gotoNode(o,i,root,hash,relpath) - } else { - getScript(relpath+'navtreeindex'+i,function(){ - navTreeSubIndices[i] = eval('NAVTREEINDEX'+i); - if (navTreeSubIndices[i]) { - gotoNode(o,i,root,hash,relpath); - } - },true); - } -} - -function showSyncOff(n,relpath) -{ - n.html(''); -} - -function showSyncOn(n,relpath) -{ - n.html(''); -} - -function toggleSyncButton(relpath) -{ - var navSync = $('#nav-sync'); - if (navSync.hasClass('sync')) { - navSync.removeClass('sync'); - showSyncOff(navSync,relpath); - storeLink(stripPath2($(location).attr('pathname'))+$(location).attr('hash')); - } else { - navSync.addClass('sync'); - showSyncOn(navSync,relpath); - deleteLink(); - } -} - -function initNavTree(toroot,relpath) -{ - var o = new Object(); - o.toroot = toroot; - o.node = new Object(); - o.node.li = document.getElementById("nav-tree-contents"); - o.node.childrenData = NAVTREE; - o.node.children = new Array(); - o.node.childrenUL = document.createElement("ul"); - o.node.getChildrenUL = function() { return o.node.childrenUL; }; - o.node.li.appendChild(o.node.childrenUL); - o.node.depth = 0; - o.node.relpath = relpath; - o.node.expanded = false; - o.node.isLast = true; - o.node.plus_img = document.createElement("img"); - o.node.plus_img.src = relpath+"ftv2pnode.png"; - o.node.plus_img.width = 16; - o.node.plus_img.height = 22; - - if (localStorageSupported()) { - var navSync = $('#nav-sync'); - if (cachedLink()) { - showSyncOff(navSync,relpath); - navSync.removeClass('sync'); - } else { - showSyncOn(navSync,relpath); - } - navSync.click(function(){ toggleSyncButton(relpath); }); - } - - navTo(o,toroot,window.location.hash,relpath); - - $(window).bind('hashchange', function(){ - if (window.location.hash && window.location.hash.length>1){ - var a; - if ($(location).attr('hash')){ - var clslink=stripPath($(location).attr('pathname'))+':'+ - $(location).attr('hash').substring(1); - a=$('.item a[class$="'+clslink+'"]'); - } - if (a==null || !$(a).parent().parent().hasClass('selected')){ - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - } - var link=stripPath2($(location).attr('pathname')); - navTo(o,link,$(location).attr('hash'),relpath); - } else if (!animationInProgress) { - $('#doc-content').scrollTop(0); - $('.item').removeClass('selected'); - $('.item').removeAttr('id'); - navTo(o,toroot,window.location.hash,relpath); - } - }) - - $(window).load(showRoot); -} - diff --git a/libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js b/libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/navtreeindex0.js +++ /dev/null @@ -1,155 +0,0 @@ -var NAVTREEINDEX0 = -{ -"_function_overview.html":[2], -"_using_o_s.html":[1], -"annotated.html":[5], -"classes.html":[6], -"cmsis_os_h.html":[3], -"functions.html":[7,0], -"functions_vars.html":[7,1], -"group___c_m_s_i_s___r_t_o_s.html":[4,0], -"group___c_m_s_i_s___r_t_o_s___definitions.html":[4,0,10], -"group___c_m_s_i_s___r_t_o_s___definitions.html#a0b9f8fd3645f01d8cb09cae82add2d7f":[4,0,10,0,7], -"group___c_m_s_i_s___r_t_o_s___definitions.html#a117104b82864d3b23ec174af6d392709":[4,0,10,0,3], -"group___c_m_s_i_s___r_t_o_s___definitions.html#a596b6d55c3321db19239256bbe403df6":[4,0,10,0,0], -"group___c_m_s_i_s___r_t_o_s___definitions.html#a9e0a00edabf3b8a5dafff624fff7bbfc":[4,0,10,0,6], -"group___c_m_s_i_s___r_t_o_s___definitions.html#ac86175a4b1706bee596f3018322df26e":[4,0,10,0,1], -"group___c_m_s_i_s___r_t_o_s___definitions.html#ad0dda1bf7e74f1576261d493fba232b6":[4,0,10,0,4], -"group___c_m_s_i_s___r_t_o_s___definitions.html#ad477a289f1f03ac45407b64268d707d3":[4,0,10,0,5], -"group___c_m_s_i_s___r_t_o_s___definitions.html#af394cbe21dde7377974e63af38cd87b0":[4,0,10,0,2], -"group___c_m_s_i_s___r_t_o_s___definitions.html#structos__mail_q":[4,0,10,1], -"group___c_m_s_i_s___r_t_o_s___definitions.html#structos_event":[4,0,10,0], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html":[4,0,0], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga22f7d235bc9f783933bd5a981fd79696":[4,0,0,2], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga3b571de44cd3094c643247a7397f86b5":[4,0,0,8], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga47cf03658f01cdffca688e9096b58289":[4,0,0,4], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga53d078a801022e202e8115c083ece68e":[4,0,0,7], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga702196bacccbb978620c736b209387f1":[4,0,0,0], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga9e0954d52722673e2031233a2ab99960":[4,0,0,5], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gaab668ffd2ea76bb0a77ab0ab385eaef2":[4,0,0,9], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gab78dce646fabec479c5f34bc5175b7de":[4,0,0,1], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gad0262e4688e95d1e9038afd9bcc16001":[4,0,0,10], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae12c190af42d7310d8006d64f4ed5a88":[4,0,0,6], -"group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae554ec16c23c5b7d65affade2a351891":[4,0,0,3], -"group___c_m_s_i_s___r_t_o_s___mail.html":[4,0,9], -"group___c_m_s_i_s___r_t_o_s___mail.html#ga27c1060cf21393f96b4fd1ed1c0167cc":[4,0,9,6], -"group___c_m_s_i_s___r_t_o_s___mail.html#ga485ef6f81854ebda8ffbce4832181e02":[4,0,9,8], -"group___c_m_s_i_s___r_t_o_s___mail.html#ga58d712b16c0c6668059f509386d1e55b":[4,0,9,2], -"group___c_m_s_i_s___r_t_o_s___mail.html#ga8fde74f6fe5b9e88f75cc5eb8f2124fd":[4,0,9,4], -"group___c_m_s_i_s___r_t_o_s___mail.html#gaa177e7fe5820dd70d8c9e46ded131174":[4,0,9,5], -"group___c_m_s_i_s___r_t_o_s___mail.html#gac6ad7e6e7d6c4a80e60da22c57a42ccd":[4,0,9,7], -"group___c_m_s_i_s___r_t_o_s___mail.html#gaceb2e0071ce160d153047f2eac1aca8e":[4,0,9,0], -"group___c_m_s_i_s___r_t_o_s___mail.html#gad2deeb66d51ade54e63d8f87ff2ec9d2":[4,0,9,1], -"group___c_m_s_i_s___r_t_o_s___mail.html#gadf5ce811bd6a56e617e902a1db6c2194":[4,0,9,3], -"group___c_m_s_i_s___r_t_o_s___message.html":[4,0,8], -"group___c_m_s_i_s___r_t_o_s___message.html#ga2d446a0b4bb90bf05d6f92eedeaabc97":[4,0,8,1], -"group___c_m_s_i_s___r_t_o_s___message.html#ga479a6561f859e3d4818e25708593d203":[4,0,8,0], -"group___c_m_s_i_s___r_t_o_s___message.html#ga6c6892b8f2296cca6becd57ca2d7e1ae":[4,0,8,4], -"group___c_m_s_i_s___r_t_o_s___message.html#gac0dcf462fc92de8ffaba6cc004514a6d":[4,0,8,5], -"group___c_m_s_i_s___r_t_o_s___message.html#gac9a6a6276c12609793e7701afcc82326":[4,0,8,2], -"group___c_m_s_i_s___r_t_o_s___message.html#gaf3b9345cf426304d46565152bc26fb78":[4,0,8,3], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html":[4,0,5], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga006e4744d741e8e132c3d5bbc295afe1":[4,0,5,4], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga1122a86faa64b4a0880c76cf68d0c934":[4,0,5,0], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5c9de56e717016e39e788064e9a291cc":[4,0,5,2], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5e1752b73f573ee015dbd9ef1edaba13":[4,0,5,5], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga9b522438489d7c402c95332b58bc94f3":[4,0,5,1], -"group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#gac27e24135185d51d18f3dabc20910219":[4,0,5,3], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html":[4,0,7], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga34af5c4f4ab38f4138ea7f1f9ece3a1a":[4,0,7,5], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga4a861e9c469c9d0daf5721bf174f8e54":[4,0,7,6], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga5f0b204a82327533d420210125c90697":[4,0,7,1], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga87b471d4fe2d5dbd0040708edd52771b":[4,0,7,2], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga9f129fcad4730fbd1048ad4fa262f36a":[4,0,7,4], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gaa0b2994f1a866c19e0d11e6e0d44f543":[4,0,7,3], -"group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gadd84b683001de327894851b428587caa":[4,0,7,0], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html":[4,0,6], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga03761ee8d2c3cd4544e18364ab301dac":[4,0,6,1], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga7da4c7bfb340779c9fc7b321f5ab3e3a":[4,0,6,0], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga97381e8e55cd47cec390bf57c96d6edb":[4,0,6,3], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga9e66fe361749071e5ab87826c43c2f1b":[4,0,6,2], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gab108914997c49e14d8ff1ae0d1988ca0":[4,0,6,5], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gabae2801ac2c096f6e8c69a264908f595":[4,0,6,4], -"group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gacc15b0fc8ce1167fe43da33042e62098":[4,0,6,6], -"group___c_m_s_i_s___r_t_o_s___signal_mgmt.html":[4,0,4], -"group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga01edde265710d883b6e237d34a6ef4a6":[4,0,4,0], -"group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga38860acda96df47da6923348d96fc4c9":[4,0,4,3], -"group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga3de2730654589d6c3559c4b9e2825553":[4,0,4,2], -"group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga87283a6ebc31ce9ed42baf3ea7e4eab6":[4,0,4,1], -"group___c_m_s_i_s___r_t_o_s___status.html":[4,0,11], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99e":[4,0,11,0], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea15b12e42b42b53f35fb8a2724ad02926":[4,0,11,0,3], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea21635bdc492d3094fe83027fa4a30e2f":[4,0,11,0,8], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea314d24a49003f09459035db0dd7c9467":[4,0,11,0,7], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea4672c8a0c0f6bb1d7981da4602e8e9ee":[4,0,11,0,12], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5df7e9643aa8a2f5f3a6f6ec59758518":[4,0,11,0,1], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5fde24ff588ec5ab9cb8314bade26fbc":[4,0,11,0,13], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea78f477732375c0e1fca814e369618177":[4,0,11,0,4], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea8fc5801e8b0482bdf22ad63a77f0155d":[4,0,11,0,6], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea9e1c9e2550bb4de8969a935acffc968f":[4,0,11,0,0], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eab7dda0ef504817659334cbfd650ae56f":[4,0,11,0,10], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac24adca6a5d072c9f01c32178ba0d109":[4,0,11,0,5], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac7a77f5fe18a15a357790c36a4aca1b1":[4,0,11,0,14], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ead604f3673359dd4ac643b16dc5a2c342":[4,0,11,0,2], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf1fac0240218e51eb30a13da2f8aae81":[4,0,11,0,11], -"group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf6552310a817452aedfcd453f2805d65":[4,0,11,0,9], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html":[4,0,1], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga0dfb90ccf1f6e4b54b9251b12d1cbc8b":[4,0,1,6], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga4299d838978bc2aae5e4350754e6a4e9":[4,0,1,5], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849a":[4,0,1,2], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa1485dec3702434a1ec3cb74c7a17a4af":[4,0,1,2,6], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa17b36cd9cd38652c2bc6d4803990674b":[4,0,1,2,4], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa193b650117c209b4a203954542bcc3e6":[4,0,1,2,2], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa45a2895ad30c79fb97de18cac7cc19f1":[4,0,1,2,3], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa549e79a43ff4f8b2b31afb613f5caa81":[4,0,1,2,0], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa61cb822239ac8f66dfbdc7291598a3d4":[4,0,1,2,1], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa914433934143a9ba767e59577c56e6c2":[4,0,1,2,5], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aae35f5e2f9c64ad346822521b643bdea4":[4,0,1,2,7], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gab1df2a28925862ef8f9cf4e1c995c5a7":[4,0,1,4], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gac59b5713cb083702dce759c73fd90dff":[4,0,1,3], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaea135bb90eb853eff39e0800b91bbeab":[4,0,1,7], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaee93d929beb350f16e5cc7fa602e229f":[4,0,1,1], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf0c7c6b5e09f8be198312144b5c9e453":[4,0,1,0], -"group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf13a667493c5d629a90c13e113b99233":[4,0,1,8], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html":[4,0,3], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1b8d670eaf964b2910fa06885e650678":[4,0,3,0], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1c720627e08d1cc1afcad44e799ed492":[4,0,3,1], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga27a797a401b068e2644d1125f22a07ca":[4,0,3,5], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga58f36b121a812936435cacc6e1e0e091":[4,0,3,6], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga746b8043d906849bd65e3900fcb483cf":[4,0,3,4], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9":[4,0,3,2], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ab9c91f9699162edb09bb7c90c11c8788":[4,0,3,2,1], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ad21712f8df5f97069c82dc9eec37b951":[4,0,3,2,0], -"group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6":[4,0,3,3], -"group___c_m_s_i_s___r_t_o_s___wait.html":[4,0,2], -"group___c_m_s_i_s___r_t_o_s___wait.html#ga02e19d5e723bfb06ba9324d625162255":[4,0,2,1], -"group___c_m_s_i_s___r_t_o_s___wait.html#ga6c97d38879ae86491628f6e647639bad":[4,0,2,0], -"group___c_m_s_i_s___r_t_o_s___wait.html#ga8470c8aaedfde524a44e22e5b2328285":[4,0,2,2], -"index.html":[0], -"index.html":[], -"modules.html":[4], -"pages.html":[], -"structos_mail_q_def__t.html":[5,2], -"structos_mail_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c":[5,2,1], -"structos_mail_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f":[5,2,0], -"structos_mail_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0":[5,2,2], -"structos_message_q_def__t.html":[5,3], -"structos_message_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c":[5,3,1], -"structos_message_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f":[5,3,0], -"structos_message_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0":[5,3,2], -"structos_mutex_def__t.html":[5,4], -"structos_mutex_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca":[5,4,0], -"structos_pool_def__t.html":[5,5], -"structos_pool_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c":[5,5,1], -"structos_pool_def__t.html#a4c2a0c691de3365c00ecd22d8102811f":[5,5,0], -"structos_pool_def__t.html#ac112e786b2a234e0e45cb5bdbee53763":[5,5,2], -"structos_semaphore_def__t.html":[5,6], -"structos_semaphore_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca":[5,6,0], -"structos_thread_def__t.html":[5,7], -"structos_thread_def__t.html#a15da8f23c6fe684b70a73646ada685e7":[5,7,3], -"structos_thread_def__t.html#a950b7f81ad4711959517296e63bc79d1":[5,7,2], -"structos_thread_def__t.html#aa4c4115851a098c0b87358ab6c025603":[5,7,0], -"structos_thread_def__t.html#ad3c9624ee214329fb34e71f544a6933e":[5,7,1], -"structos_timer_def__t.html":[5,8], -"structos_timer_def__t.html#a15773df83aba93f8e61f3737af5fae47":[5,8,0] -}; diff --git a/libraries/CMSIS/Documentation/RTOS/html/open.png b/libraries/CMSIS/Documentation/RTOS/html/open.png deleted file mode 100644 index 30f75c7efe2dd0c9e956e35b69777a02751f048b..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-RTOS: Usage and Description - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - -
-
- -
-
-
- - - - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/resize.js b/libraries/CMSIS/Documentation/RTOS/html/resize.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/resize.js +++ /dev/null @@ -1,93 +0,0 @@ -var cookie_namespace = 'doxygen'; -var sidenav,navtree,content,header; - -function readCookie(cookie) -{ - var myCookie = cookie_namespace+"_"+cookie+"="; - if (document.cookie) - { - var index = document.cookie.indexOf(myCookie); - if (index != -1) - { - var valStart = index + myCookie.length; - var valEnd = document.cookie.indexOf(";", valStart); - if (valEnd == -1) - { - valEnd = document.cookie.length; - } - var val = document.cookie.substring(valStart, valEnd); - return val; - } - } - return 0; -} - -function writeCookie(cookie, val, expiration) -{ - if (val==undefined) return; - if (expiration == null) - { - var date = new Date(); - date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week - expiration = date.toGMTString(); - } - document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=/"; -} - -function resizeWidth() -{ - var windowWidth = $(window).width() + "px"; - var sidenavWidth = $(sidenav).outerWidth(); - content.css({marginLeft:parseInt(sidenavWidth)+6+"px"}); //account for 6px-wide handle-bar - writeCookie('width',sidenavWidth, null); -} - -function restoreWidth(navWidth) -{ - var windowWidth = $(window).width() + "px"; - content.css({marginLeft:parseInt(navWidth)+6+"px"}); - sidenav.css({width:navWidth + "px"}); -} - -function resizeHeight() -{ - var headerHeight = header.outerHeight(); - var footerHeight = footer.outerHeight(); - var windowHeight = $(window).height() - headerHeight - footerHeight; - content.css({height:windowHeight + "px"}); - navtree.css({height:windowHeight + "px"}); - sidenav.css({height:windowHeight + "px",top: headerHeight+"px"}); -} - -function initResizable() -{ - header = $("#top"); - sidenav = $("#side-nav"); - content = $("#doc-content"); - navtree = $("#nav-tree"); - footer = $("#nav-path"); - $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); - $(window).resize(function() { resizeHeight(); }); - var width = readCookie('width'); - if (width) { restoreWidth(width); } else { resizeWidth(); } - resizeHeight(); - var url = location.href; - var i=url.indexOf("#"); - if (i>=0) window.location.hash=url.substr(i); - var _preventDefault = function(evt) { evt.preventDefault(); }; - $("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault); - $(document).bind('touchmove',function(e){ - try { - var target = e.target; - while (target) { - if ($(target).css('-webkit-overflow-scrolling')=='touch') return; - target = target.parentNode; - } - e.preventDefault(); - } catch(err) { - e.preventDefault(); - } - }); -} - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_63.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['cmsis_5fos_2eh',['cmsis_os.h',['../cmsis__os_8h.html',1,'']]], - ['cmsis_5fos_2etxt',['cmsis_os.txt',['../cmsis__os_8txt.html',1,'']]], - ['cmsis_2drtos_20api',['CMSIS-RTOS API',['../group___c_m_s_i_s___r_t_o_s.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_64.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_64.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_64.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['def',['def',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a596b6d55c3321db19239256bbe403df6',1,'osEvent']]], - ['dummy',['dummy',['../structos_mutex_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca',1,'osMutexDef_t::dummy()'],['../structos_semaphore_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca',1,'osSemaphoreDef_t::dummy()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_66.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_66.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_66.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_66.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_66.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_66.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['function_20overview',['Function Overview',['../_function_overview.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_67.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_67.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_67.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_67.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_67.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_67.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['generic_20data_20types_20and_20definitions',['Generic Data Types and Definitions',['../group___c_m_s_i_s___r_t_o_s___definitions.html',1,'']]], - ['generic_20wait_20functions',['Generic Wait Functions',['../group___c_m_s_i_s___r_t_o_s___wait.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_68.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_68.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_68.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_68.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_68.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_68.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['header_20file_20template_3a_20cmsis_5fos_2eh',['Header File Template: cmsis_os.h',['../cmsis_os_h.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_69.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_69.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_69.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['instances',['instances',['../structos_thread_def__t.html#aa4c4115851a098c0b87358ab6c025603',1,'osThreadDef_t']]], - ['item_5fsz',['item_sz',['../structos_pool_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osPoolDef_t::item_sz()'],['../structos_message_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osMessageQDef_t::item_sz()'],['../structos_mail_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osMailQDef_t::item_sz()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6b.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['kernel_20information_20and_20control',['Kernel Information and Control',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6d.js +++ /dev/null @@ -1,9 +0,0 @@ -var searchData= -[ - ['mail_20queue_20management',['Mail Queue Management',['../group___c_m_s_i_s___r_t_o_s___mail.html',1,'']]], - ['message_20queue_20management',['Message Queue Management',['../group___c_m_s_i_s___r_t_o_s___message.html',1,'']]], - ['mutex_20management',['Mutex Management',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html',1,'']]], - ['memory_20pool_20management',['Memory Pool Management',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html',1,'']]], - ['mail_5fid',['mail_id',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ac86175a4b1706bee596f3018322df26e',1,'osEvent']]], - ['message_5fid',['message_id',['../group___c_m_s_i_s___r_t_o_s___definitions.html#af394cbe21dde7377974e63af38cd87b0',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_6f.js +++ /dev/null @@ -1,118 +0,0 @@ -var searchData= -[ - ['overview',['Overview',['../index.html',1,'']]], - ['os_5fmailq',['os_mailQ',['../group___c_m_s_i_s___r_t_o_s___definitions.html#structos__mail_q',1,'']]], - ['os_5fpthread',['os_pthread',['../cmsis__os_8h.html#aee631e5ea1b700fc35695cc7bc574cf7',1,'cmsis_os.h']]], - ['os_5fptimer',['os_ptimer',['../cmsis__os_8h.html#aa2d85e49bde9f6951ff3545cd323f065',1,'cmsis_os.h']]], - ['os_5fstatus_5freserved',['os_status_reserved',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac7a77f5fe18a15a357790c36a4aca1b1',1,'cmsis_os.h']]], - ['os_5ftimer_5ftype',['os_timer_type',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9',1,'os_timer_type(): cmsis_os.txt'],['../cmsis__os_8h.html#adac860eb9e1b4b0619271e6595ed83d9',1,'os_timer_type(): cmsis_os.h']]], - ['oscmsis',['osCMSIS',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga702196bacccbb978620c736b209387f1',1,'cmsis_os.h']]], - ['oscmsis_5fkernel',['osCMSIS_KERNEL',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gab78dce646fabec479c5f34bc5175b7de',1,'cmsis_os.h']]], - ['osdelay',['osDelay',['../group___c_m_s_i_s___r_t_o_s___wait.html#ga02e19d5e723bfb06ba9324d625162255',1,'cmsis_os.h']]], - ['oserrorisr',['osErrorISR',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea21635bdc492d3094fe83027fa4a30e2f',1,'cmsis_os.h']]], - ['oserrorisrrecursive',['osErrorISRRecursive',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf6552310a817452aedfcd453f2805d65',1,'cmsis_os.h']]], - ['oserrornomemory',['osErrorNoMemory',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf1fac0240218e51eb30a13da2f8aae81',1,'cmsis_os.h']]], - ['oserroros',['osErrorOS',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5fde24ff588ec5ab9cb8314bade26fbc',1,'cmsis_os.h']]], - ['oserrorparameter',['osErrorParameter',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac24adca6a5d072c9f01c32178ba0d109',1,'cmsis_os.h']]], - ['oserrorpriority',['osErrorPriority',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eab7dda0ef504817659334cbfd650ae56f',1,'cmsis_os.h']]], - ['oserrorresource',['osErrorResource',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea8fc5801e8b0482bdf22ad63a77f0155d',1,'cmsis_os.h']]], - ['oserrortimeoutresource',['osErrorTimeoutResource',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea314d24a49003f09459035db0dd7c9467',1,'cmsis_os.h']]], - ['oserrorvalue',['osErrorValue',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea4672c8a0c0f6bb1d7981da4602e8e9ee',1,'cmsis_os.h']]], - ['osevent',['osEvent',['../group___c_m_s_i_s___r_t_o_s___definitions.html#structos_event',1,'']]], - ['oseventmail',['osEventMail',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea15b12e42b42b53f35fb8a2724ad02926',1,'cmsis_os.h']]], - ['oseventmessage',['osEventMessage',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ead604f3673359dd4ac643b16dc5a2c342',1,'cmsis_os.h']]], - ['oseventsignal',['osEventSignal',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5df7e9643aa8a2f5f3a6f6ec59758518',1,'cmsis_os.h']]], - ['oseventtimeout',['osEventTimeout',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea78f477732375c0e1fca814e369618177',1,'cmsis_os.h']]], - ['osfeature_5fmailq',['osFeature_MailQ',['../group___c_m_s_i_s___r_t_o_s___mail.html#gaceb2e0071ce160d153047f2eac1aca8e',1,'cmsis_os.h']]], - ['osfeature_5fmainthread',['osFeature_MainThread',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga22f7d235bc9f783933bd5a981fd79696',1,'cmsis_os.h']]], - ['osfeature_5fmessageq',['osFeature_MessageQ',['../group___c_m_s_i_s___r_t_o_s___message.html#ga479a6561f859e3d4818e25708593d203',1,'cmsis_os.h']]], - ['osfeature_5fpool',['osFeature_Pool',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gadd84b683001de327894851b428587caa',1,'cmsis_os.h']]], - ['osfeature_5fsemaphore',['osFeature_Semaphore',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga7da4c7bfb340779c9fc7b321f5ab3e3a',1,'cmsis_os.h']]], - ['osfeature_5fsignals',['osFeature_Signals',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga01edde265710d883b6e237d34a6ef4a6',1,'cmsis_os.h']]], - ['osfeature_5fsystick',['osFeature_SysTick',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae554ec16c23c5b7d65affade2a351891',1,'cmsis_os.h']]], - ['osfeature_5fwait',['osFeature_Wait',['../group___c_m_s_i_s___r_t_o_s___wait.html#ga6c97d38879ae86491628f6e647639bad',1,'cmsis_os.h']]], - ['oskernelinitialize',['osKernelInitialize',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga53d078a801022e202e8115c083ece68e',1,'cmsis_os.h']]], - ['oskernelrunning',['osKernelRunning',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga3b571de44cd3094c643247a7397f86b5',1,'cmsis_os.h']]], - ['oskernelstart',['osKernelStart',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gaab668ffd2ea76bb0a77ab0ab385eaef2',1,'cmsis_os.h']]], - ['oskernelsystemid',['osKernelSystemId',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga47cf03658f01cdffca688e9096b58289',1,'cmsis_os.h']]], - ['oskernelsystick',['osKernelSysTick',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gad0262e4688e95d1e9038afd9bcc16001',1,'cmsis_os.h']]], - ['oskernelsystickfrequency',['osKernelSysTickFrequency',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga9e0954d52722673e2031233a2ab99960',1,'cmsis_os.h']]], - ['oskernelsystickmicrosec',['osKernelSysTickMicroSec',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gae12c190af42d7310d8006d64f4ed5a88',1,'cmsis_os.h']]], - ['osmailalloc',['osMailAlloc',['../group___c_m_s_i_s___r_t_o_s___mail.html#gadf5ce811bd6a56e617e902a1db6c2194',1,'cmsis_os.h']]], - ['osmailcalloc',['osMailCAlloc',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga8fde74f6fe5b9e88f75cc5eb8f2124fd',1,'cmsis_os.h']]], - ['osmailcreate',['osMailCreate',['../group___c_m_s_i_s___r_t_o_s___mail.html#gaa177e7fe5820dd70d8c9e46ded131174',1,'cmsis_os.h']]], - ['osmailfree',['osMailFree',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga27c1060cf21393f96b4fd1ed1c0167cc',1,'cmsis_os.h']]], - ['osmailget',['osMailGet',['../group___c_m_s_i_s___r_t_o_s___mail.html#gac6ad7e6e7d6c4a80e60da22c57a42ccd',1,'cmsis_os.h']]], - ['osmailput',['osMailPut',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga485ef6f81854ebda8ffbce4832181e02',1,'cmsis_os.h']]], - ['osmailq',['osMailQ',['../group___c_m_s_i_s___r_t_o_s___mail.html#gad2deeb66d51ade54e63d8f87ff2ec9d2',1,'cmsis_os.h']]], - ['osmailqdef',['osMailQDef',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga58d712b16c0c6668059f509386d1e55b',1,'cmsis_os.h']]], - ['osmailqdef_5ft',['osMailQDef_t',['../structos_mail_q_def__t.html',1,'']]], - ['osmailqid',['osMailQId',['../cmsis__os_8h.html#a1dac049fb7725a8af8b26c71cbb373b5',1,'cmsis_os.h']]], - ['osmessagecreate',['osMessageCreate',['../group___c_m_s_i_s___r_t_o_s___message.html#gaf3b9345cf426304d46565152bc26fb78',1,'cmsis_os.h']]], - ['osmessageget',['osMessageGet',['../group___c_m_s_i_s___r_t_o_s___message.html#ga6c6892b8f2296cca6becd57ca2d7e1ae',1,'cmsis_os.h']]], - ['osmessageput',['osMessagePut',['../group___c_m_s_i_s___r_t_o_s___message.html#gac0dcf462fc92de8ffaba6cc004514a6d',1,'cmsis_os.h']]], - ['osmessageq',['osMessageQ',['../group___c_m_s_i_s___r_t_o_s___message.html#ga2d446a0b4bb90bf05d6f92eedeaabc97',1,'cmsis_os.h']]], - ['osmessageqdef',['osMessageQDef',['../group___c_m_s_i_s___r_t_o_s___message.html#gac9a6a6276c12609793e7701afcc82326',1,'cmsis_os.h']]], - ['osmessageqdef_5ft',['osMessageQDef_t',['../structos_message_q_def__t.html',1,'']]], - ['osmessageqid',['osMessageQId',['../cmsis__os_8h.html#ad9ec70c32c6c521970636b521e12d17f',1,'cmsis_os.h']]], - ['osmutex',['osMutex',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga1122a86faa64b4a0880c76cf68d0c934',1,'cmsis_os.h']]], - ['osmutexcreate',['osMutexCreate',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5c9de56e717016e39e788064e9a291cc',1,'cmsis_os.h']]], - ['osmutexdef',['osMutexDef',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga9b522438489d7c402c95332b58bc94f3',1,'cmsis_os.h']]], - ['osmutexdef_5ft',['osMutexDef_t',['../structos_mutex_def__t.html',1,'']]], - ['osmutexdelete',['osMutexDelete',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#gac27e24135185d51d18f3dabc20910219',1,'cmsis_os.h']]], - ['osmutexid',['osMutexId',['../cmsis__os_8h.html#a3263c1ad9fd79b84f908d65e8da44ac2',1,'cmsis_os.h']]], - ['osmutexrelease',['osMutexRelease',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga006e4744d741e8e132c3d5bbc295afe1',1,'cmsis_os.h']]], - ['osmutexwait',['osMutexWait',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5e1752b73f573ee015dbd9ef1edaba13',1,'cmsis_os.h']]], - ['osok',['osOK',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea9e1c9e2550bb4de8969a935acffc968f',1,'cmsis_os.h']]], - ['ospool',['osPool',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga5f0b204a82327533d420210125c90697',1,'cmsis_os.h']]], - ['ospoolalloc',['osPoolAlloc',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gaa0b2994f1a866c19e0d11e6e0d44f543',1,'cmsis_os.h']]], - ['ospoolcalloc',['osPoolCAlloc',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga9f129fcad4730fbd1048ad4fa262f36a',1,'cmsis_os.h']]], - ['ospoolcreate',['osPoolCreate',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga34af5c4f4ab38f4138ea7f1f9ece3a1a',1,'cmsis_os.h']]], - ['ospooldef',['osPoolDef',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga87b471d4fe2d5dbd0040708edd52771b',1,'cmsis_os.h']]], - ['ospooldef_5ft',['osPoolDef_t',['../structos_pool_def__t.html',1,'']]], - ['ospoolfree',['osPoolFree',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga4a861e9c469c9d0daf5721bf174f8e54',1,'cmsis_os.h']]], - ['ospoolid',['osPoolId',['../cmsis__os_8h.html#a08d2e20fd9bbd96220fe068d420f3686',1,'cmsis_os.h']]], - ['ospriority',['osPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849a',1,'osPriority(): cmsis_os.txt'],['../cmsis__os_8h.html#a7f2b42f1983b9107775ec2a1c69a849a',1,'osPriority(): cmsis_os.h']]], - ['ospriorityabovenormal',['osPriorityAboveNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa17b36cd9cd38652c2bc6d4803990674b',1,'cmsis_os.h']]], - ['osprioritybelownormal',['osPriorityBelowNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa193b650117c209b4a203954542bcc3e6',1,'cmsis_os.h']]], - ['ospriorityerror',['osPriorityError',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aae35f5e2f9c64ad346822521b643bdea4',1,'cmsis_os.h']]], - ['ospriorityhigh',['osPriorityHigh',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa914433934143a9ba767e59577c56e6c2',1,'cmsis_os.h']]], - ['ospriorityidle',['osPriorityIdle',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa549e79a43ff4f8b2b31afb613f5caa81',1,'cmsis_os.h']]], - ['osprioritylow',['osPriorityLow',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa61cb822239ac8f66dfbdc7291598a3d4',1,'cmsis_os.h']]], - ['osprioritynormal',['osPriorityNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa45a2895ad30c79fb97de18cac7cc19f1',1,'cmsis_os.h']]], - ['ospriorityrealtime',['osPriorityRealtime',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa1485dec3702434a1ec3cb74c7a17a4af',1,'cmsis_os.h']]], - ['ossemaphore',['osSemaphore',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga03761ee8d2c3cd4544e18364ab301dac',1,'cmsis_os.h']]], - ['ossemaphorecreate',['osSemaphoreCreate',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga97381e8e55cd47cec390bf57c96d6edb',1,'cmsis_os.h']]], - ['ossemaphoredef',['osSemaphoreDef',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga9e66fe361749071e5ab87826c43c2f1b',1,'cmsis_os.h']]], - ['ossemaphoredef_5ft',['osSemaphoreDef_t',['../structos_semaphore_def__t.html',1,'']]], - ['ossemaphoredelete',['osSemaphoreDelete',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gabae2801ac2c096f6e8c69a264908f595',1,'cmsis_os.h']]], - ['ossemaphoreid',['osSemaphoreId',['../cmsis__os_8h.html#aa8968896c84094aa973683c84fa06f84',1,'cmsis_os.h']]], - ['ossemaphorerelease',['osSemaphoreRelease',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gab108914997c49e14d8ff1ae0d1988ca0',1,'cmsis_os.h']]], - ['ossemaphorewait',['osSemaphoreWait',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gacc15b0fc8ce1167fe43da33042e62098',1,'cmsis_os.h']]], - ['ossignalclear',['osSignalClear',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga87283a6ebc31ce9ed42baf3ea7e4eab6',1,'cmsis_os.h']]], - ['ossignalset',['osSignalSet',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga3de2730654589d6c3559c4b9e2825553',1,'cmsis_os.h']]], - ['ossignalwait',['osSignalWait',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga38860acda96df47da6923348d96fc4c9',1,'cmsis_os.h']]], - ['osstatus',['osStatus',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99e',1,'osStatus(): cmsis_os.txt'],['../cmsis__os_8h.html#ae2e091fefc4c767117727bd5aba4d99e',1,'osStatus(): cmsis_os.h']]], - ['osthread',['osThread',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf0c7c6b5e09f8be198312144b5c9e453',1,'cmsis_os.h']]], - ['osthreadcreate',['osThreadCreate',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gac59b5713cb083702dce759c73fd90dff',1,'cmsis_os.h']]], - ['osthreaddef',['osThreadDef',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaee93d929beb350f16e5cc7fa602e229f',1,'cmsis_os.h']]], - ['osthreaddef_5ft',['osThreadDef_t',['../structos_thread_def__t.html',1,'']]], - ['osthreadgetid',['osThreadGetId',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gab1df2a28925862ef8f9cf4e1c995c5a7',1,'cmsis_os.h']]], - ['osthreadgetpriority',['osThreadGetPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga4299d838978bc2aae5e4350754e6a4e9',1,'cmsis_os.h']]], - ['osthreadid',['osThreadId',['../cmsis__os_8h.html#adfeb153a84a81309e2d958268197617f',1,'cmsis_os.h']]], - ['osthreadsetpriority',['osThreadSetPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga0dfb90ccf1f6e4b54b9251b12d1cbc8b',1,'cmsis_os.h']]], - ['osthreadterminate',['osThreadTerminate',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaea135bb90eb853eff39e0800b91bbeab',1,'cmsis_os.h']]], - ['osthreadyield',['osThreadYield',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf13a667493c5d629a90c13e113b99233',1,'cmsis_os.h']]], - ['ostimer',['osTimer',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1b8d670eaf964b2910fa06885e650678',1,'cmsis_os.h']]], - ['ostimercreate',['osTimerCreate',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6',1,'cmsis_os.h']]], - ['ostimerdef',['osTimerDef',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga1c720627e08d1cc1afcad44e799ed492',1,'cmsis_os.h']]], - ['ostimerdef_5ft',['osTimerDef_t',['../structos_timer_def__t.html',1,'']]], - ['ostimerdelete',['osTimerDelete',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga746b8043d906849bd65e3900fcb483cf',1,'cmsis_os.h']]], - ['ostimerid',['osTimerId',['../cmsis__os_8h.html#ab8530dd4273f1f5382187732e14fcaa7',1,'cmsis_os.h']]], - ['ostimeronce',['osTimerOnce',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ad21712f8df5f97069c82dc9eec37b951',1,'cmsis_os.h']]], - ['ostimerperiodic',['osTimerPeriodic',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ab9c91f9699162edb09bb7c90c11c8788',1,'cmsis_os.h']]], - ['ostimerstart',['osTimerStart',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga27a797a401b068e2644d1125f22a07ca',1,'cmsis_os.h']]], - ['ostimerstop',['osTimerStop',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga58f36b121a812936435cacc6e1e0e091',1,'cmsis_os.h']]], - ['oswait',['osWait',['../group___c_m_s_i_s___r_t_o_s___wait.html#ga8470c8aaedfde524a44e22e5b2328285',1,'cmsis_os.h']]], - ['oswaitforever',['osWaitForever',['../cmsis__os_8h.html#a9eb9a7a797a42e4b55eb171ecc609ddb',1,'cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_70.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_70.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_70.js +++ /dev/null @@ -1,8 +0,0 @@ -var searchData= -[ - ['p',['p',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a117104b82864d3b23ec174af6d392709',1,'osEvent']]], - ['pool',['pool',['../structos_pool_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osPoolDef_t::pool()'],['../structos_message_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osMessageQDef_t::pool()'],['../structos_mail_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osMailQDef_t::pool()']]], - ['pool_5fsz',['pool_sz',['../structos_pool_def__t.html#ac112e786b2a234e0e45cb5bdbee53763',1,'osPoolDef_t']]], - ['pthread',['pthread',['../structos_thread_def__t.html#ad3c9624ee214329fb34e71f544a6933e',1,'osThreadDef_t']]], - ['ptimer',['ptimer',['../structos_timer_def__t.html#a15773df83aba93f8e61f3737af5fae47',1,'osTimerDef_t']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_71.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_71.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_71.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_71.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_71.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_71.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['queue_5fsz',['queue_sz',['../structos_message_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0',1,'osMessageQDef_t::queue_sz()'],['../structos_mail_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0',1,'osMailQDef_t::queue_sz()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_73.js +++ /dev/null @@ -1,9 +0,0 @@ -var searchData= -[ - ['semaphore_20management',['Semaphore Management',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html',1,'']]], - ['signal_20management',['Signal Management',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html',1,'']]], - ['status_20and_20error_20codes',['Status and Error Codes',['../group___c_m_s_i_s___r_t_o_s___status.html',1,'']]], - ['signals',['signals',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ad0dda1bf7e74f1576261d493fba232b6',1,'osEvent']]], - ['stacksize',['stacksize',['../structos_thread_def__t.html#a950b7f81ad4711959517296e63bc79d1',1,'osThreadDef_t']]], - ['status',['status',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ad477a289f1f03ac45407b64268d707d3',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_74.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['thread_20management',['Thread Management',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html',1,'']]], - ['timer_20management',['Timer Management',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html',1,'']]], - ['tpriority',['tpriority',['../structos_thread_def__t.html#a15da8f23c6fe684b70a73646ada685e7',1,'osThreadDef_t']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_75.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_75.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_75.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['using_20a_20cmsis_20rtos_20implementation',['Using a CMSIS RTOS Implementation',['../_using_o_s.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_76.html b/libraries/CMSIS/Documentation/RTOS/html/search/all_76.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_76.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/all_76.js b/libraries/CMSIS/Documentation/RTOS/html/search/all_76.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/all_76.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['v',['v',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a9e0a00edabf3b8a5dafff624fff7bbfc',1,'osEvent']]], - ['value',['value',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a0b9f8fd3645f01d8cb09cae82add2d7f',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/classes_6f.js +++ /dev/null @@ -1,12 +0,0 @@ -var searchData= -[ - ['os_5fmailq',['os_mailQ',['../group___c_m_s_i_s___r_t_o_s___definitions.html#structos__mail_q',1,'']]], - ['osevent',['osEvent',['../group___c_m_s_i_s___r_t_o_s___definitions.html#structos_event',1,'']]], - ['osmailqdef_5ft',['osMailQDef_t',['../structos_mail_q_def__t.html',1,'']]], - ['osmessageqdef_5ft',['osMessageQDef_t',['../structos_message_q_def__t.html',1,'']]], - ['osmutexdef_5ft',['osMutexDef_t',['../structos_mutex_def__t.html',1,'']]], - ['ospooldef_5ft',['osPoolDef_t',['../structos_pool_def__t.html',1,'']]], - ['ossemaphoredef_5ft',['osSemaphoreDef_t',['../structos_semaphore_def__t.html',1,'']]], - ['osthreaddef_5ft',['osThreadDef_t',['../structos_thread_def__t.html',1,'']]], - ['ostimerdef_5ft',['osTimerDef_t',['../structos_timer_def__t.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/close.png b/libraries/CMSIS/Documentation/RTOS/html/search/close.png deleted file mode 100644 index 9342d3dfeea7b7c4ee610987e717804b5a42ceb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/defines_6f.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['oswaitforever',['osWaitForever',['../cmsis__os_8h.html#a9eb9a7a797a42e4b55eb171ecc609ddb',1,'cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/enums_6f.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['os_5ftimer_5ftype',['os_timer_type',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9',1,'os_timer_type(): cmsis_os.txt'],['../cmsis__os_8h.html#adac860eb9e1b4b0619271e6595ed83d9',1,'os_timer_type(): cmsis_os.h']]], - ['ospriority',['osPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849a',1,'osPriority(): cmsis_os.txt'],['../cmsis__os_8h.html#a7f2b42f1983b9107775ec2a1c69a849a',1,'osPriority(): cmsis_os.h']]], - ['osstatus',['osStatus',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99e',1,'osStatus(): cmsis_os.txt'],['../cmsis__os_8h.html#ae2e091fefc4c767117727bd5aba4d99e',1,'osStatus(): cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/enumvalues_6f.js +++ /dev/null @@ -1,28 +0,0 @@ -var searchData= -[ - ['os_5fstatus_5freserved',['os_status_reserved',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac7a77f5fe18a15a357790c36a4aca1b1',1,'cmsis_os.h']]], - ['oserrorisr',['osErrorISR',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea21635bdc492d3094fe83027fa4a30e2f',1,'cmsis_os.h']]], - ['oserrorisrrecursive',['osErrorISRRecursive',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf6552310a817452aedfcd453f2805d65',1,'cmsis_os.h']]], - ['oserrornomemory',['osErrorNoMemory',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eaf1fac0240218e51eb30a13da2f8aae81',1,'cmsis_os.h']]], - ['oserroros',['osErrorOS',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5fde24ff588ec5ab9cb8314bade26fbc',1,'cmsis_os.h']]], - ['oserrorparameter',['osErrorParameter',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eac24adca6a5d072c9f01c32178ba0d109',1,'cmsis_os.h']]], - ['oserrorpriority',['osErrorPriority',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99eab7dda0ef504817659334cbfd650ae56f',1,'cmsis_os.h']]], - ['oserrorresource',['osErrorResource',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea8fc5801e8b0482bdf22ad63a77f0155d',1,'cmsis_os.h']]], - ['oserrortimeoutresource',['osErrorTimeoutResource',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea314d24a49003f09459035db0dd7c9467',1,'cmsis_os.h']]], - ['oserrorvalue',['osErrorValue',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea4672c8a0c0f6bb1d7981da4602e8e9ee',1,'cmsis_os.h']]], - ['oseventmail',['osEventMail',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea15b12e42b42b53f35fb8a2724ad02926',1,'cmsis_os.h']]], - ['oseventmessage',['osEventMessage',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ead604f3673359dd4ac643b16dc5a2c342',1,'cmsis_os.h']]], - ['oseventsignal',['osEventSignal',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea5df7e9643aa8a2f5f3a6f6ec59758518',1,'cmsis_os.h']]], - ['oseventtimeout',['osEventTimeout',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea78f477732375c0e1fca814e369618177',1,'cmsis_os.h']]], - ['osok',['osOK',['../group___c_m_s_i_s___r_t_o_s___status.html#gae2e091fefc4c767117727bd5aba4d99ea9e1c9e2550bb4de8969a935acffc968f',1,'cmsis_os.h']]], - ['ospriorityabovenormal',['osPriorityAboveNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa17b36cd9cd38652c2bc6d4803990674b',1,'cmsis_os.h']]], - ['osprioritybelownormal',['osPriorityBelowNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa193b650117c209b4a203954542bcc3e6',1,'cmsis_os.h']]], - ['ospriorityerror',['osPriorityError',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aae35f5e2f9c64ad346822521b643bdea4',1,'cmsis_os.h']]], - ['ospriorityhigh',['osPriorityHigh',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa914433934143a9ba767e59577c56e6c2',1,'cmsis_os.h']]], - ['ospriorityidle',['osPriorityIdle',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa549e79a43ff4f8b2b31afb613f5caa81',1,'cmsis_os.h']]], - ['osprioritylow',['osPriorityLow',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa61cb822239ac8f66dfbdc7291598a3d4',1,'cmsis_os.h']]], - ['osprioritynormal',['osPriorityNormal',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa45a2895ad30c79fb97de18cac7cc19f1',1,'cmsis_os.h']]], - ['ospriorityrealtime',['osPriorityRealtime',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga7f2b42f1983b9107775ec2a1c69a849aa1485dec3702434a1ec3cb74c7a17a4af',1,'cmsis_os.h']]], - ['ostimeronce',['osTimerOnce',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ad21712f8df5f97069c82dc9eec37b951',1,'cmsis_os.h']]], - ['ostimerperiodic',['osTimerPeriodic',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gadac860eb9e1b4b0619271e6595ed83d9ab9c91f9699162edb09bb7c90c11c8788',1,'cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/files_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/files_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/files_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/files_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/files_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/files_63.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['cmsis_5fos_2eh',['cmsis_os.h',['../cmsis__os_8h.html',1,'']]], - ['cmsis_5fos_2etxt',['cmsis_os.txt',['../cmsis__os_8txt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/functions_6f.js +++ /dev/null @@ -1,43 +0,0 @@ -var searchData= -[ - ['osdelay',['osDelay',['../group___c_m_s_i_s___r_t_o_s___wait.html#ga02e19d5e723bfb06ba9324d625162255',1,'cmsis_os.h']]], - ['oskernelinitialize',['osKernelInitialize',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga53d078a801022e202e8115c083ece68e',1,'cmsis_os.h']]], - ['oskernelrunning',['osKernelRunning',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#ga3b571de44cd3094c643247a7397f86b5',1,'cmsis_os.h']]], - ['oskernelstart',['osKernelStart',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gaab668ffd2ea76bb0a77ab0ab385eaef2',1,'cmsis_os.h']]], - ['oskernelsystick',['osKernelSysTick',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html#gad0262e4688e95d1e9038afd9bcc16001',1,'cmsis_os.h']]], - ['osmailalloc',['osMailAlloc',['../group___c_m_s_i_s___r_t_o_s___mail.html#gadf5ce811bd6a56e617e902a1db6c2194',1,'cmsis_os.h']]], - ['osmailcalloc',['osMailCAlloc',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga8fde74f6fe5b9e88f75cc5eb8f2124fd',1,'cmsis_os.h']]], - ['osmailcreate',['osMailCreate',['../group___c_m_s_i_s___r_t_o_s___mail.html#gaa177e7fe5820dd70d8c9e46ded131174',1,'cmsis_os.h']]], - ['osmailfree',['osMailFree',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga27c1060cf21393f96b4fd1ed1c0167cc',1,'cmsis_os.h']]], - ['osmailget',['osMailGet',['../group___c_m_s_i_s___r_t_o_s___mail.html#gac6ad7e6e7d6c4a80e60da22c57a42ccd',1,'cmsis_os.h']]], - ['osmailput',['osMailPut',['../group___c_m_s_i_s___r_t_o_s___mail.html#ga485ef6f81854ebda8ffbce4832181e02',1,'cmsis_os.h']]], - ['osmessagecreate',['osMessageCreate',['../group___c_m_s_i_s___r_t_o_s___message.html#gaf3b9345cf426304d46565152bc26fb78',1,'cmsis_os.h']]], - ['osmessageget',['osMessageGet',['../group___c_m_s_i_s___r_t_o_s___message.html#ga6c6892b8f2296cca6becd57ca2d7e1ae',1,'cmsis_os.h']]], - ['osmessageput',['osMessagePut',['../group___c_m_s_i_s___r_t_o_s___message.html#gac0dcf462fc92de8ffaba6cc004514a6d',1,'cmsis_os.h']]], - ['osmutexcreate',['osMutexCreate',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5c9de56e717016e39e788064e9a291cc',1,'cmsis_os.h']]], - ['osmutexdelete',['osMutexDelete',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#gac27e24135185d51d18f3dabc20910219',1,'cmsis_os.h']]], - ['osmutexrelease',['osMutexRelease',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga006e4744d741e8e132c3d5bbc295afe1',1,'cmsis_os.h']]], - ['osmutexwait',['osMutexWait',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html#ga5e1752b73f573ee015dbd9ef1edaba13',1,'cmsis_os.h']]], - ['ospoolalloc',['osPoolAlloc',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#gaa0b2994f1a866c19e0d11e6e0d44f543',1,'cmsis_os.h']]], - ['ospoolcalloc',['osPoolCAlloc',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga9f129fcad4730fbd1048ad4fa262f36a',1,'cmsis_os.h']]], - ['ospoolcreate',['osPoolCreate',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga34af5c4f4ab38f4138ea7f1f9ece3a1a',1,'cmsis_os.h']]], - ['ospoolfree',['osPoolFree',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html#ga4a861e9c469c9d0daf5721bf174f8e54',1,'cmsis_os.h']]], - ['ossemaphorecreate',['osSemaphoreCreate',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#ga97381e8e55cd47cec390bf57c96d6edb',1,'cmsis_os.h']]], - ['ossemaphoredelete',['osSemaphoreDelete',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gabae2801ac2c096f6e8c69a264908f595',1,'cmsis_os.h']]], - ['ossemaphorerelease',['osSemaphoreRelease',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gab108914997c49e14d8ff1ae0d1988ca0',1,'cmsis_os.h']]], - ['ossemaphorewait',['osSemaphoreWait',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html#gacc15b0fc8ce1167fe43da33042e62098',1,'cmsis_os.h']]], - ['ossignalclear',['osSignalClear',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga87283a6ebc31ce9ed42baf3ea7e4eab6',1,'cmsis_os.h']]], - ['ossignalset',['osSignalSet',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga3de2730654589d6c3559c4b9e2825553',1,'cmsis_os.h']]], - ['ossignalwait',['osSignalWait',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html#ga38860acda96df47da6923348d96fc4c9',1,'cmsis_os.h']]], - ['osthreadcreate',['osThreadCreate',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gac59b5713cb083702dce759c73fd90dff',1,'cmsis_os.h']]], - ['osthreadgetid',['osThreadGetId',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gab1df2a28925862ef8f9cf4e1c995c5a7',1,'cmsis_os.h']]], - ['osthreadgetpriority',['osThreadGetPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga4299d838978bc2aae5e4350754e6a4e9',1,'cmsis_os.h']]], - ['osthreadsetpriority',['osThreadSetPriority',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#ga0dfb90ccf1f6e4b54b9251b12d1cbc8b',1,'cmsis_os.h']]], - ['osthreadterminate',['osThreadTerminate',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaea135bb90eb853eff39e0800b91bbeab',1,'cmsis_os.h']]], - ['osthreadyield',['osThreadYield',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html#gaf13a667493c5d629a90c13e113b99233',1,'cmsis_os.h']]], - ['ostimercreate',['osTimerCreate',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6',1,'cmsis_os.h']]], - ['ostimerdelete',['osTimerDelete',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga746b8043d906849bd65e3900fcb483cf',1,'cmsis_os.h']]], - ['ostimerstart',['osTimerStart',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga27a797a401b068e2644d1125f22a07ca',1,'cmsis_os.h']]], - ['ostimerstop',['osTimerStop',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html#ga58f36b121a812936435cacc6e1e0e091',1,'cmsis_os.h']]], - ['oswait',['osWait',['../group___c_m_s_i_s___r_t_o_s___wait.html#ga8470c8aaedfde524a44e22e5b2328285',1,'cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_63.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['cmsis_2drtos_20api',['CMSIS-RTOS API',['../group___c_m_s_i_s___r_t_o_s.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_67.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['generic_20data_20types_20and_20definitions',['Generic Data Types and Definitions',['../group___c_m_s_i_s___r_t_o_s___definitions.html',1,'']]], - ['generic_20wait_20functions',['Generic Wait Functions',['../group___c_m_s_i_s___r_t_o_s___wait.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6b.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['kernel_20information_20and_20control',['Kernel Information and Control',['../group___c_m_s_i_s___r_t_o_s___kernel_ctrl.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_6d.js +++ /dev/null @@ -1,7 +0,0 @@ -var searchData= -[ - ['mail_20queue_20management',['Mail Queue Management',['../group___c_m_s_i_s___r_t_o_s___mail.html',1,'']]], - ['message_20queue_20management',['Message Queue Management',['../group___c_m_s_i_s___r_t_o_s___message.html',1,'']]], - ['mutex_20management',['Mutex Management',['../group___c_m_s_i_s___r_t_o_s___mutex_mgmt.html',1,'']]], - ['memory_20pool_20management',['Memory Pool Management',['../group___c_m_s_i_s___r_t_o_s___pool_mgmt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_73.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['semaphore_20management',['Semaphore Management',['../group___c_m_s_i_s___r_t_o_s___semaphore_mgmt.html',1,'']]], - ['signal_20management',['Signal Management',['../group___c_m_s_i_s___r_t_o_s___signal_mgmt.html',1,'']]], - ['status_20and_20error_20codes',['Status and Error Codes',['../group___c_m_s_i_s___r_t_o_s___status.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/groups_74.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['thread_20management',['Thread Management',['../group___c_m_s_i_s___r_t_o_s___thread_mgmt.html',1,'']]], - ['timer_20management',['Timer Management',['../group___c_m_s_i_s___r_t_o_s___timer_mgmt.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png b/libraries/CMSIS/Documentation/RTOS/html/search/mag_sel.png deleted file mode 100644 index 81f6040a2092402b4d98f9ffa8855d12a0d4ca17..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - - - -
-
No Matches
-
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_66.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['function_20overview',['Function Overview',['../_function_overview.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_68.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['header_20file_20template_3a_20cmsis_5fos_2eh',['Header File Template: cmsis_os.h',['../cmsis_os_h.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_6f.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['overview',['Overview',['../index.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html b/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js b/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/pages_75.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['using_20a_20cmsis_20rtos_20implementation',['Using a CMSIS RTOS Implementation',['../_using_o_s.html',1,'']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/search.css b/libraries/CMSIS/Documentation/RTOS/html/search/search.css deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/search.css +++ /dev/null @@ -1,240 +0,0 @@ -/*---------------- Search Box */ - -#FSearchBox { - float: left; -} - -#searchli { - float: right; - display: block; - width: 170px; - height: 24px; -} - -#MSearchBox { - white-space : nowrap; - position: absolute; - float: none; - display: inline; - margin-top: 3px; - right: 0px; - width: 170px; - z-index: 102; -} - -#MSearchBox .left -{ - display:block; - position:absolute; - left:10px; - width:20px; - height:19px; - background:url('search_l.png') no-repeat; - background-position:right; -} - -#MSearchSelect { - display:block; - position:absolute; - width:20px; - height:19px; -} - -.left #MSearchSelect { - left:4px; -} - -.right #MSearchSelect { - right:5px; -} - -#MSearchField { - display:block; - position:absolute; - height:19px; - background:url('search_m.png') repeat-x; - border:none; - width:116px; - margin-left:20px; - padding-left:4px; - color: #909090; - outline: none; - font: 9pt Arial, Verdana, sans-serif; -} - -#FSearchBox #MSearchField { - margin-left:15px; -} - -#MSearchBox .right { - display:block; - position:absolute; - right:10px; - top:0px; - width:20px; - height:19px; - background:url('search_r.png') no-repeat; - background-position:left; -} - -#MSearchClose { - display: none; - position: absolute; - top: 4px; - background : none; - border: none; - margin: 0px 4px 0px 0px; - padding: 0px 0px; - outline: none; -} - -.left #MSearchClose { - left: 6px; -} - -.right #MSearchClose { - right: 2px; -} - -.MSearchBoxActive #MSearchField { - color: #000000; -} - -/*---------------- Search filter selection */ - -#MSearchSelectWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #90A5CE; - background-color: #F9FAFC; - z-index: 1; - padding-top: 4px; - padding-bottom: 4px; - -moz-border-radius: 4px; - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -} - -.SelectItem { - font: 8pt Arial, Verdana, sans-serif; - padding-left: 2px; - padding-right: 12px; - border: 0px; -} - -span.SelectionMark { - margin-right: 4px; - font-family: monospace; - outline-style: none; - text-decoration: none; -} - -a.SelectItem { - display: block; - outline-style: none; - color: #000000; - text-decoration: none; - padding-left: 6px; - padding-right: 12px; -} - -a.SelectItem:focus, -a.SelectItem:active { - color: #000000; - outline-style: none; - text-decoration: none; -} - -a.SelectItem:hover { - color: #FFFFFF; - background-color: #3D578C; - outline-style: none; - text-decoration: none; - cursor: pointer; - display: block; -} - -/*---------------- Search results window */ - -iframe#MSearchResults { - width: 60ex; - height: 15em; -} - -#MSearchResultsWindow { - display: none; - position: absolute; - left: 0; top: 0; - border: 1px solid #000; - background-color: #EEF1F7; -} - -/* ----------------------------------- */ - - -#SRIndex { - clear:both; - padding-bottom: 15px; -} - -.SREntry { - font-size: 10pt; - padding-left: 1ex; -} - -.SRPage .SREntry { - font-size: 8pt; - padding: 1px 5px; -} - -body.SRPage { - margin: 5px 2px; -} - -.SRChildren { - padding-left: 3ex; padding-bottom: .5em -} - -.SRPage .SRChildren { - display: none; -} - -.SRSymbol { - font-weight: bold; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRScope { - display: block; - color: #425E97; - font-family: Arial, Verdana, sans-serif; - text-decoration: none; - outline: none; -} - -a.SRSymbol:focus, a.SRSymbol:active, -a.SRScope:focus, a.SRScope:active { - text-decoration: underline; -} - -.SRPage .SRStatus { - padding: 2px 5px; - font-size: 8pt; - font-style: italic; -} - -.SRResult { - display: none; -} - -DIV.searchresults { - margin-left: 10px; - margin-right: 10px; -} diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/search.js b/libraries/CMSIS/Documentation/RTOS/html/search/search.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/search.js +++ /dev/null @@ -1,815 +0,0 @@ -// Search script generated by doxygen -// Copyright (C) 2009 by Dimitri van Heesch. - -// The code in this file is loosly based on main.js, part of Natural Docs, -// which is Copyright (C) 2003-2008 Greg Valure -// Natural Docs is licensed under the GPL. - -var indexSectionsWithContent = -{ - 0: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001101111010101110111100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 1: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 3: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 4: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100001000100110110100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 5: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 6: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 7: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 8: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 9: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000100010100000110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 10: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001010000001000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" -}; - -var indexSectionNames = -{ - 0: "all", - 1: "classes", - 2: "files", - 3: "functions", - 4: "variables", - 5: "typedefs", - 6: "enums", - 7: "enumvalues", - 8: "defines", - 9: "groups", - 10: "pages" -}; - -function convertToId(search) -{ - var result = ''; - for (i=0;i do a search - { - this.Search(); - } - } - - this.OnSearchSelectKey = function(evt) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==40 && this.searchIndex0) // Up - { - this.searchIndex--; - this.OnSelectItem(this.searchIndex); - } - else if (e.keyCode==13 || e.keyCode==27) - { - this.OnSelectItem(this.searchIndex); - this.CloseSelectionWindow(); - this.DOMSearchField().focus(); - } - return false; - } - - // --------- Actions - - // Closes the results window. - this.CloseResultsWindow = function() - { - this.DOMPopupSearchResultsWindow().style.display = 'none'; - this.DOMSearchClose().style.display = 'none'; - this.Activate(false); - } - - this.CloseSelectionWindow = function() - { - this.DOMSearchSelectWindow().style.display = 'none'; - } - - // Performs a search. - this.Search = function() - { - this.keyTimeout = 0; - - // strip leading whitespace - var searchValue = this.DOMSearchField().value.replace(/^ +/, ""); - - var code = searchValue.toLowerCase().charCodeAt(0); - var hexCode; - if (code<16) - { - hexCode="0"+code.toString(16); - } - else - { - hexCode=code.toString(16); - } - - var resultsPage; - var resultsPageWithSearch; - var hasResultsPage; - - if (indexSectionsWithContent[this.searchIndex].charAt(code) == '1') - { - resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; - resultsPageWithSearch = resultsPage+'?'+escape(searchValue); - hasResultsPage = true; - } - else // nothing available for this search term - { - resultsPage = this.resultsPath + '/nomatches.html'; - resultsPageWithSearch = resultsPage; - hasResultsPage = false; - } - - window.frames.MSearchResults.location = resultsPageWithSearch; - var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow(); - - if (domPopupSearchResultsWindow.style.display!='block') - { - var domSearchBox = this.DOMSearchBox(); - this.DOMSearchClose().style.display = 'inline'; - if (this.insideFrame) - { - var domPopupSearchResults = this.DOMPopupSearchResults(); - domPopupSearchResultsWindow.style.position = 'relative'; - domPopupSearchResultsWindow.style.display = 'block'; - var width = document.body.clientWidth - 8; // the -8 is for IE :-( - domPopupSearchResultsWindow.style.width = width + 'px'; - domPopupSearchResults.style.width = width + 'px'; - } - else - { - var domPopupSearchResults = this.DOMPopupSearchResults(); - var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth; - var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1; - domPopupSearchResultsWindow.style.display = 'block'; - left -= domPopupSearchResults.offsetWidth; - domPopupSearchResultsWindow.style.top = top + 'px'; - domPopupSearchResultsWindow.style.left = left + 'px'; - } - } - - this.lastSearchValue = searchValue; - this.lastResultsPage = resultsPage; - } - - // -------- Activation Functions - - // Activates or deactivates the search panel, resetting things to - // their default values if necessary. - this.Activate = function(isActive) - { - if (isActive || // open it - this.DOMPopupSearchResultsWindow().style.display == 'block' - ) - { - this.DOMSearchBox().className = 'MSearchBoxActive'; - - var searchField = this.DOMSearchField(); - - if (searchField.value == this.searchLabel) // clear "Search" term upon entry - { - searchField.value = ''; - this.searchActive = true; - } - } - else if (!isActive) // directly remove the panel - { - this.DOMSearchBox().className = 'MSearchBoxInactive'; - this.DOMSearchField().value = this.searchLabel; - this.searchActive = false; - this.lastSearchValue = '' - this.lastResultsPage = ''; - } - } -} - -// ----------------------------------------------------------------------- - -// The class that handles everything on the search results page. -function SearchResults(name) -{ - // The number of matches from the last run of . - this.lastMatchCount = 0; - this.lastKey = 0; - this.repeatOn = false; - - // Toggles the visibility of the passed element ID. - this.FindChildElement = function(id) - { - var parentElement = document.getElementById(id); - var element = parentElement.firstChild; - - while (element && element!=parentElement) - { - if (element.nodeName == 'DIV' && element.className == 'SRChildren') - { - return element; - } - - if (element.nodeName == 'DIV' && element.hasChildNodes()) - { - element = element.firstChild; - } - else if (element.nextSibling) - { - element = element.nextSibling; - } - else - { - do - { - element = element.parentNode; - } - while (element && element!=parentElement && !element.nextSibling); - - if (element && element!=parentElement) - { - element = element.nextSibling; - } - } - } - } - - this.Toggle = function(id) - { - var element = this.FindChildElement(id); - if (element) - { - if (element.style.display == 'block') - { - element.style.display = 'none'; - } - else - { - element.style.display = 'block'; - } - } - } - - // Searches for the passed string. If there is no parameter, - // it takes it from the URL query. - // - // Always returns true, since other documents may try to call it - // and that may or may not be possible. - this.Search = function(search) - { - if (!search) // get search word from URL - { - search = window.location.search; - search = search.substring(1); // Remove the leading '?' - search = unescape(search); - } - - search = search.replace(/^ +/, ""); // strip leading spaces - search = search.replace(/ +$/, ""); // strip trailing spaces - search = search.toLowerCase(); - search = convertToId(search); - - var resultRows = document.getElementsByTagName("div"); - var matches = 0; - - var i = 0; - while (i < resultRows.length) - { - var row = resultRows.item(i); - if (row.className == "SRResult") - { - var rowMatchName = row.id.toLowerCase(); - rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_' - - if (search.length<=rowMatchName.length && - rowMatchName.substr(0, search.length)==search) - { - row.style.display = 'block'; - matches++; - } - else - { - row.style.display = 'none'; - } - } - i++; - } - document.getElementById("Searching").style.display='none'; - if (matches == 0) // no results - { - document.getElementById("NoMatches").style.display='block'; - } - else // at least one result - { - document.getElementById("NoMatches").style.display='none'; - } - this.lastMatchCount = matches; - return true; - } - - // return the first item with index index or higher that is visible - this.NavNext = function(index) - { - var focusItem; - while (1) - { - var focusName = 'Item'+index; - focusItem = document.getElementById(focusName); - if (focusItem && focusItem.parentNode.parentNode.style.display=='block') - { - break; - } - else if (!focusItem) // last element - { - break; - } - focusItem=null; - index++; - } - return focusItem; - } - - this.NavPrev = function(index) - { - var focusItem; - while (1) - { - var focusName = 'Item'+index; - focusItem = document.getElementById(focusName); - if (focusItem && focusItem.parentNode.parentNode.style.display=='block') - { - break; - } - else if (!focusItem) // last element - { - break; - } - focusItem=null; - index--; - } - return focusItem; - } - - this.ProcessKeys = function(e) - { - if (e.type == "keydown") - { - this.repeatOn = false; - this.lastKey = e.keyCode; - } - else if (e.type == "keypress") - { - if (!this.repeatOn) - { - if (this.lastKey) this.repeatOn = true; - return false; // ignore first keypress after keydown - } - } - else if (e.type == "keyup") - { - this.lastKey = 0; - this.repeatOn = false; - } - return this.lastKey!=0; - } - - this.Nav = function(evt,itemIndex) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==13) return true; - if (!this.ProcessKeys(e)) return false; - - if (this.lastKey==38) // Up - { - var newIndex = itemIndex-1; - var focusItem = this.NavPrev(newIndex); - if (focusItem) - { - var child = this.FindChildElement(focusItem.parentNode.parentNode.id); - if (child && child.style.display == 'block') // children visible - { - var n=0; - var tmpElem; - while (1) // search for last child - { - tmpElem = document.getElementById('Item'+newIndex+'_c'+n); - if (tmpElem) - { - focusItem = tmpElem; - } - else // found it! - { - break; - } - n++; - } - } - } - if (focusItem) - { - focusItem.focus(); - } - else // return focus to search field - { - parent.document.getElementById("MSearchField").focus(); - } - } - else if (this.lastKey==40) // Down - { - var newIndex = itemIndex+1; - var focusItem; - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem && elem.style.display == 'block') // children visible - { - focusItem = document.getElementById('Item'+itemIndex+'_c0'); - } - if (!focusItem) focusItem = this.NavNext(newIndex); - if (focusItem) focusItem.focus(); - } - else if (this.lastKey==39) // Right - { - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem) elem.style.display = 'block'; - } - else if (this.lastKey==37) // Left - { - var item = document.getElementById('Item'+itemIndex); - var elem = this.FindChildElement(item.parentNode.parentNode.id); - if (elem) elem.style.display = 'none'; - } - else if (this.lastKey==27) // Escape - { - parent.searchBox.CloseResultsWindow(); - parent.document.getElementById("MSearchField").focus(); - } - else if (this.lastKey==13) // Enter - { - return true; - } - return false; - } - - this.NavChild = function(evt,itemIndex,childIndex) - { - var e = (evt) ? evt : window.event; // for IE - if (e.keyCode==13) return true; - if (!this.ProcessKeys(e)) return false; - - if (this.lastKey==38) // Up - { - if (childIndex>0) - { - var newIndex = childIndex-1; - document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); - } - else // already at first child, jump to parent - { - document.getElementById('Item'+itemIndex).focus(); - } - } - else if (this.lastKey==40) // Down - { - var newIndex = childIndex+1; - var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex); - if (!elem) // last child, jump to parent next parent - { - elem = this.NavNext(itemIndex+1); - } - if (elem) - { - elem.focus(); - } - } - else if (this.lastKey==27) // Escape - { - parent.searchBox.CloseResultsWindow(); - parent.document.getElementById("MSearchField").focus(); - } - else if (this.lastKey==13) // Enter - { - return true; - } - return false; - } -} - -function setKeyActions(elem,action) -{ - elem.setAttribute('onkeydown',action); - elem.setAttribute('onkeypress',action); - elem.setAttribute('onkeyup',action); -} - -function setClassAttr(elem,attr) -{ - elem.setAttribute('class',attr); - elem.setAttribute('className',attr); -} - -function createResults() -{ - var results = document.getElementById("SRResults"); - for (var e=0; e - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js b/libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/typedefs_6f.js +++ /dev/null @@ -1,12 +0,0 @@ -var searchData= -[ - ['os_5fpthread',['os_pthread',['../cmsis__os_8h.html#aee631e5ea1b700fc35695cc7bc574cf7',1,'cmsis_os.h']]], - ['os_5fptimer',['os_ptimer',['../cmsis__os_8h.html#aa2d85e49bde9f6951ff3545cd323f065',1,'cmsis_os.h']]], - ['osmailqid',['osMailQId',['../cmsis__os_8h.html#a1dac049fb7725a8af8b26c71cbb373b5',1,'cmsis_os.h']]], - ['osmessageqid',['osMessageQId',['../cmsis__os_8h.html#ad9ec70c32c6c521970636b521e12d17f',1,'cmsis_os.h']]], - ['osmutexid',['osMutexId',['../cmsis__os_8h.html#a3263c1ad9fd79b84f908d65e8da44ac2',1,'cmsis_os.h']]], - ['ospoolid',['osPoolId',['../cmsis__os_8h.html#a08d2e20fd9bbd96220fe068d420f3686',1,'cmsis_os.h']]], - ['ossemaphoreid',['osSemaphoreId',['../cmsis__os_8h.html#aa8968896c84094aa973683c84fa06f84',1,'cmsis_os.h']]], - ['osthreadid',['osThreadId',['../cmsis__os_8h.html#adfeb153a84a81309e2d958268197617f',1,'cmsis_os.h']]], - ['ostimerid',['osTimerId',['../cmsis__os_8h.html#ab8530dd4273f1f5382187732e14fcaa7',1,'cmsis_os.h']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_64.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['def',['def',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a596b6d55c3321db19239256bbe403df6',1,'osEvent']]], - ['dummy',['dummy',['../structos_mutex_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca',1,'osMutexDef_t::dummy()'],['../structos_semaphore_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca',1,'osSemaphoreDef_t::dummy()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_69.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['instances',['instances',['../structos_thread_def__t.html#aa4c4115851a098c0b87358ab6c025603',1,'osThreadDef_t']]], - ['item_5fsz',['item_sz',['../structos_pool_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osPoolDef_t::item_sz()'],['../structos_message_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osMessageQDef_t::item_sz()'],['../structos_mail_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f',1,'osMailQDef_t::item_sz()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_6d.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['mail_5fid',['mail_id',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ac86175a4b1706bee596f3018322df26e',1,'osEvent']]], - ['message_5fid',['message_id',['../group___c_m_s_i_s___r_t_o_s___definitions.html#af394cbe21dde7377974e63af38cd87b0',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_70.js +++ /dev/null @@ -1,8 +0,0 @@ -var searchData= -[ - ['p',['p',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a117104b82864d3b23ec174af6d392709',1,'osEvent']]], - ['pool',['pool',['../structos_pool_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osPoolDef_t::pool()'],['../structos_message_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osMessageQDef_t::pool()'],['../structos_mail_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c',1,'osMailQDef_t::pool()']]], - ['pool_5fsz',['pool_sz',['../structos_pool_def__t.html#ac112e786b2a234e0e45cb5bdbee53763',1,'osPoolDef_t']]], - ['pthread',['pthread',['../structos_thread_def__t.html#ad3c9624ee214329fb34e71f544a6933e',1,'osThreadDef_t']]], - ['ptimer',['ptimer',['../structos_timer_def__t.html#a15773df83aba93f8e61f3737af5fae47',1,'osTimerDef_t']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_71.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['queue_5fsz',['queue_sz',['../structos_message_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0',1,'osMessageQDef_t::queue_sz()'],['../structos_mail_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0',1,'osMailQDef_t::queue_sz()']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_73.js +++ /dev/null @@ -1,6 +0,0 @@ -var searchData= -[ - ['signals',['signals',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ad0dda1bf7e74f1576261d493fba232b6',1,'osEvent']]], - ['stacksize',['stacksize',['../structos_thread_def__t.html#a950b7f81ad4711959517296e63bc79d1',1,'osThreadDef_t']]], - ['status',['status',['../group___c_m_s_i_s___r_t_o_s___definitions.html#ad477a289f1f03ac45407b64268d707d3',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_74.js +++ /dev/null @@ -1,4 +0,0 @@ -var searchData= -[ - ['tpriority',['tpriority',['../structos_thread_def__t.html#a15da8f23c6fe684b70a73646ada685e7',1,'osThreadDef_t']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html b/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - -
-
Loading...
-
- -
Searching...
-
No Matches
- -
- - diff --git a/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js b/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/search/variables_76.js +++ /dev/null @@ -1,5 +0,0 @@ -var searchData= -[ - ['v',['v',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a9e0a00edabf3b8a5dafff624fff7bbfc',1,'osEvent']]], - ['value',['value',['../group___c_m_s_i_s___r_t_o_s___definitions.html#a0b9f8fd3645f01d8cb09cae82add2d7f',1,'osEvent']]] -]; diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - -CMSIS-RTOS: osMailQDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osMailQDef_t Struct Reference
-
-
- -

Definition structure for mail queue. - More...

- - - - - - - - - - - -

-Data Fields

uint32_t queue_sz
 number of elements in the queue More...
 
uint32_t item_sz
 size of an item More...
 
void * pool
 memory array for mail More...
 
-

Description

-
Note
CAN BE CHANGED: os_mailQ_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t item_sz
-
- -
-
- -
-
- - - - -
void* pool
-
- -
-
- -
-
- - - - -
uint32_t queue_sz
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_mail_q_def__t.js +++ /dev/null @@ -1,6 +0,0 @@ -var structos_mail_q_def__t = -[ - [ "item_sz", "structos_mail_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f", null ], - [ "pool", "structos_mail_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c", null ], - [ "queue_sz", "structos_mail_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - -CMSIS-RTOS: osMessageQDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osMessageQDef_t Struct Reference
-
-
- -

Definition structure for message queue. - More...

- - - - - - - - - - - -

-Data Fields

uint32_t queue_sz
 number of elements in the queue More...
 
uint32_t item_sz
 size of an item More...
 
void * pool
 memory array for messages More...
 
-

Description

-
Note
CAN BE CHANGED: os_messageQ_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t item_sz
-
- -
-
- -
-
- - - - -
void* pool
-
- -
-
- -
-
- - - - -
uint32_t queue_sz
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_message_q_def__t.js +++ /dev/null @@ -1,6 +0,0 @@ -var structos_message_q_def__t = -[ - [ "item_sz", "structos_message_q_def__t.html#a4c2a0c691de3365c00ecd22d8102811f", null ], - [ "pool", "structos_message_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c", null ], - [ "queue_sz", "structos_message_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - -CMSIS-RTOS: osMutexDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osMutexDef_t Struct Reference
-
-
- -

Mutex Definition structure contains setup information for a mutex. - More...

- - - - - -

-Data Fields

uint32_t dummy
 dummy value. More...
 
-

Description

-
Note
CAN BE CHANGED: os_mutex_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t dummy
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_mutex_def__t.js +++ /dev/null @@ -1,4 +0,0 @@ -var structos_mutex_def__t = -[ - [ "dummy", "structos_mutex_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - -CMSIS-RTOS: osPoolDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osPoolDef_t Struct Reference
-
-
- -

Definition structure for memory block allocation. - More...

- - - - - - - - - - - -

-Data Fields

uint32_t pool_sz
 number of items (elements) in the pool More...
 
uint32_t item_sz
 size of an item More...
 
void * pool
 pointer to memory for pool More...
 
-

Description

-
Note
CAN BE CHANGED: os_pool_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t item_sz
-
- -
-
- -
-
- - - - -
void* pool
-
- -
-
- -
-
- - - - -
uint32_t pool_sz
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_pool_def__t.js +++ /dev/null @@ -1,6 +0,0 @@ -var structos_pool_def__t = -[ - [ "item_sz", "structos_pool_def__t.html#a4c2a0c691de3365c00ecd22d8102811f", null ], - [ "pool", "structos_pool_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c", null ], - [ "pool_sz", "structos_pool_def__t.html#ac112e786b2a234e0e45cb5bdbee53763", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - -CMSIS-RTOS: osSemaphoreDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osSemaphoreDef_t Struct Reference
-
-
- -

Semaphore Definition structure contains setup information for a semaphore. - More...

- - - - - -

-Data Fields

uint32_t dummy
 dummy value. More...
 
-

Description

-
Note
CAN BE CHANGED: os_semaphore_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t dummy
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_semaphore_def__t.js +++ /dev/null @@ -1,4 +0,0 @@ -var structos_semaphore_def__t = -[ - [ "dummy", "structos_semaphore_def__t.html#a44b7a3baf02bac7ad707e8f2f5eca1ca", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - -CMSIS-RTOS: osThreadDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osThreadDef_t Struct Reference
-
-
- -

Thread Definition structure contains startup information of a thread. - More...

- - - - - - - - - - - - - - -

-Data Fields

os_pthread pthread
 start address of thread function More...
 
osPriority tpriority
 initial thread priority More...
 
uint32_t instances
 maximum number of instances of that thread function More...
 
uint32_t stacksize
 stack size requirements in bytes; 0 is default stack size More...
 
-

Description

-
Note
CAN BE CHANGED: os_thread_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
uint32_t instances
-
- -
-
- -
-
- - - - -
os_pthread pthread
-
- -
-
- -
-
- - - - -
uint32_t stacksize
-
- -
-
- -
-
- - - - -
osPriority tpriority
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_thread_def__t.js +++ /dev/null @@ -1,7 +0,0 @@ -var structos_thread_def__t = -[ - [ "instances", "structos_thread_def__t.html#aa4c4115851a098c0b87358ab6c025603", null ], - [ "pthread", "structos_thread_def__t.html#ad3c9624ee214329fb34e71f544a6933e", null ], - [ "stacksize", "structos_thread_def__t.html#a950b7f81ad4711959517296e63bc79d1", null ], - [ "tpriority", "structos_thread_def__t.html#a15da8f23c6fe684b70a73646ada685e7", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html b/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - -CMSIS-RTOS: osTimerDef_t Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-RTOS -  Version 1.02 -
-
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
-
-
- -
- -
- - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
osTimerDef_t Struct Reference
-
-
- -

Timer Definition structure contains timer parameters. - More...

- - - - - -

-Data Fields

os_ptimer ptimer
 start address of a timer function More...
 
-

Description

-
Note
CAN BE CHANGED: os_timer_def is implementation specific in every CMSIS-RTOS.
-

Field Documentation

- -
-
- - - - -
os_ptimer ptimer
-
- -
-
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js b/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/RTOS/html/structos_timer_def__t.js +++ /dev/null @@ -1,4 +0,0 @@ -var structos_timer_def__t = -[ - [ "ptimer", "structos_timer_def__t.html#a15773df83aba93f8e61f3737af5fae47", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/RTOS/html/sync_off.png b/libraries/CMSIS/Documentation/RTOS/html/sync_off.png deleted file mode 100644 index 3b443fc62892114406e3d399421b2a881b897acc..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png b/libraries/CMSIS/Documentation/SVD/html/CMSIS_Logo_Final.png deleted file mode 100644 index 2056b7e747bf58f53e03ad845cde816fea03a4bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - - - - -CMSIS-SVD: Cluster Level (New) - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Cluster Level (New)
-
-
-

Cluster adds a new and optional sub-level to the CMSIS SVD registers level. A cluster describes a sequence of registers within a peripheral. A cluster has an base offset relative to the base address of the peripheral. All registers within a cluster specify their address offset relative to the cluster base address. Register and cluster sections can occur in an arbitrary order. This feature, targeted at the generation of device header files, is useful to create a C data structure within the peripheral structure type, rather than describing all registers of a peripheral in a flat structure.

-
-
-<registers> 
    <cluster derivedFrom=identifierType>
-    
-        <!-- dimElementGroup --> 
-        <dim>scaledNonNegativeInteger</dim>
-        <dimIncrement>scaledNonNegativeInteger</dimIncrement>
-        <dimIndex>dimIndexType</dimIndex>
-        <!-- end of dimElementGroup --> 
-    
-        <name>identifierType</name>
-        <description>xs:string</description>
-    
-        <headerStructName>identifierType</headerStructName>
-        <alternateCluster>identifierType</alternateCluster>
-    
-        <addressOffset>scaledNonNegativeInteger</addressOffset>
        <register>
-            ...
-        </register>
-    </cluster>
-    ...
-    <register>
-        ...
-    </register>
-    <cluster>
-        ...
-    </cluster>
-     
-<registers> 
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Attribute Name Description Type Occurrence
derivedFrom Specifies the name of the cluster from which to inherit the data. Elements being specified underneath will override the inherited values.
-Remarks: When deriving a cluster, it is mandatory to specify at least the name, the description, and the addressOffset.
registerType 0..1
Element Name Description Type Occurrence
See dimElementGroup for details.
dimIncrement The value defines the number of elements in an array of clusters. scaledNonNegativeInteger 1..1
dimIncrement If dim is specified, this element becomes mandatory. The element specifies the address increment in between two neighboring clusters of the cluster array in the address map. scaledNonNegativeInteger 1..1
dimIndex Specifies the substrings that replaces the [%s] placeholder within the cluster name. By default, the index is a decimal value starting with 0 for the first cluster element. dimIndexType 0..1
name String that identifies the cluster. Register names are required to be unique within the scope of a peripheral. Specify [%s] for generating an array in the device header file. identifierType 1..1
description String describing the details of the register. xs:string 0..1
alternateCluster This tag needs to specify the name of the original description of the register sequence if this cluster provides an alternative description. Otherwise the SVDConv will issue errors. identifierType 0..1
headerStructName This tag specifies the struct type name in the device header file. If not specified, then the name of the cluster will be used. identifierType 0..1
addressOffset Value defining the cluster address relative to the baseAddress defined by the peripheral of the register. scaledNonNegativeInteger 1..1
-

-Example:

-
<cluster>
-
<dim>4</dim>
-
<dimIncrement>8</dimIncrement>
-
<dimIndex>0-3</dimIndex>
-
<name>TX[%s]</name>
-
<description>Grouping of Transfer data and address</description>
-
<addressOffset>0x40</addressOffset>
-
<register>
-
<name>TX_DATA</name>
-
...
-
<addressOffset>0x0</addressOffset>
-
...
-
</register>
-
<register>
-
<name>TX_ADDR</name>
-
...
-
<addressOffset>0x4</addressOffset>
-
...
-
</register>
-
</cluster>
-

The example above describes an array of type TX with 4 elements. TX is a cluster of two consecutive registers with 4 elements. The device header file looks like this:

-
typedef struct {
-
...
-
struct {
-
__IO uint32_t TX_DATA;
-
__IO uint32_t TX_ADDR;
-
} TX[4];
-
...
-
} ..._Type;
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__cpu_section__gr.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -CMSIS-SVD: CPU Section (New) - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
-
-
-

The CPU section describes the processor included in the microcontroller device. This section is mandatory if the SVD file shall be used for the device header file generation.

-
-<cpu>
-    <name>cpuNameType<name>
-    <revision>revisionType<revision>
-    <endian>endianType<endian>
-    <mpuPresent>xs:boolean<mpuPresent>
-    <fpuPresent>xs:boolean<fpuPresent>
-    <vtorPresent>xs:boolean<vtorPresent>
-    <nvicPrioBits>scaledNonNegativeInteger<nvicPrioBits>
-    <vendorSystickConfig>xs:boolean<vendorSystickConfig>
-</cpu>
-
- - - - - - - - - - - - - - - - - - -
Element Name Description Type Occurrence
name The predefined tokens are:
    -
  • CM0: ARM Cortex-M0
  • -
  • CM0PLUS: ARM Cortex-M0+
  • -
  • CM3: ARM Cortex-M3
  • -
  • CM4: ARM Cortex-M4
  • -
  • SC000: ARM Secure Core SC000
  • -
  • SC300: ARM Secure Core SC300
  • -
  • other: other processor architectures
  • -
-
cpuNameType 1..1
revisionType Defines the HW revision of the processor. The defined version format is rNpM (N,M = [0 - 9]). revisionType 1..1
endian Defines the endianess of the processor being one of:
    -
  • little: little endian memory (least significant byte gets allocated at the lowest address).
  • -
  • big: byte invariant big endian data organization (most significant byte gets allocated at the lowest address).
  • -
  • selectable: little and big endian are configurable for the device and become active after the next reset.
  • -
  • other: the endianess is neither little nor big endian.
  • -
-
endianType 1..1
mpuPresent Indicates that the processor is equipped with a memory protection unit (MPU). This tag is either set to true or false, 1 or 0. boolean 1..1
fpuPresent Indicates that the processor is equipped with a hardware floating point unit (FPU). Cortex-M4 is the only available Cortex-M processor with an optional FPU. This tag is either set to true or false, 1 or 0. boolean 1..1
vtorPresent This is an optional flag used for the Cortex-M0+ based devices only. It indicates whether the Vector Table Offset Register (VTOR) is implemented in the Cortex-M0+ device or not. This tag is either set to true or false, 1 or 0. If it is not specified VTOR is assumed to be present. boolean 1..1
nvicPrioBits Defines the number of bits that are available in the Nested Vectored Interrupt Controller (NVIC) for configuring the priority. scaledNonNegativeInteger 1..1
vendorSystickConfig Indicates whether the processor implements a vendor-specific System Tick Timer. If false, then the ARM defined System Tick Timer is available. If true, then a vendor-specific System Tick Timer must be implemented. This tag is either set to true or false, 1 or 0. boolean 1..1
-

-Example:

-
...
-
<cpu>
-
<name>CM4</name>
-
<revision>r0p0</revision>
-
<endian>little</endian>
-
<mpuPresent>true</mpuPresent>
-
<fpuPresent>true</fpuPresent>
-
<nvicPrioBits>4</nvicPrioBits>
-
<vendorSystickConfig>false</vendorSystickConfig>
-
</cpu>
-
...
-

This example describes a Cortex-M4 core of HW revision r0p0, with fixed little endian memory scheme, including Memory Protection Unit and hardware Floating Point Unit. The Nested Vectored Interrupt Controller uses 4 bits for configuring the priority of an interrupt. It is equipped with the standard System Tick Timer as defined by ARM.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__device_section_extensions__gr.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -CMSIS-SVD: Extensions to the Device Section - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Extensions to the Device Section
-
-
-

A number of elements have been added to the device section. These elements are optional but are highly recommended to enable the generation of consistent and CMSIS-compliant device header files from SVD descriptions.

-
-<device schemaVersion="xs:decimal" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
-    <vendor>stringType</vendor>
-    <vendorID>stringType</vendorID>
-    <name>identifierType</name>
-    <series>stringType</series>
-    <version>xs:string</version>
-    <description>xs:string</description>
-    <licenseText>xs:string</licenseText>
-    <cpu>cpuType</cpu>
-    <headerSystemFilename>identifierType</headerSystemFilename>
-    <headerDefinitionsPrefix>identifierType</headerDefinitionsPrefix>
-
-    ...
-</device>
-
-
- - - - - - - - - - - - - - -
Element Name Description Type Occurrence
vendor This specifies the vendor of the device using the full name. stringType 0..1
vendorID This specifies the vendor of the device using the vendor abbreviation that does not contain any spaces or special characters. This information shall be used for defining the directory. stringType 0..1
series This element specifies the name of the device series. stringType 0..1
licenseText The content of this tag will be copied into the header section of the generated device header file and shall contain the legal disclaimer. New lines can be inserted by using "\n". This section is mandatory if the SVD file shall be used for generating the device header file. stringType 0..1
headerSystemFilename This tag specifies the file name (without extension) of the device-specific system include file (system_<device>.h; See CMSIS-Core description). This tag is used by the header file generator for customizing the include statement referencing the CMSIS system file within the CMSIS device header file. By default, the filename is "<kbd>system_<i>device:name</i>.h". In cases where a device series shares a single system header file, the name of the series shall be used instead of the individual device name. identifierType 0..1
headerDefinitionsPrefix The element specifies the string being prepended to all type definition names generated in the CMSIS-Core device header file. This is used if the silicon vendor's software requires vendor-specific types in order to avoid name clashes with other definied types. identifierType 0..1
-

-Example:

-
...
-
<device schemaVersion="1.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
-
<vendor>Advanced RISC Machines</vendor>
-
<vendorID>ARM</vendorID>
-
...
-
<series>ARMCM3</series>
-
...
-
<licenseText>
-
ARM Limited (ARM) is supplying this software for use with Cortex-M \n
-
processor based microcontrollers. This file can be freely distributed \n
-
within development tools that are supporting such ARM based processors. \n
-
\n
-
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED \n
-
OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF \n
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. \n
-
ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR \n
-
CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
-
</licenseText>
-
...
-
<headerSystemFilename>system_ARMCM4</headeSystemFilename>
-
<headerDefinitionsPrefix>ARM_</headerDefinitionsPrefix>
-
...
-
</device>
-
...
-

This example describes a device from the vendor Advanced RISC Machines using ARM as short name. The device belongs to the device family identified by ARMCM4. The legal disclaimer in the header files generated from this description is captured and formatted in accordance to the standard ARM CMSIS disclaimer. The CMSIS system file included by the generated device header file is named system_ARMCM4.h and all type definitions will be prepended with ARM_.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__dim_element_group__gr.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - -CMSIS-SVD: dimElementGroup - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
dimElementGroup
-
-
-

The SVD specification supports the array-of-registers concept. The single register description gets duplicated automatically into an array. The size of the array is specified by the <dim> element. The register names can be composed by the register name and an index-specific substring defined in <dimIndex>. The <dimIncrement> specifies the address offset between two registers. The elements below can be used to generate an array of registers.

- - - - - - - - - -
Element Name Description Type Occurrence
dim The value defines the number of elements in an array of registers. scaledNonNegativeInteger 1..1
dimIncrement If dim is specified, this element becomes mandatory. The element specifies the address increment in between two neighboring registers of the register array in the address map. scaledNonNegativeInteger 1..1
dimIndex Specifies the substrings that replaces the %s placeholder within the register name. By default, the index is a decimal value starting with 0 for the first register. dimIndexType 0..1
-

-Examples:

-
...
-
<register>
-
<dim>6</dim>
-
<dimIncrement>4</dimIncrement>
-
<dimIndex>A,B,C,D,E,Z</dimIndex>
-
<name>GPIO_%s_CTRL</name>
-
...
-
</register>
-

The code above generates: => GPIO_A_CTRL, GPIO_B_CTRL, GPIO_C_CTRL, GPIO_D_CTRL, GPIO_E_CTRL, GPIO_Z_CTRL

-
...
-
<register>
-
<dim>4</dim>
-
<dimIncrement>4</dimIncrement>
-
<dimIndex>3-6</dimIndex>
-
<name>IRQ%s</name>
-
...
-
</register>
-

The example above generates: => IRQ3, IRQ4, IRQ5, IRQ6

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - -CMSIS-SVD: Element Groups - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
- -
-
Element Groups
-
-
- - - - - - -

-Content

 dimElementGroup
 
 registerPropertiesGroup
 
-

Description

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__elem__type__gr.js +++ /dev/null @@ -1,5 +0,0 @@ -var group__elem__type__gr = -[ - [ "dimElementGroup", "group__dim_element_group__gr.html", null ], - [ "registerPropertiesGroup", "group__register_properties_group__gr.html", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__peripheral_section_extensions__gr.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - -CMSIS-SVD: Extensions to the Peripheral Section - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Extensions to the Peripheral Section
-
-
-

The following elements have been added to the peripheral section. All new elements are optional but are highly recommended to enable the generation of consistent and CMSIS-compliant device header files from SVD descriptions.

- - - - - - - -
Element Name Description Type Occurrence
alternatePeripheral All address blocks in the memory space of a device are assigned to a unique peripheral by default. If there are multiple peripherals describing the same address blocks, this needs to be specified explicitly. A peripheral redefining an address block needs to specify the name of the peripheral that is listed first in the description. If no alternate peripheral is specified, then the SVDConv utility will generate errors. identifierType 0..1
headerStructName The header file generator uses the name of a peripheral as the base name for the C structure type. If this element is specfied, then this string is used instead of the peripheral name. This is particularly useful when multiple peripherals get derived from a peripheral description and a generic type name shall be used. identifierType 0..1
-

-Example:

-
<peripheral>
-
<name>Timer1</name>
-
<version>1.0</version>
-
<description>Timer 1 is a standard timer ... </description>
-
<baseAddress>0x40002000</baseAddress>
-
...
-
</peripheral>
-
<peripheral>
-
<name>Timer1_Alt</name>
-
<version>1.0</version>
-
<description>Alternate Timer 1 is a special timer execution mode ... </description>
-
<baseAddress>0x40002000</baseAddress>
-
<alternatePeripheral>Timer1</alternatePeripheral>
-
...
-
</peripheral>
-

Two timer peripheral descriptions are specified for the same memory block. No redefined addresses will be reported for both peripherals.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -CMSIS-SVD: registerPropertiesGroup - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
registerPropertiesGroup
-
-
-

Register properties can be set on device, peripheral, and register level. Element values defined on a lower level overwrite element values defined on a more general level. For example, the register-level.<size> will overwrite peripheral-level.<size>. Elements that have not been defined on a more general level, must be defined at register level at the latest.

- - - - - - - - - - - -
Element Name Description Type Occurrence
size Defines the default bit-width of any register contained in the device (implicit inheritance). This element can be redefined on any lower level of the description using the size element there. scaledNonNegativeInteger 0..1
access Defines the default access rights for all registers. Access rights can be redefined on any lower level of the description using the access element there.
-
- The predefined tokens are:
    -
  • read-only: read access is permitted. Write operations have an undefined result.
  • -
  • write-only: write access is permitted. Read operations have an undefined result.
  • -
  • read-write: both read and write accesses are permitted. Writes affect the state of the register and reads return a value related to the register.
  • -
  • writeOnce: only the first write after reset has an effect on the register. Read operations deliver undefined results.
  • -
  • read-writeOnce: Read operations deliver a result related to the register content. Only the first write access to this register after a reset will have an effect on the register content.
  • -
-
accessType 0..1
resetValue Defines the default value for all registers at RESET. The default register value can be redefined on any lower level using the resetValue element there. The actual reset value is calculated from the resetValue and the resetMask. The mask is used to specify bits with an undefined reset value. scaledNonNegativeInteger 0..1
resetMask Identifies which register bits have a defined reset value. These bit positions are set to one. Bit positions with an undefined reset value are set to zero. scaledNonNegativeInteger 0..1
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__register_section_extensions__gr.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -CMSIS-SVD: Extensions to the Register Section - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Extensions to the Register Section
-
-
-

The following elements have been added to the register section. All new elements are optional.

- - - - - - - -
Element Name Description Type Occurrence
alternateRegister This tag can reference a register that has been defined above to current location in the description and that describes the memory location already. This tells the SVDConv's address checker that the redefinition of this particular register is intentional. The register name needs to be unique within the scope of the current peripheral. A register description is defined either for a unique address location or could be a redefinition of an already described address. In the latter case, the register can be either marked alternateRegister and needs to have a unique name, or it can have the same register name but is assigned to a register subgroup through the tag alternateGroup (specified in version 1.0). identifierType 0..1
dataType It can be useful to assign a specific native C datatype to a register. This helps avoiding type casts. For example, if a 32 bit register shall act as a pointer to a 32 bit unsigned data item, then dataType can be set to "uint32_t *". The following simple data types are predefined:
    -
  • uint8_t: unsigned byte
  • -
  • uint16_t: unsigned half word
  • -
  • uint32_t: unsigned word
  • -
  • uint64_t: unsigned double word
  • -
  • int8_t: signed byte
  • -
  • int16_t: signed half word
  • -
  • int32_t: signed world
  • -
  • int64_t: signed double word
  • -
  • uint8_t *: pointer to unsigned byte
  • -
  • uint16_t *: pointer to unsigned half word
  • -
  • uint32_t *: pointer to unsigned word
  • -
  • uint64_t *: pointer to unsigned double word
  • -
  • int8_t *: pointer to signed byte
  • -
  • int16_t *: pointer to signed half word
  • -
  • int32_t *: pointer to signed world
  • -
  • int64_t *: pointer to signed double word
  • -
-
dataTypeType 0..1
-

-Example:

-
...
-
<register>
-
<name>TIM_MODEA</name>
-
<description>In mode A this register acts as a reload value</description>
-
<addressOffset>0xC</addressOffset>
-
</register>
-
<register>
-
<name>TIM_MODEB</name>
-
<description>In mode B this register acts as the compare value</description>
-
<alternateRegister>TIM_MODEA</alternateRegister>
-
<addressOffset>0xC</addressOffset>
-
</register>
-
<register>
-
<name>DMA_DATA</name>
-
<description>This register contains the address of the data being transferred</description>
-
<dataType>uint32_t *</dataType>
-
<addressOffset>0xf0</addressOffset>
-
</register>
-
...
-

This example describes two registers, TIM_MODEA and TIM_MODEB. Both have the same address offset. Based on the configured operation model being A or B, the register acts as reload or compare value. The register DMA_DATA is specified as a pointer to unsigned word data. The code generated for the device header file is:

-
typedef struct {
-
union {
-
__IO uint32_t TIM_MODEA;
-
__IO uint32_t TIM_MODEB;
-
};
-
__IO uint32_t * DMA_DATA;
-
...
-
} <peripheral:name>_Type;
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__schema__1__1__gr.html +++ /dev/null @@ -1,612 +0,0 @@ - - - - - -CMSIS-SVD: CMSIS-SVD Schema File Ver. 1.1 (draft) - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
CMSIS-SVD Schema File Ver. 1.1 (draft)
-
-
-
<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  date: 04.07.2012
-
-  Copyright (C) 2011 - 2012 ARM Limited. All rights reserved.
-
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions are met:
-   - Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-   - Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-   - Neither the name of ARM nor the names of its contributors may be used 
-     to endorse or promote products derived from this software without 
-     specific prior written permission.
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
-  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
-  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-  ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
-  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-  POSSIBILITY OF SUCH DAMAGE.
-
-  This is CMSIS-SVD version 1.1
-  For backward compatibility all additional tags have been made optional.
-  Extensions may be mandatory for successful device header file generation
-  Other changes are related to some restructuring of the schema.
-  
-  Note that the memory section has been removed since this would limit the
-  reuse of descriptions for a series of devices.
- -->
-
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1">
-  <!-- stringType requires a none empty string of a least one character length -->
-  <xs:simpleType name="stringType">
-    <xs:restriction base="xs:string">
-      <xs:minLength value="1"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- cpuType specifies a selection of Cortex-M and Secure-Cores. This list will get extended as new processors are released -->
-  <xs:simpleType name="cpuNameType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="CM0"/>
-      <xs:enumeration value="CM0PLUS"/>
-      <xs:enumeration value="CM0+"/>
-      <xs:enumeration value="SC000"/>
-      <xs:enumeration value="CM3"/>
-      <xs:enumeration value="SC300"/>
-      <xs:enumeration value="CM4"/>
-      <xs:enumeration value="other"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- revisionType specifies the CPU revision format as defined by ARM (rNpM) -->
-  <xs:simpleType name="revisionType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="r[0-9]p[0-9]"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- EndianType pre-defines the tokens for specifying the endianess of the device -->
-  <xs:simpleType name="endianType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="little"/>
-      <xs:enumeration value="big"/>
-      <xs:enumeration value="selectable"/>
-      <xs:enumeration value="other"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- dataType pre-defines the tokens in line with CMSIS data type definitions -->
-  <xs:simpleType name="dataTypeType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="uint8_t"/>
-      <xs:enumeration value="uint16_t"/>
-      <xs:enumeration value="uint32_t"/>
-      <xs:enumeration value="uint64_t"/>
-      <xs:enumeration value="int8_t"/>
-      <xs:enumeration value="int16_t"/>
-      <xs:enumeration value="int32_t"/>
-      <xs:enumeration value="int64_t"/>
-      <xs:enumeration value="uint8_t *"/>
-      <xs:enumeration value="uint16_t *"/>
-      <xs:enumeration value="uint32_t *"/>
-      <xs:enumeration value="uint64_t *"/>
-      <xs:enumeration value="int8_t *"/>
-      <xs:enumeration value="int16_t *"/>
-      <xs:enumeration value="int32_t *"/>
-      <xs:enumeration value="int64_t *"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- nvicPrioBitsType specifies the integer value range for the number of bits used in NVIC to encode priority levels -->
-  <xs:simpleType name="nvicPrioBitsType">
-    <xs:restriction base="xs:integer">
-      <xs:minInclusive value="2"/>
-      <xs:maxInclusive value="8"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- identifierType specifies the subset and sequence of characters used for specifying identifiers within the description. -->
-  <!-- this is particularly important as these are used in ANSI C Structures during the device header file generation -->
-  <xs:simpleType name="identifierType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="((%s)[_A-Za-z]{1}[_A-Za-z0-9]*)|([_A-Za-z]{1}[_A-Za-z0-9]*(\[%s\])?)|([_A-Za-z]{1}[_A-Za-z0-9]*(%s)?[_A-Za-z0-9]*)"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- enumerationNameType specifies the subset and sequence of characters used for specifying names of enumeratedValues. -->
-  <!-- this is particularly important as these are used in ANSI C Structures during the device header file generation -->
-  <xs:simpleType name="enumerationNameType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[_A-Za-z0-9]*"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <!-- dimIndexType specifies the subset and sequence of characters used for specifying the sequence of indices in register arrays -->
-  <xs:simpleType name="dimIndexType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[0-9]+\-[0-9]+|[A-Z]-[A-Z]|[_0-9a-zA-Z]+(,\s*[_0-9a-zA-Z]+)+"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- scaledNonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimar format -->
-  <xs:simpleType name="scaledNonNegativeInteger">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[+]?(0x|0X|#)?[0-9a-fA-F]+[kmgtKMGT]?"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- enumeratedValueDataType specifies the number formats for the values in enumeratedValues -->
-  <xs:simpleType name="enumeratedValueDataType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[+]?(0x|0X|#)?[0-9a-fxA-FX]+"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- accessType specfies the pre-defined tokens for the available accesses -->
-  <xs:simpleType name="accessType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="read-only"/>
-      <xs:enumeration value="write-only"/>
-      <xs:enumeration value="read-write"/>
-      <xs:enumeration value="writeOnce"/>
-      <xs:enumeration value="read-writeOnce"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- modifiedWriteValuesType specifies the pre-defined tokens for the write side effects -->
-  <xs:simpleType name="modifiedWriteValuesType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="oneToClear"/>
-      <xs:enumeration value="oneToSet"/>
-      <xs:enumeration value="oneToToggle"/>
-      <xs:enumeration value="zeroToClear"/>
-      <xs:enumeration value="zeroToSet"/>
-      <xs:enumeration value="zeroToToggle"/>
-      <xs:enumeration value="clear"/>
-      <xs:enumeration value="set"/>
-      <xs:enumeration value="modify"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- readAction type specifies the pre-defined tokens for read side effects -->
-  <xs:simpleType name="readActionType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="clear"/>
-      <xs:enumeration value="set"/>
-      <xs:enumeration value="modify"/>
-      <xs:enumeration value="modifyExternal"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- enumUsageType specifies the pre-defined tokens for selecting what access types an enumeratedValues set is associated with -->
-  <xs:simpleType name="enumUsageType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="read"/>
-      <xs:enumeration value="write"/>
-      <xs:enumeration value="read-write"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- bitRangeType specifies the bit numbers to be restricted values from 0 - 69 -->
-  <xs:simpleType name="bitRangeType">
-    <xs:restriction base="xs:token">
-      <xs:pattern value="\[([0-4])?[0-9]:([0-4])?[0-9]\]"/>
-    </xs:restriction>
-  </xs:simpleType>
-  <!-- writeContraintType specifies how to describe the restriction of the allowed values that can be written to a resource -->
-  <xs:complexType name="writeConstraintType">
-    <xs:choice>
-      <xs:element name="writeAsRead" type="xs:boolean"/>
-      <xs:element name="useEnumeratedValues" type="xs:boolean"/>
-      <xs:element name="range">
-        <xs:complexType>
-          <xs:sequence>
-            <xs:element name="minimum" type="scaledNonNegativeInteger"/>
-            <xs:element name="maximum" type="scaledNonNegativeInteger"/>
-          </xs:sequence>
-        </xs:complexType>
-      </xs:element>
-    </xs:choice>
-  </xs:complexType>
-  <!-- addressBlockType specifies the elements to describe an address block -->
-  <xs:complexType name="addressBlockType">
-    <xs:sequence>
-      <xs:element name="offset" type="scaledNonNegativeInteger"/>
-      <xs:element name="size" type="scaledNonNegativeInteger"/>
-      <xs:element name="usage">
-        <xs:simpleType>
-          <xs:restriction base="xs:token">
-            <xs:enumeration value="registers"/>
-            <xs:enumeration value="buffer"/>
-            <xs:enumeration value="reserved"/>
-          </xs:restriction>
-        </xs:simpleType>
-      </xs:element>
-    </xs:sequence>
-  </xs:complexType>
-  <!-- interruptType specifies how to describe an interrupt associated with a peripheral -->
-  <xs:complexType name="interruptType">
-    <xs:sequence>
-      <xs:element name="name" type="stringType"/>
-      <xs:element name="description" type="xs:string" minOccurs="0"/>
-      <xs:element name="value" type="xs:integer"/>
-    </xs:sequence>
-  </xs:complexType>
-  <!-- register properties group specifies register size, access permission and reset value 
-       this is used in multiple locations. Settings are inherited downstream. -->  
-  <xs:group name="registerPropertiesGroup">
-    <xs:sequence>
-      <xs:element name="size" type="scaledNonNegativeInteger" minOccurs="0"/>
-      <xs:element name="access" type="accessType" minOccurs="0"/>
-      <xs:element name="resetValue" type="scaledNonNegativeInteger" minOccurs="0"/>
-      <xs:element name="resetMask" type="scaledNonNegativeInteger" minOccurs="0"/>
-    </xs:sequence>
-  </xs:group>
-  <!-- bitRangeLsbMsbStyle specifies the bit position of a field within a register 
-       by specifying the least significant and the most significant bit position -->
-  <xs:group name="bitRangeLsbMsbStyle">
-    <xs:sequence>
-      <xs:element name="lsb"  type="scaledNonNegativeInteger"/>
-      <xs:element name="msb"  type="scaledNonNegativeInteger"/>
-    </xs:sequence>
-  </xs:group>
-  <!-- bitRangeOffsetWidthStyle specifies the bit position of a field within a register
-       by specifying the least significant bit position and the bitWidth of the field -->
-  <xs:group name="bitRangeOffsetWidthStyle">
-    <xs:sequence>
-      <xs:element name="bitOffset" type="scaledNonNegativeInteger"/>
-      <xs:element name="bitWidth" type="scaledNonNegativeInteger" minOccurs="0"/>   
-    </xs:sequence> 
-  </xs:group>
-  <!-- dimElementGroup specifies the number of array elements (dim), the address offset
-       between to consecutive array elements and an a comma seperated list of strings 
-       being used for identifying each element in the array -->
-  <xs:group name="dimElementGroup">
-    <xs:sequence>
-      <xs:element name="dim" type="scaledNonNegativeInteger"/>
-      <xs:element name="dimIncrement" type="scaledNonNegativeInteger"/>
-      <xs:element name="dimIndex" type="dimIndexType" minOccurs="0"/>
-    </xs:sequence>
-  </xs:group>
-
-  <xs:complexType name="cpuType">
-    <xs:sequence>
-      <!-- V1.1: ARM processor name: Cortex-Mx / SCxxx -->
-      <xs:element name="name" type="cpuNameType"/>
-      <!-- V1.1: ARM defined revision of the cpu -->
-      <xs:element name="revision" type="revisionType"/>
-      <!-- V1.1: Endian specifies the endianess of the processor/device -->
-      <xs:element name="endian" type="endianType"/>
-      <!-- V1.1: mpuPresent specifies whether or not a memory protection unit is physically present -->
-      <xs:element name="mpuPresent" type="xs:boolean"/>
-      <!-- V1.1: fpuPresent specifies whether or not a floating point hardware unit is physically present -->
-      <xs:element name="fpuPresent" type="xs:boolean"/>
-      <!-- V1.1: vtorPresent is used for Cortex-M0+ based devices only. It indicates whether the Vector Table Offset
-                 Register is implemented in the device or not -->				   
-      <xs:element name="vtorPresent" type="xs:boolean" minOccurs="0"/>
-      <!-- V1.1: nvicPrioBits specifies the number of bits used by the Nested Vectored Interrupt Controller
-                 for defining the priority level = # priority levels -->
-      <xs:element name="nvicPrioBits" type="scaledNonNegativeInteger"/>
-      <!-- V1.1: vendorSystickConfig is set true if a custom system timer is implemented in the device 
-                   instead of the ARM specified SysTickTimer -->
-      <xs:element name="vendorSystickConfig" type="xs:boolean"/>
-    </xs:sequence>
-  </xs:complexType>
-
-  <xs:complexType name="enumeratedValuesType">
-    <xs:sequence>
-      <!-- name specfies a reference to this enumeratedValues section for reuse purposes
-           this name does not appear in the System Viewer nor the Header File. -->
-      <xs:element name="name" type="enumerationNameType" minOccurs="0"/>
-      <!-- usage specifies whether this enumeration is to be used for read or write or 
-                                                       (read and write) accesses -->
-      <xs:element name="usage" type="enumUsageType" minOccurs="0"/>
-      <!-- enumeratedValue derivedFrom=<identifierType> -->
-      <xs:element name="enumeratedValue" minOccurs="1" maxOccurs="unbounded">
-        <xs:complexType>
-          <xs:sequence>
-            <!-- name is a ANSI C indentifier representing the value (C Enumeration) -->
-            <xs:element name="name" type="enumerationNameType"/>
-            <!-- description contains the details about the semantics/behavior specified by this value -->
-            <xs:element name="description" type="stringType" minOccurs="0"/>
-            <xs:choice>
-              <xs:element name="value" type="enumeratedValueDataType"/>
-              <!-- isDefault specifies the name and description for all values that are not
-                   specifically described individually -->
-              <xs:element name="isDefault" type="xs:boolean"/>
-            </xs:choice>
-          </xs:sequence>
-        </xs:complexType>
-      </xs:element>
-    </xs:sequence>
-    <xs:attribute name="derivedFrom" type="enumerationNameType" use="optional"/>
-  </xs:complexType>
-
-  <xs:complexType name="fieldType">
-    <xs:sequence>
-      <!-- name specifies a field's name. The System Viewer and the device header file will
-           use the name of the field as identifier -->
-      <xs:element name="name" type="identifierType"/>
-      <!-- description contains reference manual level information about the function and 
-           options of a field -->
-      <xs:element name="description" type="stringType" minOccurs="0"/>
-      <!-- alternative specifications of the bit position of the field within the register -->
-      <xs:choice minOccurs="1" maxOccurs="1">
-        <!-- bit field described by lsb followed by msb tag -->
-        <xs:group ref="bitRangeLsbMsbStyle"/>
-        <!-- bit field described by bit offset relative to Bit0 + bit width of field -->
-        <xs:group ref="bitRangeOffsetWidthStyle"/>
-        <!-- bit field described by [<msb>:<lsb>] -->
-        <xs:element name="bitRange" type="bitRangeType"/>
-      </xs:choice>
-      <!-- access describes the predefined permissions for the field. -->
-      <xs:element name="access" type="accessType" minOccurs="0"/>
-      <!-- predefined description of write side effects -->
-      <xs:element name="modifiedWriteValues" type="modifiedWriteValuesType" minOccurs="0"/>
-      <!-- writeContstraint specifies the subrange of allowed values -->
-      <xs:element name="writeConstraint" type="writeConstraintType" minOccurs="0"/>
-      <!-- readAction specifies the read side effects. -->
-      <xs:element name="readAction" type="readActionType" minOccurs="0"/>
-      <!-- enumeratedValues derivedFrom=<identifierType> -->
-      <xs:element name="enumeratedValues" type="enumeratedValuesType" minOccurs="0" maxOccurs="2">
-      </xs:element>
-    </xs:sequence>
-    <xs:attribute name="derivedFrom" type="identifierType" use="optional"/>
-  </xs:complexType>
-
-  <xs:complexType name="fieldsType">
-    <xs:sequence>
-      <!-- field derivedFrom=<identifierType> -->
-      <xs:element name="field" type="fieldType" minOccurs="1" maxOccurs="unbounded"/>
-    </xs:sequence>
-  </xs:complexType>
-
-  <xs:complexType name="registerType">
-    <xs:sequence>
-      <xs:group    ref="dimElementGroup" minOccurs="0"/>
-      <!-- name specifies the name of the register. The register name is used by System Viewer and
-                                     device header file generator to represent a register -->
-      <xs:element name="name" type="identifierType"/>
-      <!-- display name specifies a register name without the restritions of an ANSIS C identifier.
-                                     The use of this tag is discouraged because it does not allow consistency between
-                                     the System View and the device header file. -->
-      <xs:element name="displayName" type="stringType" minOccurs="0"/>
-      <!-- description contains a reference manual level description about the register and it's purpose -->
-      <xs:element name="description" type="stringType" minOccurs="0"/>
-      <xs:choice>
-        <!-- alternateGroup specifies the identifier of the subgroup a register belongs to.
-                                       This is useful if a register has a different description per mode but a single name -->
-        <xs:element name="alternateGroup" type="identifierType" minOccurs="0"/>
-        <!-- V1.1: alternateRegister specifies an alternate register description for an address that is
-                                       already fully described. In this case the register name must be unique within the peripheral -->
-        <xs:element name="alternateRegister" type="identifierType" minOccurs="0"/>
-      </xs:choice>
-      <!-- addressOffset describes the address of the register relative to the baseOffset of the peripheral -->
-      <xs:element name="addressOffset" type="scaledNonNegativeInteger"/>
-      <!-- registerPropertiesGroup elements specify the default values for register size, access permission and
-                                     reset value. These default values are inherited to all fields contained in this register -->
-      <xs:group    ref="registerPropertiesGroup" minOccurs="0"/>
-      <!-- V1.1: dataType specifies a CMSIS compliant native dataType for a register (i.e. signed, unsigned, pointer) -->
-      <xs:element name="dataType" type="dataTypeType" minOccurs="0"/>
-      <!-- modifiedWriteValues specifies the write side effects -->
-      <xs:element name="modifiedWriteValues" type="modifiedWriteValuesType" minOccurs="0"/>
-      <!-- writeConstraint specifies the subset of allowed write values -->
-      <xs:element name="writeConstraint" type="writeConstraintType" minOccurs="0"/>
-      <!-- readAcction specifies the read side effects -->
-      <xs:element name="readAction" type="readActionType" minOccurs="0"/>
-      <!-- fields section contains all fields that belong to this register -->
-      <xs:element name="fields" type="fieldsType" minOccurs="0" maxOccurs="1"/>
-    </xs:sequence>
-    <xs:attribute name="derivedFrom" type="identifierType" use="optional"/>
-  </xs:complexType>
-
-  <!-- V1.1: A cluster is a set of registers that are composed into a C data structure in the device header file -->
-  <xs:complexType name="clusterType">
-    <xs:sequence>
-      <xs:group   ref="dimElementGroup" minOccurs="0"/>
-      <xs:element name="name" type="identifierType"/>
-      <xs:element name="description" type="xs:string"/>
-      <!-- V1.1: alternateCluster specifies an alternative description for a cluster address range that is
-                 already fully described. In this case the cluster name must be unique within the peripheral -->
-      <xs:element name="alternateCluster" type="identifierType" minOccurs="0"/>
-      <!-- V1.1: headerStructName specifies the name for the cluster structure typedef
-                 used in the device header generation instead of the cluster name -->
-      <xs:element name="headerStructName" type="identifierType" minOccurs="0"/>
-      <xs:element name="addressOffset" type="scaledNonNegativeInteger"/>
-      <xs:element name="register" type="registerType" minOccurs="1" maxOccurs="unbounded"/>
-    </xs:sequence>
-    <xs:attribute name="derivedFrom" type="identifierType" use="optional"/>
-  </xs:complexType>
-
-  <!-- the registers section can have an arbitrary list of cluster and register sections -->
-  <xs:complexType name="registersType">
-    <xs:choice minOccurs="1" maxOccurs="unbounded">
-      <xs:element name="cluster" type="clusterType"/>
-      <xs:element name="register" type="registerType"/>
-    </xs:choice>
-  </xs:complexType>
-
-  <xs:complexType name="peripheralType">
-    <xs:sequence>
-      <!-- name specifies the name of a peripheral. This name is used for the System View and device header file -->
-      <xs:element name="name" type="xs:Name"/>
-      <!-- version specifies the version of the peripheral descriptions -->
-      <xs:element name="version" type="stringType" minOccurs="0"/>
-      <!-- description provides a high level functional description of the peripheral -->
-      <xs:element name="description" type="stringType" minOccurs="0"/>
-      <!-- V1.1: alternatePeripheral specifies an alternative description for an address range that is
-           already fully by a peripheral described. In this case the peripheral name must be unique within the device description -->
-      <xs:element name="alternatePeripheral" type="identifierType" minOccurs="0"/>
-      <!-- groupName assigns this peripheral to a group of peripherals. This is only used bye the System View -->
-      <xs:element name="groupName" type="xs:Name" minOccurs="0"/>
-      <!-- prependToName specifies a prefix that is placed in front of each register name of this peripheral. 
-                         The device header file will show the registers in a C-Struct of the peripheral without the prefix. -->
-      <xs:element name="prependToName" type="identifierType" minOccurs="0"/>
-      <!-- appendToName is a postfix that is appended to each register name of this peripheral. The device header 
-                         file will sho the registers in a C-Struct of the peripheral without the postfix -->
-      <xs:element name="appendToName" type="identifierType" minOccurs="0"/>
-      <!-- V1.1: headerStructName specifies the name for the peripheral structure typedef
-                         used in the device header generation instead of the peripheral name -->
-      <xs:element name="headerStructName" type="identifierType" minOccurs="0"/>
-      <!-- disableCondition contains a logical expression based on constants and register or bit-field values 
-                         if the condition is evaluated to true, the peripheral display will be disabled -->
-      <xs:element name="disableCondition" type="stringType" minOccurs="0"/>
-      <!-- baseAddress specifies the absolute base address of a peripheral. For derived peripherals it is mandatory
-                         to specify a baseAddress. -->
-      <xs:element name="baseAddress" type="scaledNonNegativeInteger"/>
-      <!-- registerPropertiesGroup elements specify the default values for register size, access permission and
-                         reset value. These default values are inherited to all registers contained in this peripheral -->
-      <xs:group ref="registerPropertiesGroup" minOccurs="0"/>
-      <!-- addressBlock specifies one or more address ranges that are assigned exclusively to this peripheral. 
-                         derived peripherals may have no addressBlock, however none-derived peripherals are required to specify
-                         at least one address block -->
-      <xs:element name="addressBlock" type="addressBlockType" minOccurs="0" maxOccurs="unbounded"/>
-      <!-- interrupt specifies can specify one or more interrtupts by name, description and value -->
-      <xs:element name="interrupt" type="interruptType" minOccurs="0" maxOccurs="unbounded"/>
-      <!-- registers section contains all registers owned by the peripheral. In case a peripheral gets derived it does
-                        not have its own registers section, hence this section is optional. A unique peripheral without a 
-                        registers section is not allowed -->
-      <xs:element name="registers" type="registersType" minOccurs="0" maxOccurs="1">
-      </xs:element>
-    </xs:sequence>
-    <xs:attribute name="derivedFrom" type="identifierType" use="optional"/>
-  </xs:complexType>
-  
-  <!-- ==================================================== -->
-  <!-- The top level element of a description is the device -->
-  <!-- ==================================================== -->
-  <xs:element name="device" nillable="true">
-    <xs:complexType>
-      <xs:sequence>
-        <!-- V1.1: Vendor Name -->
-        <xs:element name="vendor" type="stringType" minOccurs="0"/>
-        <!-- V1.1: Vendor ID - a short name for referring to the vendor (e.g. Texas Instruments = TI) -->
-        <xs:element name="vendorID" type="identifierType" minOccurs="0"/>
-        <!-- name specifies the device name being described -->
-        <xs:element name="name" type="identifierType"/>
-        <!-- V1.1: series specifies the device series or family name -->
-        <xs:element name="series" type="stringType" minOccurs="0"/>
-        <!-- version specifies the version of the device description -->
-        <xs:element name="version" type="stringType"/>
-        <!-- description is a string describing the device features (e.g. memory size, peripherals, etc.) -->
-        <xs:element name="description" type="stringType"/>
-        <!-- V1.1: licenseText specifies the file header section to be included in any derived file -->
-        <xs:element name="licenseText" type="stringType" minOccurs="0"/>
-        <!-- V1.1: cpu specifies the details of the processor included in the device -->
-        <xs:element name="cpu" type="cpuType" minOccurs="0"/>
-        <!-- V1.1: the tag specifies the filename without extension of the CMSIS System Device include file.
-             This tag is used by the header file generator for customizing the include statement referencing the
-             CMSIS system file within the CMSIS device header file. By default the filename is "system_<device.name>"
-             In cases a device series shares a single system header file, the name of the series shall be used 
-             instead of the individual device name. -->
-        <xs:element name="headerSystemFilename" type="identifierType" minOccurs="0"/>
-        <!-- V1.1: headerDefinitionPrefix specifies the string being prepended to all names of types defined in
-             generated device header file -->
-        <xs:element name="headerDefinitionsPrefix" type="identifierType" minOccurs="0"/>
-        <!-- addressUnitBits specifies the size of the minimal addressable unit in bits -->
-        <xs:element name="addressUnitBits" type="scaledNonNegativeInteger"/>
-        <!-- width specifies the number of bits for the maximum single transfer size allowed by the bus interface.
-             This sets the maximum size of a single register that can be defined for an address space -->
-        <xs:element name="width" type="scaledNonNegativeInteger"/>
-        <!-- registerPropertiesGroup elements specify the default values for register size, access permission and
-             reset value -->
-        <xs:group ref="registerPropertiesGroup" minOccurs="0"/>
-
-        <!-- peripherals is containing all peripherals -->
-        <xs:element name="peripherals">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="peripheral" type="peripheralType" minOccurs="1" maxOccurs="unbounded"/>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-
-        <!-- Vendor Extensions: this section captures custom extensions. This section will be ignored by default -->
-        <xs:element name="vendorExtensions" minOccurs="0" maxOccurs="1">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
-              </xs:any>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-      </xs:sequence>
-      <xs:attribute name="schemaVersion" type="xs:decimal" use="required" fixed="1.1"/>
-    </xs:complexType>
-  </xs:element>
-</xs:schema>
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__schema__gr.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - -CMSIS-SVD: CMSIS-SVD Schema File Ver. 1.0 - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
CMSIS-SVD Schema File Ver. 1.0
-
-
-
<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-  date: 07.12.2011
-  
-  Copyright (C) 2011 - 2012 ARM Limited. All rights reserved.
-
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions are met:
-   - Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-   - Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-   - Neither the name of ARM nor the names of its contributors may be used 
-     to endorse or promote products derived from this software without 
-     specific prior written permission.
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
-  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
-  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-  ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
-  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
-  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-  POSSIBILITY OF SUCH DAMAGE.
- -->
-
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
-  
-  <xs:simpleType name="registerNameType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="((%s)[_A-Za-z]{1}[_A-Za-z0-9]*)|([_A-Za-z]{1}[_A-Za-z0-9]*(\[%s\])?)|([_A-Za-z]{1}[_A-Za-z0-9]*(%s)?[_A-Za-z0-9]*)"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="dimIndexType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[0-9]+\-[0-9]+|[A-Z]-[A-Z]|[_0-9a-zA-Z]+(,\s*[_0-9a-zA-Z]+)+"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="scaledNonNegativeInteger">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[+]?(0x|0X|#)?[0-9a-fA-F]+[kmgtKMGT]?"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="enumeratedValueDataType">
-    <xs:restriction base="xs:string">
-      <xs:pattern value="[+]?(0x|0X|#)?[0-9a-fxA-FX]+"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="accessType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="read-only"/>
-      <xs:enumeration value="write-only"/>
-      <xs:enumeration value="read-write"/>
-      <xs:enumeration value="writeOnce"/>
-      <xs:enumeration value="read-writeOnce"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="modifiedWriteValuesType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="oneToClear"/>
-      <xs:enumeration value="oneToSet"/>
-      <xs:enumeration value="oneToToggle"/>
-      <xs:enumeration value="zeroToClear"/>
-      <xs:enumeration value="zeroToSet"/>
-      <xs:enumeration value="zeroToToggle"/>
-      <xs:enumeration value="clear"/>
-      <xs:enumeration value="set"/>
-      <xs:enumeration value="modify"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="readActionType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="clear"/>
-      <xs:enumeration value="set"/>
-      <xs:enumeration value="modify"/>
-      <xs:enumeration value="modifyExternal"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="enumUsageType">
-    <xs:restriction base="xs:token">
-      <xs:enumeration value="read"/>
-      <xs:enumeration value="write"/>
-      <xs:enumeration value="read-write"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:simpleType name="bitRangeType">
-    <xs:restriction base="xs:token">
-      <xs:pattern value="\[([0-3])?[0-9]:([0-3])?[0-9]\]"/>
-    </xs:restriction>
-  </xs:simpleType>
-
-  <xs:complexType name="writeConstraintType">
-    <xs:choice>
-      <xs:element name="writeAsRead" type="xs:boolean"/>
-      <xs:element name="useEnumeratedValues" type="xs:boolean"/>
-      <xs:element name="range">
-        <xs:complexType>
-          <xs:sequence>
-            <xs:element name="minimum" type="scaledNonNegativeInteger"/>
-            <xs:element name="maximum" type="scaledNonNegativeInteger"/>
-          </xs:sequence>
-        </xs:complexType>
-      </xs:element>
-    </xs:choice>
-  </xs:complexType>
-
-  <xs:complexType name="addressBlockType">
-    <xs:sequence>
-      <xs:element name="offset" type="scaledNonNegativeInteger"/>
-      <xs:element name="size" type="scaledNonNegativeInteger"/>
-      <xs:element name="usage">
-        <xs:simpleType>
-          <xs:restriction base="xs:token">
-            <xs:enumeration value="registers"/>
-            <xs:enumeration value="buffer"/>
-            <xs:enumeration value="reserved"/>
-          </xs:restriction>
-        </xs:simpleType>
-      </xs:element>
-    </xs:sequence>
-  </xs:complexType>
-
-  <xs:complexType name="interruptType">
-    <xs:sequence>
-      <xs:element name="name" type="xs:string"/>
-      <xs:element name="value" type="xs:integer"/>
-    </xs:sequence>
-  </xs:complexType>
-
-  <xs:group name="registerPropertiesGroup">
-    <xs:sequence>
-      <xs:element name="size" type="scaledNonNegativeInteger" minOccurs="0"/>
-      <xs:element name="access" type="accessType" minOccurs="0"/>
-      <xs:element name="resetValue" type="scaledNonNegativeInteger" minOccurs="0"/>
-      <xs:element name="resetMask" type="scaledNonNegativeInteger" minOccurs="0"/>
-    </xs:sequence>
-  </xs:group>
-
-  <xs:group name="bitRangeLsbMsbStyle">
-    <xs:sequence>
-      <xs:element name="lsb"  type="scaledNonNegativeInteger"/>
-      <xs:element name="msb"  type="scaledNonNegativeInteger"/>
-    </xs:sequence>
-  </xs:group>
-
-  <xs:group name="bitRangeOffsetWidthStyle">
-    <xs:sequence>
-      <xs:element name="bitOffset" type="scaledNonNegativeInteger"/>
-      <xs:element name="bitWidth" type="scaledNonNegativeInteger" minOccurs="0"/>   
-    </xs:sequence> 
-  </xs:group>
-
-  <xs:group name="dimElementGroup">
-    <xs:sequence>
-      <xs:element name="dim" type="scaledNonNegativeInteger"/>
-      <xs:element name="dimIncrement" type="scaledNonNegativeInteger"/>
-      <xs:element name="dimIndex" type="dimIndexType" minOccurs="0"/>
-    </xs:sequence>
-  </xs:group>
-
-  <xs:element name="device" nillable="true">
-    <xs:complexType>
-      <xs:sequence>
-        <xs:element name="name" type="xs:string"/>
-        <xs:element name="version" type="xs:string"/>
-        <xs:element name="description" type="xs:string"/>
-        <xs:element name="addressUnitBits" type="scaledNonNegativeInteger"/>
-        <xs:element name="width" type="scaledNonNegativeInteger"/>
-        <xs:group ref="registerPropertiesGroup" minOccurs="0"/>
-        <xs:element name="peripherals">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:element name="peripheral" minOccurs="1" maxOccurs="unbounded">
-                <xs:complexType>
-                  <xs:sequence>
-                    <xs:element name="name" type="xs:Name"/>
-                    <xs:element name="version" type="xs:string" minOccurs="0"/>
-                    <xs:element name="description" type="xs:string" minOccurs="0"/>
-                    <xs:element name="groupName" type="xs:string" minOccurs="0"/>
-                    <xs:element name="prependToName" type="xs:string" minOccurs="0"/>
-                    <xs:element name="appendToName" type="xs:string" minOccurs="0"/>
-                    <xs:element name="disableCondition" type="xs:string" minOccurs="0"/>
-                    <xs:element name="baseAddress" type="scaledNonNegativeInteger"/>
-                    <xs:group ref="registerPropertiesGroup" minOccurs="0"/>
-                    <xs:element name="addressBlock" type="addressBlockType" minOccurs="0" maxOccurs="unbounded"/>
-                    <xs:element name="interrupt" type="interruptType" minOccurs="0" maxOccurs="unbounded"/>
-                    <xs:element name="registers" minOccurs="0" maxOccurs="1">
-                      <xs:complexType>
-                        <xs:sequence>
-                          <xs:element name="register" minOccurs="1" maxOccurs="unbounded">
-                            <xs:complexType>
-                              <xs:sequence>
-                                <xs:group ref="dimElementGroup" minOccurs="0"/>
-                                <xs:element name="name" type="registerNameType"/> <!-- was xs:Name -->
-                                <xs:element name="displayName" type="xs:string" minOccurs="0"/>
-                                <xs:element name="description" type="xs:string" minOccurs="0"/>
-                                <xs:element name="alternateGroup" type="xs:Name" minOccurs="0"/>
-                                <xs:element name="addressOffset" type="scaledNonNegativeInteger"/>
-                                <xs:group ref="registerPropertiesGroup" minOccurs="0"/>
-                                <xs:element name="modifiedWriteValues" type="modifiedWriteValuesType" minOccurs="0"/>
-                                <xs:element name="writeConstraint" type="writeConstraintType" minOccurs="0"/>
-                                <xs:element name="readAction" type="readActionType" minOccurs="0"/>
-                                <xs:element name="fields" minOccurs="0" maxOccurs="1">
-                                  <xs:complexType>
-                                    <xs:sequence>
-                                      <xs:element name="field" minOccurs="1" maxOccurs="unbounded">
-                                      <xs:complexType>
-                                        <xs:sequence>
-                                          <xs:element name="name" type="xs:string"/>
-                                          <xs:element name="description" type="xs:string" minOccurs="0"/>
-                                          <xs:choice>
-                                            <xs:group ref="bitRangeLsbMsbStyle" minOccurs="0"/>
-                                            <xs:group ref="bitRangeOffsetWidthStyle" minOccurs="0"/>
-                                            <xs:element name="bitRange" type="bitRangeType" minOccurs="0"/>
-                                          </xs:choice>
-                                          <xs:element name="access" type="accessType" minOccurs="0"/>
-                                          <xs:element name="modifiedWriteValues" type="modifiedWriteValuesType" minOccurs="0"/>
-                                          <xs:element name="writeConstraint" type="writeConstraintType" minOccurs="0"/>
-                                          <xs:element name="readAction" type="readActionType" minOccurs="0"/>
-                                          <xs:element name="enumeratedValues" minOccurs="0" maxOccurs="2">
-                                            <xs:complexType>
-                                              <xs:sequence>
-                                                <xs:element name="name" type="xs:Name" minOccurs="0"/>
-                                                <xs:element name="usage" type="enumUsageType" minOccurs="0"/>
-                                                <xs:element name="enumeratedValue" minOccurs="1" maxOccurs="unbounded">
-                                                  <xs:complexType>
-                                                    <xs:sequence>
-                                                      <xs:element name="name" type="xs:string"/>
-                                                      <xs:element name="description" type="xs:string" minOccurs="0"/>
-                                                      <xs:choice>
-                                                        <xs:element name="value" type="enumeratedValueDataType"/>
-                                                        <xs:element name="isDefault" type="xs:boolean"/>
-                                                      </xs:choice>
-                                                    </xs:sequence>
-                                                  </xs:complexType>
-                                                </xs:element>
-                                              </xs:sequence>
-                                              <xs:attribute name="derivedFrom" type="xs:Name" use="optional"/>
-                                            </xs:complexType>
-                                          </xs:element>
-                                        </xs:sequence>
-                                        <xs:attribute name="derivedFrom" type="xs:Name" use="optional"/>
-                                      </xs:complexType>
-                                    </xs:element>
-                                    </xs:sequence>
-                                  </xs:complexType>
-                                </xs:element>
-                              </xs:sequence>
-                              <xs:attribute name="derivedFrom" type="xs:Name" use="optional"/>
-                            </xs:complexType>
-                          </xs:element>
-                        </xs:sequence>
-                      </xs:complexType>
-                    </xs:element>
-                  </xs:sequence>
-                  <xs:attribute name="derivedFrom" type="xs:Name" use="optional"/>
-                </xs:complexType>
-              </xs:element>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-        <xs:element name="vendorExtensions" minOccurs="0" maxOccurs="1">
-          <xs:complexType>
-            <xs:sequence>
-              <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
-              </xs:any>
-            </xs:sequence>
-          </xs:complexType>
-        </xs:element>
-      </xs:sequence>
-      <xs:attribute name="schemaVersion" type="xs:decimal" use="required" fixed="1.0"/>
-    </xs:complexType>
-  </xs:element>
-</xs:schema>
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - -CMSIS-SVD: SVD Extension in Version 1.1 - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
- -
-
SVD Extension in Version 1.1
-
-
- - - - - - - - - - - - -

-Content

 Extensions to the Device Section
 
 CPU Section (New)
 
 Extensions to the Peripheral Section
 
 Cluster Level (New)
 
 Extensions to the Register Section
 
-

Description

-

From a schema perspective, CMSIS-SVD Version 1.1 is fully backward compatible to version 1.0. Many of the features added in version 1.1 are required for generating CMSIS-Core device header files from a CMSIS SVD description. It is expected that over time all CMSIS-SVD descriptions will comply with version 1.1. Version 1.1 has not been finalized yet and is therefore currently marked draft.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__1__1__gr.js +++ /dev/null @@ -1,8 +0,0 @@ -var group__svd___format__1__1__gr = -[ - [ "Extensions to the Device Section", "group__device_section_extensions__gr.html", null ], - [ "CPU Section (New)", "group__cpu_section__gr.html", null ], - [ "Extensions to the Peripheral Section", "group__peripheral_section_extensions__gr.html", null ], - [ "Cluster Level (New)", "group__cluster_level__gr.html", null ], - [ "Extensions to the Register Section", "group__register_section_extensions__gr.html", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - -CMSIS-SVD: SVD File Schema Levels - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
- -
-
SVD File Schema Levels
-
-
- - - - - - - - - - - - -

-Content

 Device Level
 
 Peripherals Level
 
 Registers Level
 
 Fields Level
 
 Enumerated Values Level
 
-

Description

-

This section specifies the SVD file format Version 1.0. Each subsection defines one level of hierarchy and lists all mandatory and optional language elements as well as their type. A brief example description snippet demonstrates the usage of the elements.

-
Note
    -
  • The sequence of elements in CMSIS-SVD is mandatory.
  • -
  • Optional elements are highlighted in green.
  • -
  • Mandatory elements are highlighted in blue. Optional sections can contain mandatory elements, which must be specified when the optional section is used. In this case the mandatory elements are also highlighted in blue.
  • -
-
-

-Names

-

All name tags must comply with the ANSI C identifier naming restrictions (identifierType). In particular they must not contain any spaces or special characters. This is necessary to support the generation of device header files thus providing consistency between the names being shown by the debugger and the symbols being used in the CMSIS compliant target software.

-

-Constants

-

Number constants shall be entered in hexadecimal, decimal, or binary format.

-
    -
  • The Hexadecimal format is indicated by a leading "0x".
  • -
  • The Binary format is indicated by a leading "#".
  • -
  • All other formats are interpreted as decimal numbers.
  • -
  • The value tag in enumeratedValue accepts do not care bits represented by "x".
  • -
-

-Comments

-

Comments have the standard XML format.

-
    -
  • Start a comment with "<!–".
  • -
  • End a comment with "–>".
  • -
-

-Empty Tags

-
    -
  • Single tags are not supported (for example, <name>).
  • -
  • The tag content must not consist of an empty string (instead, omit optional tags).
  • -
-
Remarks
The CMSIS-SVD Schema File Ver. 1.0 and schema_1_1_gr are provided alongside this document.
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js b/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd___format__gr.js +++ /dev/null @@ -1,8 +0,0 @@ -var group__svd___format__gr = -[ - [ "Device Level", "group__svd__xml__device__gr.html", null ], - [ "Peripherals Level", "group__svd__xml__peripherals__gr.html", null ], - [ "Registers Level", "group__svd__xml__registers__gr.html", null ], - [ "Fields Level", "group__svd__xml__fields__gr.html", null ], - [ "Enumerated Values Level", "group__svd__xml__enum__gr.html", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__device__gr.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - -CMSIS-SVD: Device Level - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
-
-
-
<p>The element <b>device</b> provides the outermost frame of the description. 
-- Only one device section is allowed per file. All other elements like peripherals, registers, 
-fields, enumerated values, and vendor extensions are described within this scope. 
-- A device contains one or more peripherals. 
-- Optional elements like size, access, resetValue, and resetMask defined on this level are used 
-as default values throughout the device description, unless they get redefined at a lower level.
-    </p> 
-

-
-<device schemaVersion="xs:decimal" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_0.xsd">
    <name>identifierType</name>
-    <version>xs:string</version>
-    <description>xs:string</description>
-    <addressUnitBits>scaledNonNegativeInteger</addressUnitBits>
-    <width>scaledNonNegativeInteger</width>
-
-    <!-- registerPropertiesGroup -->
-    <size>scaledNonNegativeInteger</size>
-    <access>accessType</access>
-    <resetValue>scaledNonNegativeInteger</resetValue>
-    <resetMask>scaledNonNegativeInteger</resetMask>
-    <!-- end of registerPropertiesGroup -->
-
-    <peripherals>
-        ...
-    </peripherals>
-
-    <vendorExtensions>
-        ...
-    </vendorExtensions>
</device>
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute Name Description Type Occurrence
xmlns:xs Specifies the underlying XML schema to which the CMSIS-SVD schema is compliant. Has to be set to: "http://www.w3.org/2001/XMLSchema-instance". xs:decimal 1..1
xmlns:xs Specifies the file path and file name of the CMSIS-SVD Schema. For example, CMSIS-SVD_Schema_1_0.xsd. xs:string 1..1
schemaVersion Specifies the CMSIS-SVD schema version the description is compliant to (for example, 1.0). xs:decimal 1..1
Element Name Description Type Occurrence
name The name string is used to identify the device or device series. Device names are required to be unique. xs:string 1..1
version The string defines the version of the file. Silicon vendors maintain the description throughout the life-cycle of the device and ensure that all updated and released copies have a unique version string. Higher numbers indicate a more recent version. xs:string 1..1
description String for describing main features of a device (for example CPU, clock frequency, peripheral overview). xs:string 1..1
addressUnitBits Defines the number of data bits uniquely selected by each address. The value for Cortex-M based devices is 8 (byte-addressable). scaledNonNegativeInteger 1..1
width Defines the number of data bit-width of the maximum single data transfer supported by the bus infrastructure. This information is relevant for debuggers when accessing registers, because it might be required to issue multiple accesses for accessing a resource of a bigger size. The expected value for Cortex-M based devices is 32. scaledNonNegativeInteger 1..1
See registerPropertiesGroup for details.
size Defines the default bit-width of any register contained in the device (implicit inheritance). scaledNonNegativeInteger 0..1
access Defines the default access rights for all registers. accessType 0..1
resetValue Defines the default value for all registers at RESET. scaledNonNegativeInteger 0..1
resetMask Identifies which register bits have a defined reset value. scaledNonNegativeInteger 0..1
peripherals Next level of description. see Peripherals Level for details.   1..1
vendorExtensions The content and format of this section of the description is unspecified. Silicon vendors may choose to provide additional information. By default, this section is ignored for constructing the CMSIS files. It is up to the silicon vendor to specify a schema for this section. xs:anyType (restriction) 0..1
-

-Example:

-
<device schemaVersion="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_0.xsd">
-
<name>ARM_Cortex_M3</name>
-
<version>0.1</version>
-
<description>ARM Cortex-M3 based Microcontroller demonstration device</description>
-
<addressUnitBits>8</addressUnitBits>
-
<width>32</width>
-
<size>32</size>
-
<access>read-write</access>
-
<resetValue>0</resetValue>
-
<resetMask>0xffffffff</resetMask>
-
-
<peripherals>
-
...
-
</peripherals>
-
</device>
-

The device description above is at version 0.1 and uniquely identifies the device by the name "ARM_Cortex_M3". The peripherals are memory mapped in a byte-addressable address space with a bus width of 32 bits. The default size of the registers contained in the peripherals is set to 32 bits. Unless redefined for specific peripherals, all registers or fields are read-write accessible. A reset value of 0, valid for all 32 bits as specified by the reset mask, is set for all registers unless redefined at a lower level.

-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__enum__gr.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -CMSIS-SVD: Enumerated Values Level - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Enumerated Values Level
-
-
-
Enumerated Values

The concept of enumerated values creates a map between unsigned integers and an identifier string. In addition, a description string can be associated with each entry in the map.

-
-        0 <-> disabled -> "the clock source clk0 is turned off"
-        1 <-> enabled  -> "the clock source clk1 is running"
-        

This information is used for generating an enum in the device header file. The debugger may use this information to display the identifier string as well as the description. Just like symbolic constants making source code more readable, the system view in the debugger becomes more instructive. The detailed description can provide reference manual level details within the debugger.

-
-
-
-<enumeratedValues derivedFrom="xs:Name">
-
-    <name>enumerationNameType</name>
-    <usage>usageType</usage>
-
-    <enumeratedValue>
-        ...
-    </enumeratedValue>
-
-    ...
-    <enumeratedValue>
-        ...
-    </enumeratedValue>
-
-</enumeratedValues>
-
-
- - - - - - - - - - - - -
Attribute Name Description Type Occurrence
derivedFrom Makes a copy from a previously defined enumeratedValues section. No modifications are allowed. An enumeratedValues entry is referenced by its name. If the name is not unique throughout the description, it needs to be further qualified by specifying the associated field, register, and peripheral as required. For example:
-        field:                           clk.dis_en_enum
-        register + field:                ctrl.clk.dis_en_enum
-        peripheral + register + field:   timer0.ctrl.clk.dis_en_enum
-
xs:Name 0..1
Element Name Description Type Occurrence
name Identifier for the whole enumeration section. xs:Name 0..1
usage Possible values are read, write, or read-write. This allows specifying two different enumerated values depending whether it is to be used for a read or a write access. If not specified, the default value read-write is used. enumUsageType 0..1
enumeratedValue Describes a single entry in the enumeration. The number of required items depends on the bit width of the associated field. See section below for details.   1..*
-
Enumerated Value

An enumeratedValue defines a map between an unsigned integer and a human readable string.

-
-
-
-<enumeratedValue>
    <name>identifierType</name>
-    <description>xs:string</description>
    <choice>
-        <value>scaledNonNegativeInteger</value>
-        <isDefault>xs:boolean</isDefault>
-    </choice>
</enumeratedValue>
-
-
- - - - - - - - - - - - -
Element Name Description Type Occurrence
name String describing the semantics of the value. Can be displayed instead of the value. identifierType 0..1
description Extended string describing the value. xs:string 0..1
choice of 1..1
value Defines the constant of the bit-field that the name corresponds to. scaledNonNegativeInteger 0..1
isDefault Defines the name and description for all other values that are not listed explicitly. xs:boolean 0..1
-

-Example:

-
<enumeratedValues>
-
-
<name>TimerIntSelect</name>
-
<usage>read-write</usage>
-
-
<enumeratedValue>
-
<name>disabled</name>
-
<description>The clock source clk0 is turned off.</description>
-
<value>0</value>
-
</enumeratedValue>
-
-
<enumeratedValue>
-
<name>reserved</name>
-
<description>Reserved values. Do not use.</description>
-
<isDefault>true</isDefault>
-
</enumeratedValue>
-
-
</enumeratedValues>
-
<enumeratedValues>
-
-
<name>TimerIntSelect</name>
-
<usage>read-write</usage>
-
-
<enumeratedValue>
-
<name>disabled</name>
-
<description>Timer does not generate interrupts.</description>
-
<value>0</value>
-
</enumeratedValue>
-
-
<enumeratedValue>
-
<name>enabled</name>
-
<description>Timer generates interrupts.</description>
-
<isDefault>true</isDefault>
-
</enumeratedValue>
-
-
</enumeratedValues>
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__fields__gr.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - -CMSIS-SVD: Fields Level - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
-
-
-

All fields of a register are enclosed between the <fields> opening and closing tags

-

A bit-field has a name that is unique within the register. The position and size within the register is either described by the combination of the least significant bit's position (lsb) and the most significant bit's position (msb), or the lsb and the bit-width of the field. A field may define an enumeratedValue in order to make the display more intuitive to read.

-
-

-<fields>
    <field derivedFrom="identifierType">
        <name>xs:Name</name>
-        <description>xs:string</description>
        <choice>
-             <!-- bitRangeLsbMsbStyle --> 
-            <bitOffset>scaledNonNegativeInteger<bitOffset>
-            <bitWidth>scaledNonNegativeInteger</bitWidth>
-            or
-             <!-- bitRangeOffsetWidthStyle --> 
-            <lsb>scaledNonNegativeInteger</lsb> 
-            <msb>scaledNonNegativeInteger</msb>
-            or
-             <!-- bitRangePattern --> 
-            <bitRange>pattern</bitRange>
-        </choice>
-        
-        <access>accessType</access>
-        <modifiedWriteValues>writeValueType</modifiedWriteValues>
-        <writeConstraint>writeConstraintType</writeConstraint>
-        <readAction>readActionType</readAction>
        <enumeratedValues>
-            ...
-        </enumeratedValues>
    </field>
-    ...
-    <field>
-       ...
-    </field>
-    
-<fields>
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute Name Description Type Occurrence
derivedFrom The field is cloned from a previously defined field with a unique name. xs:Name 0..1
Element Name Description Type Occurrence
name Name string used to identify the field. Field names must be unique within a register. xs:string 1..1
description String describing the details of the register. xs:string 0..1
Choice of Three options exist to describe the field's bit-range. The options are to be used mutually exclusive: 1..1
1. bitRangeLsbMsbStyle
bitOffset Value defining the position of the least significant bit of the field within the register it belongs to. scaledNonNegativeInteger 1..1
bitWidth Value defining the bit-width of the bitfield within the register it belongs to. scaledNonNegativeInteger 0..1
2. bitRangeOffsetWidthStyle
lsb Value defining the bit position of the least significant bit within the register it belongs to. scaledNonNegativeInteger 1..1
msb Value defining the bit position of the most significant bit within the register it belongs to. scaledNonNegativeInteger 1..1
3. bitRangePattern
bitRange A string in the format: "[<msb>:<lsb>]" bitRangeType 0..1
access Predefined strings can be used to define the allowed access types for this field: read-only, write-only, read-write, writeOnce, and read-writeOnce. Can be omitted if it matches the access permission set for the parent register. accessType 0..1
modifiedWriteValues Describe the manipulation of data written to a field. If not specified, the value written to the field is the value stored in the field. The other options are bitwise operations:
    -
  • oneToClear: write data bit of one shall clear (set to zero) the corresponding bit in the field.
  • -
  • oneToSet: write data bit of one shall set (set to one) the corresponding bit in the field.
  • -
  • oneToToggle: write data bit of one shall toggle (invert) the corresponding bit in the field.
  • -
  • zeroToClear: write data bit of zero shall clear (set to zero) the corresponding bit in the field.
  • -
  • zeroToSet: write data bit of zero shall set (set to one) the corresponding bit in the field.
  • -
  • zeroToToggle: write data bit of zero shall toggle (invert) the corresponding bit in the field.
  • -
  • clear: after a write operation all bits in the field are cleared (set to zero).
  • -
  • set: after a write operation all bits in the field are set (set to one).
  • -
  • modify: after a write operation all bit in the field may be modified (default).
  • -
-
modifiedWriteValuesType 0..1
writeConstraint Three options exist to set write-constraints: 0..1
1. writeAsRead If TRUE, only the last read value can be written. xs:boolean 0..1
2. useEnumeratedValues If TRUE, only the values listed in the enumeratedValues list are considered valid write values. xs:boolean 0..1
3. range Consists of the following two elements:   0..1
minimum Specifies the smallest number to be written to the field. scaledNonNegativeInteger 1..1
maximum Specifies the largest number to be written to the field. scaledNonNegativeInteger 1..1
readAction If set, it specifies the side effect following a read operation. If not set, the field is not modified after a read. The defined side effects are:
    -
  • clear: The field is cleared (set to zero) following a read operation.
  • -
  • set: The field is set (set to ones) following a read operation.
  • -
  • modify: The field is modified in some way after a read operation.
  • -
  • modifyExternal: One or more dependent resources other than the current field are immediately affected by a read operation (it is recommended that the field description specifies these dependencies). Debuggers are not expected to read this field location unless explicitly instructed by the user.
  • -
-
readActionType 0..1 register
enumeratedValues Next lower level of description. See section Enumerated Values Level for details.   0..2
-

-Example:

-
...
-
<field>
-
<name>TimerCtrl0_IntSel</name>
-
<description>Select interrupt line that is triggered by timer overflow.</description>
-
<bitOffset>1</bitOffset>
-
<bitWidth>3</bitWidth>
-
<access>read-write</access>
-
<resetValue>0x0</resetValue>
-
<modifiedWriteValues>oneToSet</modifiedWriteValues>
-
<writeConstraint>
-
<range>
-
<minimum>0</minimum>
-
<maximum>5</maximum>
-
</range>
-
</writeConstraint>
-
<readAction>clear</readAction>
-
-
<enumeratedValues>
-
...
-
</enumeratedValues>
-
</field>
-
...
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__peripherals__gr.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - -CMSIS-SVD: Peripherals Level - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Peripherals Level
-
-
-

All peripherals of a device are enclosed within the tag <peripherals>. At least one peripheral has to be defined. Each peripheral is enclosed in the tag <peripheral>.

-
    -
  • Each peripheral describes all registers belonging to that peripheral.
  • -
  • The address range allocated by a peripheral is defined through one or more address blocks.
  • -
  • An address block and register addresses are specified relative to the base address of a peripheral. The address block information can be used for constructing a memory map for the device peripherals.
  • -
-
Remarks
The memory map does not contain any information about RAM, ROM, or FLASH memory.
-
-
- <peripherals> 
    <peripheral derivedFrom=identifierType>
        <name>identifierType</name>
-        <version>xs:string</version>
-        <description>xs:string</description>
-    
-        <groupName>identifierType</groupName>
-        <prependToName>identifierType</prependToName>
-        <appendToName>identifierType</appendToName>
-        <disableCondition>xs:string</disableCondition>
-    
-        <baseAddress>scaledNonNegativeInteger</baseAddress>
-    
-         <!-- registerPropertiesGroup -->
-        <size>scaledNonNegativeInteger</size>
-        <access>accessType</access>
-        <resetValue>scaledNonNegativeInteger</resetValue>
-        <resetMask>scaledNonNegativeInteger</resetMask>
-         <!-- end of registerPropertiesGroup -->
-    
-        <addressBlock>
-            <offset>scaledNonNegativeInteger</offset>
-            <size>scaledNonNegativeInteger</size>
-            <usage>usageType</usage>
-        </addressBlock>
-        ...
-        <addressBlock>
-            <offset>scaledNonNegativeInteger</offset>
-            <size>scaledNonNegativeInteger</size>
-            <usage>usageType</usage>
-        </addressBlock>
-    
-        <interrupt>
-            <name>identifierType</name>
-            <value>scaledNonNegativeInteger</value>
-        </interrupt>
        <registers>
-            ...
-        </registers>
    </peripheral>
-    ...
-    <peripheral>
-       ...
-    </peripheral>
-    
-</peripherals>
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute Name Description Type Occurrence
derivedFrom Specifies the name of a peripheral from which this peripheral will be derived. Values are inherit. Elements specified underneath will override inherited values. xs:Name 0..1
Element Name Description Type Occurrence
name The name string is used to identify the peripheral. Peripheral names are required to be unique for a device. The name needs to be an ANSI C identifier to allow header file generation. xs:Name 1..1
version The string specifies the version of this peripheral description. xs:string 0..1
description The string provides an overview of the purpose and functionality of the peripheral. xs:string 0..1
groupName xs:string 0..1
prependToName All register names of this peripheral have their names prefixed with this string. xs:string 0..1
appendToName All register names of this peripheral have their names suffixed with this string. xs:string 0..1
disableCondition Is a C-language compliant logical expression returning a TRUE or FALSE result. If TRUE, refreshing the display for this peripheral is disabled and related accesses by the debugger are suppressed.
-
- Only constants and references to other registers contained in the description are allowed: <peripheral>-><register>-><field>, for example, (System->ClockControl->apbEnable == 0). The following operators are allowed in the expression [&&,||, ==, !=, >>, <<, &, |].
Attention
Use this feature only in cases where accesses from the debugger to registers of un-clocked peripherals result in severe debugging failures. SVD is intended to provide static information and does not include any run-time computation or functions. Such capabilities can be added by the tools, and is beyond the scope of this description language.
-
xs:string 0..1
baseAddress Lowest address reserved or used by the peripheral. scaledNonNegativeInteger 1..1
See registerPropertiesGroup for details.
size Defines the default bit-width of any register contained in the device (implicit inheritance). scaledNonNegativeInteger 0..1
access Defines the default access rights for all registers. accessType 0..1
resetValue Defines the default value for all registers at RESET. scaledNonNegativeInteger 0..1
resetMask Identifies which register bits have a defined reset value. scaledNonNegativeInteger 0..1
addressBlock Specifies an address range uniquely mapped to this peripheral. A peripheral must have at least one address block, but may allocate multiple distinct address ranges. If a peripheral is derived form another peripheral, the addressBlock is not mandatory. addressBlockType 1..*
offset Specifies the start address of an address block relative to the peripheral baseAddress. scaledNonNegativeInteger 1..1
size Specifies the number of addressUnitBits being covered by this address block. The end address of an address block results from the sum of baseAddress, offset, and (size - 1). scaledNonNegativeInteger 1..1
usage The following predefined values can be used: registers, buffer, or reserved. scaledNonNegativeInteger 1..1
interrupt A peripheral can have multiple associated interrupts. This entry allows the debugger to show interrupt names instead of interrupt numbers. interruptType 0..*
name The string represents the interrupt name. XS:string 1..1
value Is the enumeration index value associated to the interrupt. xs:integer 1..1
registers See Registers Level for details.   0..1
-

-Example:

-
...
-
<peripheral>
-
<name>Timer0</name>
-
<version>1.0.32</version>
-
<description>Timer 0 is a simple 16 bit timer counting down ... </description>
-
<baseAddress>0x40000000</baseAddress>
-
<addressBlock>
-
<offset>0x0</offset>
-
<size>0x400</size>
-
<usage>registers</usage>
-
</addressBlock>
-
<interrupt><name>TIM0_INT</name><value>34</value></interrupt>
-
<registers>
-
...
-
</registers>
-
</peripheral>
-
-
<peripheral derivedFrom="Timer0">
-
<name>Timer1</name>
-
<baseAddress>0x40000400</baseAddress>
-
</peripheral>
-
...
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html b/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/group__svd__xml__registers__gr.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -CMSIS-SVD: Registers Level - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
Registers Level
-
-
-

All registers of a peripheral are enclosed between the <registers> opening and closing tags.

-

The description of registers is the most essential part of the SVD description. The register's name, detailed description, and the address-offset relative to the peripheral base address are the mandatory elements. If the size, access, reset value, and reset mask have not been specified on the device or peripheral level, or if the default values need to be redefined locally, these fields become mandatory.

-

A register can represent a single value or can be subdivided into individual bit-fields of specific functionality and semantics. In schema-terms the fields section is optional, however, from a specification perspective, fields are mandatory when they are described in the device documentation.

-

The SVD specification supports the array-of-registers concept. The single register description gets duplicated automatically into an array. The size of the array is specified by the <dim> element. The register names can be composed by the register name and an index specific substring define in <dimIndex>. The <dimIncrement> specifies the address offset between two registers.

-
-
-<registers> 
    <register derivedFrom=identifierType>
-    
-        <!-- dimElementGroup --> 
-        <dim>scaledNonNegativeInteger</dim>
-        <dimIncrement>scaledNonNegativeInteger</dimIncrement>
-        <dimIndex>xs:string</dimIndex>
-        <!-- end of dimElementGroup --> 
-   
-        <name>identifierType</name>
-    
-        <displayName>xs:string</displayName>
-    
-        <description>xs:string</description>
-    
-        <alternateGroup>xs:Name</alternateGroup>
-    
-        <addressOffset>scaledNonNegativeInteger</addressOffset>
-    
-        <!-- registerPropertiesGroup --> 
-        <size>scaledNonNegativeInteger</size>
-        <access>accessType</access>
-        <resetValue>scaledNonNegativeInteger</resetValue>
-        <resetMask>scaledNonNegativeInteger</resetMask>
-        <!-- end of registerPropertiesGroup --> 
-    
-        <modifiedWriteValues>writeValueType</modifiedWriteValues>
-        <writeConstraint>writeConstraintType</writeConstraint>
-        <readAction>readActionType</readAction>
        <fields>
-            ...
-        </fields>
-    
-    </register>
-    ...
-    <register>
-        ...
-    </register>
-    
-<registers> 
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Attribute Name Description Type Occurrence
derivedFrom Specifies the name of the register from which to inherit the data. Elements being specified underneath will override the inherited values.
-Remarks: When deriving a register, it is mandatory to specify at least the name, the description, and the addressOffset.
xs:Name 0..1
Element Name Description Type Occurrence
See dimElementGroup for details.
dimIncrement The value defines the number of elements in an array of registers. scaledNonNegativeInteger 1..1
dimIncrement If dim is specified, this element becomes mandatory. The element specifies the address increment in between two neighboring registers of the register array in the address map. scaledNonNegativeInteger 1..1
dimIndex Specifies the substrings that replaces the %s placeholder within the register name. By default, the index is a decimal value starting with 0 for the first register. dimIndexType 0..1
name Name string used to identify the register. Register names are required to be unique within the scope of a peripheral. registerNameType 1..1
displayName When specified, the string is being used by a graphical frontend to visualize the register. Otherwise the name element is displayed. The displayName may contain special characters and white spaces. The place holder s can be used and is replaced by the dimIndex substring. xs:string 0..1
description String describing the details of the register. xs:string 0..1
alternateGroup Specifies a group name associated with all alternate register that have the same name. At the same time, it indicates that there is a register definition allocating the same absolute address in the address space. xs:Name 0..1
addressOffset Value defining the address of the register relative to the baseAddress defined by the peripheral of the register. scaledNonNegativeInteger 1..1
See registerPropertiesGroup for details.
size Defines the default bit-width of any register contained in the device (implicit inheritance). scaledNonNegativeInteger 0..1
access Defines the default access rights for all registers. accessType 0..1
resetValue Defines the default value for all registers at RESET. scaledNonNegativeInteger 0..1
resetMask Identifies which register bits have a defined reset value. scaledNonNegativeInteger 0..1
modifiedWriteValues Element to describe the manipulation of data written to a register. If not specified, the value written to the field is the value stored in the field. The other options define bitwise operations:
    -
  • oneToClear: write data bits of one shall clear (set to zero) the corresponding bit in the register.
  • -
  • oneToSet: write data bits of one shall set (set to one) the corresponding bit in the register.
  • -
  • oneToToggle: write data bits of one shall toggle (invert) the corresponding bit in the register.
  • -
  • zeroToClear: write data bits of zero shall clear (set to zero) the corresponding bit in the register.
  • -
  • zeroToSet: write data bits of zero shall set (set to one) the corresponding bit in the register.
  • -
  • zeroToToggle: write data bits of zero shall toggle (invert) the corresponding bit in the register.
  • -
  • clear: after a write operation all bits in the field are cleared (set to zero).
  • -
  • set: after a write operation all bits in the field are set (set to one).
  • -
  • modify: after a write operation all bit in the field may be modified (default).
  • -
-
modifiedWriteValuesType 0..1
writeConstraint Three options exist to set write-constraints: 0..1
1. writeAsRead If TRUE, only the last read value can be written. xs:boolean 0..1
2. useEnumeratedValues If TRUE, only the values listed in the enumeratedValues list are considered valid write values. xs:boolean 0..1
3. range Consists of the following two elements:   0..1
minimum Specifies the smallest number to be written to the field. scaledNonNegativeInteger 1..1
maximum Specifies the largest number to be written to the field. scaledNonNegativeInteger 1..1
readAction If set, it specifies the side effect following a read operation. If not set, the register is not modified. The defined side effects are:
    -
  • clear: The register is cleared (set to zero) following a read operation.
  • -
  • set: The register is set (set to ones) following a read operation.
  • -
  • modify: The register is modified in some way after a read operation.
  • -
  • modifyExternal: One or more dependent resources other than the current register are immediately affected by a read operation (it is recommended that the register description specifies these dependencies). Debuggers are not expected to read this register location unless explicitly instructed by the user.
  • -
-
readActionType

0..1

-

-
fields Next lower level of description (see Fields Level for details). Not all registers are further divided into fields, therefore, this level is optional. In case a register is subdivided into bit fields, it should be reflected in the description. The device header file can only contain bit access macros and bit-field structures if this information is contained in the description.   0..1
-

-Example:

-
...
-
<register>
-
<name>TimerCtrl0</name>
-
<description>Timer Control Register</description>
-
<addressOffset>0x0</addressOffset>
-
<access>read-write</access>
-
<resetValue>0x00008001</resetValue>
-
<resetMask>0x0000ffff</resetMask>
-
<size>32</size>
-
<fields>
-
...
-
</fields>
-
</register>
-
-
<register derivedFrom="TimerCtrl0">
-
<name>TimerCtrl1</name>
-
<description>Derived Timer</description>
-
<addressOffset>0x4</addressOffset>
-
</register>
-
...
-
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/index.html b/libraries/CMSIS/Documentation/SVD/html/index.html deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/index.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - -CMSIS-SVD: System View Description - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-SVD -  Version 1.10 -
-
CMSIS System View Description
-
-
- -
- -
- - -
-
- -
-
-
- -
-
-
-
System View Description
-
-
-

This chapter contains the introduction and specification of the CMSIS System View Description format (CMSIS-SVD). The introduction section outlines the objectives and benefits CMSIS-SVD.

-

Introduction

-

CMSIS-SVD formalizes the description of the programmer's view for the system contained in ARM Cortex-M processor-based microcontrollers, in particular the memory mapped registers of the peripherals. The detail contained in system view descriptions is comparable to what is found in device reference manuals published by silicon vendors. The information ranges from a high level functional description of a peripheral all the way down to the definition and purpose of an individual bit field in a memory mapped register. CMSIS-SVD files are developed and maintained by the silicon vendors. Silicon vendors manage their descriptions in a central, web-based Device Database and the CMSIS-SVD files are downloadable via a public web interface once they have been released by the silicon vendor. Tool vendors use these descriptions for providing device-specific debug views of peripherals in their debugger. Last but not least CMSIS compliant device header files are generated from CMSIS-SVD files.

-

CMSIS-SVD Benefits

-
    -
  • The benefits for the Software Developer:
      -
    • Consistency between device header file and what is being displayed by the debugger.
    • -
    • Detailed information about peripherals, registers, fields, and bit values from within the debugger, without the need to reference device documentation.
    • -
    • Public access via a web interface to new and updated descriptions as they become available from silicon vendors.
    • -
    • Improved software development efficiency.
    • -
    -
  • -
-
    -
  • The benefits for the Silicon Vendor:
      -
    • A tool vendor independent file format enables early device support by a wide range of toolchains with limited effort.
    • -
    • The XML-based format helps ease the integration into in-house design flows.
    • -
    • Automated generation of CMSIS compliant device header files.
    • -
    • Full control throughout the life cycle of the CMSIS-SVD files from creation to maintenance via the web-based Device Database.
    • -
    -
  • -
-
    -
  • The benefits for the Tool Vendor:
      -
    • Unified file format across silicon vendors helps the efficiency of supporting a wide range of new devices in a timely manner.
    • -
    • Silicon vendors provide early review access to individuals ahead of the publishing date.
    • -
    • Updated descriptions are available over the web simplifying the maintenance of device support.
    • -
    -
  • -
-

The Web Infrastructure

-
-CMSIS_SVD_WEB_DATABASE.png -
-CMSIS-SVD Management Processes
-

The diagram illustrates the management process steps for uploading, validating, reviewing, publishing, and downloading CMSIS-SVD files.

-
    -
  • Managing Files: A CMSIS-SVD file is uploaded by a silicon vendor via the web interface (Device Database). The system performs a check against the CMSIS-SVD Schema and runs the SVDConv consistency checker. Only if both checks have been successful the file will be stored in the SVD Storage. Files can be added, replaced and deleted.
  • -
-
    -
  • Managing Devices: The silicon vendor creates an entry for each of his devices in the database by defining a name and associating it with a CMSIS-SVD file from the SVD Storage. The publishing date set forth for a device is used by the system to determine when this device becomes visible in the public device database. Prior to the publishing date, the silicon vendor can grant review access to individuals for an individual device. Reviewers get notified by e-mail about a device being made available for review.
  • -
-
    -
  • Public Download: Public access to the silicon vendor specific CMSIS-SVD download pages is provided from cmsis.arm.com or www.arm.com/cmsis. Select the CMSIS-SVD tab and select the Silicon Vendor of interest from the list. For the public download of the CMSIS-SVD files of published devices it is mandatory to:
      -
    • Be logged in on the ARM web site.
    • -
    • Have accepted a silicon vendor specific End Users License Agreement (EULA).
    • -
    -
  • -
-

More information about the web infrastructure can be found in the CMSIS-SVD Web Interface User Guide

-

Language Outline

- -

Language Specification

- -
-
- - - - diff --git a/libraries/CMSIS/Documentation/SVD/html/index.js b/libraries/CMSIS/Documentation/SVD/html/index.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var index = -[ - [ "CMSIS-SVD Web Interface User Guide", "svd_web_pg.html", "svd_web_pg" ], - [ "SVD File Description", "svd__outline_pg.html", null ] -]; \ No newline at end of file diff --git a/libraries/CMSIS/Documentation/SVD/html/jquery.js b/libraries/CMSIS/Documentation/SVD/html/jquery.js deleted file mode 100644 --- a/libraries/CMSIS/Documentation/SVD/html/jquery.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! jQuery v1.7.1 jquery.com | jquery.org/license */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; -f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")), -f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() -{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c) -{if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); -/*! - * jQuery UI 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI - */ -(function(a,b){function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;if(!b.href||!g||f.nodeName.toLowerCase()!=="map")return!1;h=a("img[usemap=#"+g+"]")[0];return!!h&&d(h)}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}a.ui=a.ui||{};a.ui.version||(a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)});return c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){if(c===b)return g["inner"+d].call(this);return this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){if(typeof b!="number")return g["outer"+d].call(this,b);return this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!!d&&!!a.element[0].parentNode)for(var e=0;e0)return!0;b[d]=1,e=b[d]>0,b[d]=0;return e},isOverAxis:function(a,b,c){return a>b&&a=9)&&!b.button)return this._mouseUp(b);if(this._mouseStarted){this._mouseDrag(b);return b.preventDefault()}this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b));return!this._mouseStarted},_mouseUp:function(b){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b));return!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery); -/* - * jQuery UI Resizable 1.8.18 - * - * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Resizables - * - * Depends: - * jquery.ui.core.js - * jquery.ui.mouse.js - * jquery.ui.widget.js - */ -(function(a,b){a.widget("ui.resizable",a.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.addClass("ui-resizable"),a.extend(this,{_aspectRatio:!!c.aspectRatio,aspectRatio:c.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:c.helper||c.ghost||c.animate?c.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(a('
').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e
');/sw|se|ne|nw/.test(f)&&h.css({zIndex:++c.zIndex}),"se"==f&&h.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[f]=".ui-resizable-"+f,this.element.append(h)}}this._renderAxis=function(b){b=b||this.element;for(var c in this.handles){this.handles[c].constructor==String&&(this.handles[c]=a(this.handles[c],this.element).show());if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var d=a(this.handles[c],this.element),e=0;e=/sw|ne|nw|se|n|s/.test(c)?d.outerHeight():d.outerWidth();var f=["padding",/ne|nw|n/.test(c)?"Top":/se|sw|s/.test(c)?"Bottom":/^e$/.test(c)?"Right":"Left"].join("");b.css(f,e),this._proportionallyResize()}if(!a(this.handles[c]).length)continue}},this._renderAxis(this.element),this._handles=a(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){if(!b.resizing){if(this.className)var a=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=a&&a[1]?a[1]:"se"}}),c.autoHide&&(this._handles.hide(),a(this.element).addClass("ui-resizable-autohide").hover(function(){c.disabled||(a(this).removeClass("ui-resizable-autohide"),b._handles.show())},function(){c.disabled||b.resizing||(a(this).addClass("ui-resizable-autohide"),b._handles.hide())})),this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(b){a(b).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var c=this.element;c.after(this.originalElement.css({position:c.css("position"),width:c.outerWidth(),height:c.outerHeight(),top:c.css("top"),left:c.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle),b(this.originalElement);return this},_mouseCapture:function(b){var c=!1;for(var d in this.handles)a(this.handles[d])[0]==b.target&&(c=!0);return!this.options.disabled&&c},_mouseStart:function(b){var d=this.options,e=this.element.position(),f=this.element;this.resizing=!0,this.documentScroll={top:a(document).scrollTop(),left:a(document).scrollLeft()},(f.is(".ui-draggable")||/absolute/.test(f.css("position")))&&f.css({position:"absolute",top:e.top,left:e.left}),this._renderProxy();var g=c(this.helper.css("left")),h=c(this.helper.css("top"));d.containment&&(g+=a(d.containment).scrollLeft()||0,h+=a(d.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:g,top:h},this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalPosition={left:g,top:h},this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()},this.originalMousePosition={left:b.pageX,top:b.pageY},this.aspectRatio=typeof d.aspectRatio=="number"?d.aspectRatio:this.originalSize.width/this.originalSize.height||1;var i=a(".ui-resizable-"+this.axis).css("cursor");a("body").css("cursor",i=="auto"?this.axis+"-resize":i),f.addClass("ui-resizable-resizing"),this._propagate("start",b);return!0},_mouseDrag:function(b){var c=this.helper,d=this.options,e={},f=this,g=this.originalMousePosition,h=this.axis,i=b.pageX-g.left||0,j=b.pageY-g.top||0,k=this._change[h];if(!k)return!1;var l=k.apply(this,[b,i,j]),m=a.browser.msie&&a.browser.version<7,n=this.sizeDiff;this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)l=this._updateRatio(l,b);l=this._respectSize(l,b),this._propagate("resize",b),c.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"}),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),this._updateCache(l),this._trigger("resize",b,this.ui());return!1},_mouseStop:function(b){this.resizing=!1;var c=this.options,d=this;if(this._helper){var e=this._proportionallyResizeElements,f=e.length&&/textarea/i.test(e[0].nodeName),g=f&&a.ui.hasScroll(e[0],"left")?0:d.sizeDiff.height,h=f?0:d.sizeDiff.width,i={width:d.helper.width()-h,height:d.helper.height()-g},j=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,k=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;c.animate||this.element.css(a.extend(i,{top:k,left:j})),d.helper.height(d.size.height),d.helper.width(d.size.width),this._helper&&!c.animate&&this._proportionallyResize()}a("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",b),this._helper&&this.helper.remove();return!1},_updateVirtualBoundaries:function(a){var b=this.options,c,e,f,g,h;h={minWidth:d(b.minWidth)?b.minWidth:0,maxWidth:d(b.maxWidth)?b.maxWidth:Infinity,minHeight:d(b.minHeight)?b.minHeight:0,maxHeight:d(b.maxHeight)?b.maxHeight:Infinity};if(this._aspectRatio||a)c=h.minHeight*this.aspectRatio,f=h.minWidth/this.aspectRatio,e=h.maxHeight*this.aspectRatio,g=h.maxWidth/this.aspectRatio,c>h.minWidth&&(h.minWidth=c),f>h.minHeight&&(h.minHeight=f),ea.width,k=d(a.height)&&e.minHeight&&e.minHeight>a.height;j&&(a.width=e.minWidth),k&&(a.height=e.minHeight),h&&(a.width=e.maxWidth),i&&(a.height=e.maxHeight);var l=this.originalPosition.left+this.originalSize.width,m=this.position.top+this.size.height,n=/sw|nw|w/.test(g),o=/nw|ne|n/.test(g);j&&n&&(a.left=l-e.minWidth),h&&n&&(a.left=l-e.maxWidth),k&&o&&(a.top=m-e.minHeight),i&&o&&(a.top=m-e.maxHeight);var p=!a.width&&!a.height;p&&!a.left&&a.top?a.top=null:p&&!a.top&&a.left&&(a.left=null);return a},_proportionallyResize:function(){var b=this.options;if(!!this._proportionallyResizeElements.length){var c=this.helper||this.element;for(var d=0;d');var d=a.browser.msie&&a.browser.version<7,e=d?1:0,f=d?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++c.zIndex}),this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(a,b,c){return{width:this.originalSize.width+b}},w:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{left:f.left+b,width:e.width-b}},n:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{top:f.top+c,height:e.height-c}},s:function(a,b,c){return{height:this.originalSize.height+c}},se:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},sw:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,c,d]))},ne:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},nw:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,c,d]))}},_propagate:function(b,c){a.ui.plugin.call(this,b,[c,this.ui()]),b!="resize"&&this._trigger(b,c,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.18"}),a.ui.plugin.add("resizable","alsoResize",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=function(b){a(b).each(function(){var b=a(this);b.data("resizable-alsoresize",{width:parseInt(b.width(),10),height:parseInt(b.height(),10),left:parseInt(b.css("left"),10),top:parseInt(b.css("top"),10)})})};typeof e.alsoResize=="object"&&!e.alsoResize.parentNode?e.alsoResize.length?(e.alsoResize=e.alsoResize[0],f(e.alsoResize)):a.each(e.alsoResize,function(a){f(a)}):f(e.alsoResize)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosition,h={height:d.size.height-f.height||0,width:d.size.width-f.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},i=function(b,d){a(b).each(function(){var b=a(this),e=a(this).data("resizable-alsoresize"),f={},g=d&&d.length?d:b.parents(c.originalElement[0]).length?["width","height"]:["width","height","top","left"];a.each(g,function(a,b){var c=(e[b]||0)+(h[b]||0);c&&c>=0&&(f[b]=c||null)}),b.css(f)})};typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?a.each(e.alsoResize,function(a,b){i(a,b)}):i(e.alsoResize)},stop:function(b,c){a(this).removeData("resizable-alsoresize")}}),a.ui.plugin.add("resizable","animate",{stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d._proportionallyResizeElements,g=f.length&&/textarea/i.test(f[0].nodeName),h=g&&a.ui.hasScroll(f[0],"left")?0:d.sizeDiff.height,i=g?0:d.sizeDiff.width,j={width:d.size.width-i,height:d.size.height-h},k=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,l=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;d.element.animate(a.extend(j,l&&k?{top:l,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var c={width:parseInt(d.element.css("width"),10),height:parseInt(d.element.css("height"),10),top:parseInt(d.element.css("top"),10),left:parseInt(d.element.css("left"),10)};f&&f.length&&a(f[0]).css({width:c.width,height:c.height}),d._updateCache(c),d._propagate("resize",b)}})}}),a.ui.plugin.add("resizable","containment",{start:function(b,d){var e=a(this).data("resizable"),f=e.options,g=e.element,h=f.containment,i=h instanceof a?h.get(0):/parent/.test(h)?g.parent().get(0):h;if(!!i){e.containerElement=a(i);if(/document/.test(h)||h==document)e.containerOffset={left:0,top:0},e.containerPosition={left:0,top:0},e.parentData={element:a(document),left:0,top:0,width:a(document).width(),height:a(document).height()||document.body.parentNode.scrollHeight};else{var j=a(i),k=[];a(["Top","Right","Left","Bottom"]).each(function(a,b){k[a]=c(j.css("padding"+b))}),e.containerOffset=j.offset(),e.containerPosition=j.position(),e.containerSize={height:j.innerHeight()-k[3],width:j.innerWidth()-k[1]};var l=e.containerOffset,m=e.containerSize.height,n=e.containerSize.width,o=a.ui.hasScroll(i,"left")?i.scrollWidth:n,p=a.ui.hasScroll(i)?i.scrollHeight:m;e.parentData={element:i,left:l.left,top:l.top,width:o,height:p}}}},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.containerSize,g=d.containerOffset,h=d.size,i=d.position,j=d._aspectRatio||b.shiftKey,k={top:0,left:0},l=d.containerElement;l[0]!=document&&/static/.test(l.css("position"))&&(k=g),i.left<(d._helper?g.left:0)&&(d.size.width=d.size.width+(d._helper?d.position.left-g.left:d.position.left-k.left),j&&(d.size.height=d.size.width/e.aspectRatio),d.position.left=e.helper?g.left:0),i.top<(d._helper?g.top:0)&&(d.size.height=d.size.height+(d._helper?d.position.top-g.top:d.position.top),j&&(d.size.width=d.size.height*e.aspectRatio),d.position.top=d._helper?g.top:0),d.offset.left=d.parentData.left+d.position.left,d.offset.top=d.parentData.top+d.position.top;var m=Math.abs((d._helper?d.offset.left-k.left:d.offset.left-k.left)+d.sizeDiff.width),n=Math.abs((d._helper?d.offset.top-k.top:d.offset.top-g.top)+d.sizeDiff.height),o=d.containerElement.get(0)==d.element.parent().get(0),p=/relative|absolute/.test(d.containerElement.css("position"));o&&p -&&(m-=d.parentData.left),m+d.size.width>=d.parentData.width&&(d.size.width=d.parentData.width-m,j&&(d.size.height=d.size.width/d.aspectRatio)),n+d.size.height>=d.parentData.height&&(d.size.height=d.parentData.height-n,j&&(d.size.width=d.size.height*d.aspectRatio))},stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.position,g=d.containerOffset,h=d.containerPosition,i=d.containerElement,j=a(d.helper),k=j.offset(),l=j.outerWidth()-d.sizeDiff.width,m=j.outerHeight()-d.sizeDiff.height;d._helper&&!e.animate&&/relative/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m}),d._helper&&!e.animate&&/static/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m})}}),a.ui.plugin.add("resizable","ghost",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size;d.ghost=d.originalElement.clone(),d.ghost.css({opacity:.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:""),d.ghost.appendTo(d.helper)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}),a.ui.plugin.add("resizable","grid",{resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size,g=d.originalSize,h=d.originalPosition,i=d.axis,j=e._aspectRatio||b.shiftKey;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var k=Math.round((f.width-g.width)/(e.grid[0]||1))*(e.grid[0]||1),l=Math.round((f.height-g.height)/(e.grid[1]||1))*(e.grid[1]||1);/^(se|s|e)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l):/^(ne)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l):/^(sw)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.left=h.left-k):(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l,d.position.left=h.left-k)}});var c=function(a){return parseInt(a,10)||0},d=function(a){return!isNaN(parseInt(a,10))}})(jQuery); -/* - * jQuery hashchange event - v1.3 - 7/21/2010 - * http://benalman.com/projects/jquery-hashchange-plugin/ - * - * Copyright (c) 2010 "Cowboy" Ben Alman - * Dual licensed under the MIT and GPL licenses. - * http://benalman.com/about/license/ - */ -(function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('