CARME-M4 BSP
V1.5
|
Functions | |
void | NVIC_PriorityGroupConfig (uint32_t NVIC_PriorityGroup) |
Configures the priority grouping: pre-emption priority and subpriority. More... | |
void | NVIC_Init (NVIC_InitTypeDef *NVIC_InitStruct) |
Initializes the NVIC peripheral according to the specified parameters in the NVIC_InitStruct. More... | |
void | NVIC_SetVectorTable (uint32_t NVIC_VectTab, uint32_t Offset) |
Sets the vector table location and Offset. More... | |
void | NVIC_SystemLPConfig (uint8_t LowPowerMode, FunctionalState NewState) |
Selects the condition for the system to enter low power mode. More... | |
void | SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource) |
Configures the SysTick clock source. More... | |
void NVIC_Init | ( | NVIC_InitTypeDef * | NVIC_InitStruct | ) |
Initializes the NVIC peripheral according to the specified parameters in the NVIC_InitStruct.
NVIC_InitStruct | pointer to a NVIC_InitTypeDef structure that contains the configuration information for the specified NVIC peripheral. |
None |
Definition at line 136 of file misc.c.
void NVIC_PriorityGroupConfig | ( | uint32_t | NVIC_PriorityGroup | ) |
Configures the priority grouping: pre-emption priority and subpriority.
NVIC_PriorityGroup | specifies the priority grouping bits length. This parameter can be one of the following values:
|
None |
Definition at line 118 of file misc.c.
void NVIC_SetVectorTable | ( | uint32_t | NVIC_VectTab, |
uint32_t | Offset | ||
) |
Sets the vector table location and Offset.
NVIC_VectTab | specifies if the vector table is in RAM or FLASH memory. This parameter can be one of the following values:
|
Offset | Vector Table base offset field. This value must be a multiple of 0x200. |
None |
void NVIC_SystemLPConfig | ( | uint8_t | LowPowerMode, |
FunctionalState | NewState | ||
) |
Selects the condition for the system to enter low power mode.
LowPowerMode | Specifies the new mode for the system to enter low power mode. This parameter can be one of the following values:
|
NewState | new state of LP condition. This parameter can be: ENABLE or DISABLE. |
None |
void SysTick_CLKSourceConfig | ( | uint32_t | SysTick_CLKSource | ) |
Configures the SysTick clock source.
SysTick_CLKSource | specifies the SysTick clock source. This parameter can be one of the following values:
|
None |