Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
misc.c File Reference
This file provides all the miscellaneous firmware functions (add-on to CMSIS functions). More...
Go to the source code of this file.
Functions | |
| void | NVIC_PriorityGroupConfig (uint32_t NVIC_PriorityGroup) |
| Configures the priority grouping: pre-emption priority and subpriority. | |
| void | NVIC_Init (NVIC_InitTypeDef *NVIC_InitStruct) |
| Initializes the NVIC peripheral according to the specified parameters in the NVIC_InitStruct. | |
| void | NVIC_SetVectorTable (uint32_t NVIC_VectTab, uint32_t Offset) |
| Sets the vector table location and Offset. | |
| void | NVIC_SystemLPConfig (uint8_t LowPowerMode, FunctionalState NewState) |
| Selects the condition for the system to enter low power mode. | |
| void | SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource) |
| Configures the SysTick clock source. | |
Detailed Description
This file provides all the miscellaneous firmware functions (add-on to CMSIS functions).
- Version:
- V3.5.0
- Date:
- 11-March-2011
- Attention:
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2011 STMicroelectronics
Definition in file misc.c.
Generated on Tue Jul 12 2022 20:45:32 by
1.7.2