uc-sdk
|
Functions | |
void | NVIC_DeInit (void) |
De-initializes the NVIC peripheral registers to their default reset values. More... | |
void | NVIC_SCBDeInit (void) |
De-initializes the SCB peripheral registers to their default reset values. More... | |
void | NVIC_SetVTOR (uint32_t offset) |
Set Vector Table Offset value. More... | |
void NVIC_DeInit | ( | void | ) |
De-initializes the NVIC peripheral registers to their default reset values.
None |
These following NVIC peripheral registers will be de-initialized:
Definition at line 61 of file lpc17xx_nvic.c.
void NVIC_SCBDeInit | ( | void | ) |
De-initializes the SCB peripheral registers to their default reset values.
none |
These following SCB NVIC peripheral registers will be de-initialized:
Definition at line 96 of file lpc17xx_nvic.c.
void NVIC_SetVTOR | ( | uint32_t | offset) |
Set Vector Table Offset value.
offset | Offset value |
Definition at line 122 of file lpc17xx_nvic.c.