EasyManua.ls Logo

ST STM32F31xx - Page 286

ST STM32F31xx
584 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Miscellaneous add-on to CMSIS functions(misc)
UM1581
286/584
DocID023800 Rev 1
15.2.2.2 NVIC_Init
Function Name
void NVIC_Init ( NVIC_InitTypeDef * NVIC_InitStruct)
Function Description
Initializes the NVIC peripheral according to the specified
parameters in the NVIC_InitStruct.
Parameters
NVIC_InitStruct : pointer to a NVIC_InitTypeDef structure
that contains the configuration information for the specified
NVIC peripheral.
Return values
None.
Notes
To configure interrupts priority correctly, the
NVIC_PriorityGroupConfig() function should be called before.
15.2.2.3 NVIC_SetVectorTable
Function Name
void NVIC_SetVectorTable ( uint32_t NVIC_VectTab, uint32_t
Offset)
Function Description
Sets the vector table location and Offset.
Parameters
NVIC_VectTab : specifies if the vector table is in RAM or
FLASH memory. This parameter can be one of the following
values:
NVIC_VectTab_RAM :
NVIC_VectTab_FLASH :
Offset : Vector Table base offset field. This value must be a
multiple of 0x200.
Return values
None.
Notes
None.
15.2.2.4 NVIC_SystemLPConfig
Function Name
void NVIC_SystemLPConfig ( uint8_t LowPowerMode,
FunctionalState NewState)
Function Description
Selects the condition for the system to enter low power mode.

Table of Contents

Related product manuals