CMSIS Example.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
static __INLINE void | delay_ms (uint32_t ul_dly_ticks) |
Delay number of tick Systicks (happens every 1 ms). More... | |
int | main (void) |
Application entry point. More... | |
void | SysTick_Handler (void) |
SysTick_Handler. More... | |
Variables | |
static volatile uint32_t | g_ul_ms_ticks = 0U |
|
static |
int main | ( | void | ) |
Application entry point.
References board_init(), delay_ms(), sysclk_get_cpu_hz(), and sysclk_init().
void SysTick_Handler | ( | void | ) |
SysTick_Handler.
References g_ul_ms_ticks.
|
static |