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... | |
static __INLINE void | led_config (void) |
Configure LED pins. More... | |
static __INLINE void | led_off (uint32_t ul_led) |
Switch off LED. More... | |
static __INLINE void | led_on (uint32_t ul_led) |
Switch on LED. 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 |
|
static |
Configure LED pins.
Referenced by main().
|
static |
Switch off LED.
Referenced by main().
|
static |
Switch on LED.
Referenced by main().
int main | ( | void | ) |
Application entry point.
References delay_ms(), led_config(), led_off(), and led_on().
void SysTick_Handler | ( | void | ) |
SysTick_Handler.
References g_ul_ms_ticks.
|
static |