uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lpc17xx_nvic.h
Go to the documentation of this file.
1 /***********************************************************************/
22 /* Peripheral group ----------------------------------------------------------- */
28 #ifndef LPC17XX_NVIC_H_
29 #define LPC17XX_NVIC_H_
30 
31 /* Includes ------------------------------------------------------------------- */
32 #include "LPC17xx.h"
33 #include "lpc_types.h"
34 
35 #ifdef __cplusplus
36 extern "C"
37 {
38 #endif
39 
40 
41 /* Public Functions ----------------------------------------------------------- */
46 void NVIC_DeInit(void);
47 void NVIC_SCBDeInit(void);
48 void NVIC_SetVTOR(uint32_t offset);
49 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* LPC17XX_NVIC_H_ */
59 
64 /* --------------------------------- End Of File ------------------------------ */