Merge pull request #2601 from radhika-raghavendran/master

Adding ON Semiconductor copyright notice to source and header files.
pull/2604/head
Sam Grove 2016-09-09 18:00:53 -05:00 committed by GitHub
commit ae35faec24
77 changed files with 673 additions and 227 deletions

View File

@ -1,6 +1,6 @@
/**************************************************************************/ /**************************************************************************/
/** /**
* @file ARMCM3.h * @file NCS36510.h
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File * @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File
* for CM3 Device Series * for CM3 Device Series
* @version V1.05 * @version V1.05

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-06 $ * $Date: 2015-11-06 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
@ -18,10 +24,11 @@
* INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. * INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
* @endinternal * @endinternal
* *
* @ingroup app * @ingroup
* *
* @details * @details
*/ */
#include <cmsis_nvic.h> #include <cmsis_nvic.h>
#define NVIC_RAM_VECTOR_ADDRESS (0x20000000) // Vectors positioned at start of RAM #define NVIC_RAM_VECTOR_ADDRESS (0x20000000) // Vectors positioned at start of RAM

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-06 $ * $Date: 2015-11-06 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
@ -18,7 +24,7 @@
* INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. * INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
* @endinternal * @endinternal
* *
* @ingroup app * @ingroup
* *
* @details * @details
*/ */

View File

