#include <compiler.h>
#include <sysclk.h>
#include <gpio.h>
#include "conf_example.h"
#include "conf_board.h"
Macros | |
#define | INTERVAL_MS 80 |
Functions | |
void | light_single_led (uint8_t led_pin) |
int | main (void) |
static void | mdelay (unsigned int ms) |
#define INTERVAL_MS 80 |
Referenced by main().
void light_single_led | ( | uint8_t | led_pin | ) |
References gpio_set_pin_group_high, gpio_set_pin_low, LED_CHASER_PORT_ID, and LED_CHASER_PORT_MASK.
Referenced by main().
int main | ( | void | ) |
References board_init(), INTERVAL_MS, LED0_GPIO, LED1_GPIO, LED2_GPIO, LED3_GPIO, LED4_GPIO, LED5_GPIO, LED6_GPIO, LED7_GPIO, light_single_led(), mdelay(), and sysclk_init().
|
static |
References Get_system_register, and sysclk_get_cpu_hz().
Referenced by main().