MG32L003 Standard Peripherals Firmware Library
|
This file contains all the functions prototypes for the miscellaneous firmware library functions (add-on to CMSIS functions). More...
#include "mg32l003.h"
Go to the source code of this file.
Macros | |
#define | SysTick_CLKSource_HCLK_Div4 ((uint32_t)0xFFFFFFFB) |
#define | SysTick_CLKSource_HCLK ((uint32_t)0x00000004) |
#define | IS_SYSTICK_CLK_SOURCE(SOURCE) |
Functions | |
void | SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource) |
Configures the SysTick clock source. More... | |
void | SysTick_DelayNticks (uint32_t Ticks) |
Delay n ticks. More... | |
void | SysTick_DelayUs (uint32_t Us) |
Delay n Us. More... | |
void | SysTick_DelayMs (uint32_t Ms) |
Delay n Ms. More... | |
This file contains all the functions prototypes for the miscellaneous firmware library functions (add-on to CMSIS functions).