cmsis
Description: LPC1700 CMSIS driver library Version: 29July2011
lpc17xx_systick.h File Reference
Contains all macro definitions and function prototypes support for SYSTICK firmware library on LPC17xx. More...
Go to the source code of this file.
Functions | |
| void | SYSTICK_InternalInit (uint32_t time) |
| Initial System Tick with using internal CPU clock source. | |
| void | SYSTICK_ExternalInit (uint32_t freq, uint32_t time) |
| Initial System Tick with using external clock source. | |
| void | SYSTICK_Cmd (FunctionalState NewState) |
| Enable/disable System Tick counter. | |
| void | SYSTICK_IntCmd (FunctionalState NewState) |
| Enable/disable System Tick interrupt. | |
| uint32_t | SYSTICK_GetCurrentValue (void) |
| Get current value of System Tick counter. | |
| void | SYSTICK_ClearCounterFlag (void) |
| Clear Counter flag. | |
Detailed Description
Contains all macro definitions and function prototypes support for SYSTICK firmware library on LPC17xx.
- Version:
- 2.0
- Date:
- 21. May. 2010
Copyright(C) 2010, NXP Semiconductor All rights reserved.
Software that is described herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will be suitable for the specified use without further testing or modification.
Definition in file lpc17xx_systick.h.
