MG32L003 Standard Peripherals Firmware Library
|
This file provides all the miscellaneous firmware functions (add-on to CMSIS functions). More...
#include "misc.h"
Functions | |
void | SysTick_CLKSourceConfig (uint32_t SysTick_CLKSource) |
Configures the SysTick clock source. More... | |
__WEAK void | SysTick_DelayNticks (uint32_t Ticks) |
Delay n ticks. More... | |
__WEAK void | SysTick_DelayUs (uint32_t Us) |
Delay n Us. More... | |
__WEAK void | SysTick_DelayMs (uint32_t Ms) |
Delay n Ms. More... | |
This file provides all the miscellaneous firmware functions (add-on to CMSIS functions).