@ -1,5 +1,5 @@
/**************************************************************************//** /**************************************************************************//**
* @file system_ARMCM3.c * @file system_NCS36510.c
* @brief CMSIS Cortex-M3 Device System Source File * @brief CMSIS Cortex-M3 Device System Source File
* for CM3 Device Series * for CM3 Device Series
* @version V1.05 * @version V1.05

View File

@ -1,5 +1,5 @@
/**************************************************************************//** /**************************************************************************//**
* @file system_ARMCM3.h * @file system_NCS36510.h
* @brief CMSIS Cortex-M3 Device System Header File * @brief CMSIS Cortex-M3 Device System Header File
* for CM3 Device Series * for CM3 Device Series
* @version V1.05 * @version V1.05

View File

@ -8,9 +8,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-07 $ * $Date: 2015-11-07 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-06 $ * $Date: 2015-11-06 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Date: 2015-06-15 16:46:35 +0530 (Mon, 15 Jun 2015) $ * $Date: 2015-06-15 16:46:35 +0530 (Mon, 15 Jun 2015) $
* @brief Definitions and API for the SAR ADC driver. * @brief Definitions and API for the SAR ADC driver.
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3422 $ * $Rev: 3422 $
* $Date: 2015-06-09 11:01:43 +0530 (Tue, 09 Jun 2015) $ * $Date: 2015-06-09 11:01:43 +0530 (Tue, 09 Jun 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2110 $ * $Rev: 2110 $
* $Date: 2013-07-16 20:13:03 +0530 (Tue, 16 Jul 2013) $ * $Date: 2013-07-16 20:13:03 +0530 (Tue, 16 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: * $Date:
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3823 $ * $Rev: 3823 $
* $Date: 2015-10-23 16:21:37 +0530 (Fri, 23 Oct 2015) $ * $Date: 2015-10-23 16:21:37 +0530 (Fri, 23 Oct 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2607 $ * $Rev: 2607 $
* $Date: 2013-12-06 18:02:43 +0530 (Fri, 06 Dec 2013) $ * $Date: 2013-12-06 18:02:43 +0530 (Fri, 06 Dec 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3414 $ * $Rev: 3414 $
* $Date: 2015-06-05 13:27:04 +0530 (Fri, 05 Jun 2015) $ * $Date: 2015-06-05 13:27:04 +0530 (Fri, 05 Jun 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2033 $ * $Rev: 2033 $
* $Date: 2013-06-28 17:12:31 +0200 (Fri, 28 Jun 2013) $ * $Date: 2013-06-28 17:12:31 +0200 (Fri, 28 Jun 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3318 $ * $Rev: 3318 $
* $Date: 2015-03-27 16:29:34 +0530 (Fri, 27 Mar 2015) $ * $Date: 2015-03-27 16:29:34 +0530 (Fri, 27 Mar 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-06 $ * $Date: 2015-11-06 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3415 $ * $Rev: 3415 $
* $Date: 2015-06-05 13:29:52 +0530 (Fri, 05 Jun 2015) $ * $Date: 2015-06-05 13:29:52 +0530 (Fri, 05 Jun 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2686 $ * $Rev: 2686 $
* $Date: 2014-01-23 13:31:54 +0530 (Thu, 23 Jan 2014) $ * $Date: 2014-01-23 13:31:54 +0530 (Thu, 23 Jan 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3724 $ * $Rev: 3724 $
* $Date: 2015-09-14 14:35:42 +0530 (Mon, 14 Sep 2015) $ * $Date: 2015-09-14 14:35:42 +0530 (Mon, 14 Sep 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: 2015-11-04 $ * $Date: 2015-11-04 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: 2015-11-04 $ * $Date: 2015-11-04 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2115 $ * $Rev: 2115 $
* $Date: 2013-07-17 18:08:17 +0530 (Wed, 17 Jul 2013) $ * $Date: 2013-07-17 18:08:17 +0530 (Wed, 17 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: 2016-04-20 $ * $Date: 2016-04-20 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3525 $ * $Rev: 3525 $
* $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $ * $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3324 $ * $Rev: 3324 $
* $Date: 2015-03-27 17:00:28 +0530 (Fri, 27 Mar 2015) $ * $Date: 2015-03-27 17:00:28 +0530 (Fri, 27 Mar 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3390 $ * $Rev: 3390 $
* $Date: 2015-05-13 17:21:05 +0530 (Wed, 13 May 2015) $ * $Date: 2015-05-13 17:21:05 +0530 (Wed, 13 May 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2076 $ * $Rev: 2076 $
* $Date: 2013-07-10 18:26:10 +0530 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 18:26:10 +0530 (Wed, 10 Jul 2013) $
******************************************************************************* *******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3525 $ * $Rev: 3525 $
* $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $ * $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2284 $ * $Rev: 2284 $
* $Date: 2013-09-12 15:08:22 +0530 (Thu, 12 Sep 2013) $ * $Date: 2013-09-12 15:08:22 +0530 (Thu, 12 Sep 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: 2016-04-12 $ * $Date: 2016-04-12 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2015 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* @version $Rev: $ * @version $Rev: $
* @date $Date: 2016-02-05 $ * @date $Date: 2016-02-05 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: 2015-11-15 $ * $Date: 2015-11-15 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-06 $ * $Date: 2015-11-06 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -8,9 +8,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3166 $ * $Rev: 3166 $
* $Date: 2015-01-19 11:28:08 +0530 (Mon, 19 Jan 2015) $ * $Date: 2015-01-19 11:28:08 +0530 (Mon, 19 Jan 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3372 $ * $Rev: 3372 $
* $Date: 2015-04-22 12:18:18 +0530 (Wed, 22 Apr 2015) $ * $Date: 2015-04-22 12:18:18 +0530 (Wed, 22 Apr 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: * $Date:
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3378 $ * $Rev: 3378 $
* $Date: 2015-04-28 13:38:36 +0530 (Tue, 28 Apr 2015) $ * $Date: 2015-04-28 13:38:36 +0530 (Tue, 28 Apr 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: * $Date:
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3283 $ * $Rev: 3283 $
* $Date: 2015-02-26 18:52:22 +0530 (Thu, 26 Feb 2015) $ * $Date: 2015-02-26 18:52:22 +0530 (Thu, 26 Feb 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3445 $ * $Rev: 3445 $
* $Date: 2015-06-22 13:51:24 +0530 (Mon, 22 Jun 2015) $ * $Date: 2015-06-22 13:51:24 +0530 (Mon, 22 Jun 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2953 $ * $Rev: 2953 $
* $Date: 2014-09-15 18:13:01 +0530 (Mon, 15 Sep 2014) $ * $Date: 2014-09-15 18:13:01 +0530 (Mon, 15 Sep 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3525 $ * $Rev: 3525 $
* $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $ * $Date: 2015-07-20 15:24:25 +0530 (Mon, 20 Jul 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3485 $ * $Rev: 3485 $
* $Date: 2015-07-14 15:20:11 +0530 (Tue, 14 Jul 2015) $ * $Date: 2015-07-14 15:20:11 +0530 (Tue, 14 Jul 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2016-01-20 12:09:00 +0530 (Wed, 20 Jan 2016) $ * $Date: 2016-01-20 12:09:00 +0530 (Wed, 20 Jan 2016) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3008 $ * $Rev: 3008 $
* $Date: 2014-10-16 18:42:48 +0530 (Thu, 16 Oct 2014) $ * $Date: 2014-10-16 18:42:48 +0530 (Thu, 16 Oct 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 2015-11-04 05:30:00 +0530 (Wed, 04 Nov 2015) $ * $Date: 2015-11-04 05:30:00 +0530 (Wed, 04 Nov 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 01-21-2016 $ * $Date: 01-21-2016 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2015 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: $ * $Rev: $
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2015 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,16 @@
* $Rev: $ * $Rev: $
* $Date: $ * $Date: $
****************************************************************************** ******************************************************************************
* @copyright (c) 2015 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* @version $Rev: $ * @version $Rev: $
* @date $Date: 2016-02-05 $ * @date $Date: 2016-02-05 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 0.1 $ * $Rev: 0.1 $
* $Date: 02-05-2016 $ * $Date: 02-05-2016 $
****************************************************************************** ******************************************************************************
* @copyright (c) 2015 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2110 $ * $Rev: 2110 $
* $Date: 2013-07-16 20:13:03 +0530 (Tue, 16 Jul 2013) $ * $Date: 2013-07-16 20:13:03 +0530 (Tue, 16 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2199 $ * $Rev: 2199 $
* $Date: 2013-08-07 12:17:27 +0200 (Wed, 07 Aug 2013) $ * $Date: 2013-08-07 12:17:27 +0200 (Wed, 07 Aug 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 14:36:15 +0200 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2848 $ * $Rev: 2848 $
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $ * $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: * $Rev:
* $Date: * $Date:
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3725 $ * $Rev: 3725 $
* $Date: 2015-09-14 14:36:27 +0530 (Mon, 14 Sep 2015) $ * $Date: 2015-09-14 14:36:27 +0530 (Mon, 14 Sep 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3423 $ * $Rev: 3423 $
* $Date: 2015-06-09 11:16:49 +0530 (Tue, 09 Jun 2015) $ * $Date: 2015-06-09 11:16:49 +0530 (Tue, 09 Jun 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3727 $ * $Rev: 3727 $
* $Date: 2015-09-14 14:38:34 +0530 (Mon, 14 Sep 2015) $ * $Date: 2015-09-14 14:38:34 +0530 (Mon, 14 Sep 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2074 $ * $Rev: 2074 $
* $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $ * $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2607 $ * $Rev: 2607 $
* $Date: 2013-12-06 18:02:43 +0530 (Fri, 06 Dec 2013) $ * $Date: 2013-12-06 18:02:43 +0530 (Fri, 06 Dec 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 2615 $ * $Rev: 2615 $
* $Date: 2013-12-13 13:17:21 +0530 (Fri, 13 Dec 2013) $ * $Date: 2013-12-13 13:17:21 +0530 (Fri, 13 Dec 2013) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

View File

@ -7,9 +7,15 @@
* $Rev: 3283 $ * $Rev: 3283 $
* $Date: 2015-02-26 18:52:22 +0530 (Thu, 26 Feb 2015) $ * $Date: 2015-02-26 18:52:22 +0530 (Thu, 26 Feb 2015) $
****************************************************************************** ******************************************************************************
* @copyright (c) 2012 ON Semiconductor. All rights reserved. * Copyright 2016 Semiconductor Components Industries LLC (d/b/a ON Semiconductor).
* ON Semiconductor is supplying this software for use with ON Semiconductor * All rights reserved. This software and/or documentation is licensed by ON Semiconductor
* processor based microcontrollers only. * under limited terms and conditions. The terms and conditions pertaining to the software
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
* (ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software) and
* if applicable the software license agreement. Do not use this software and/or
* documentation unless you have carefully read and you agree to the limited terms and
* conditions. By using this software and/or documentation, you agree to the limited
* terms and conditions.
* *
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF