![]() |
SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
|
Contains CPU Initialization and Register functions/definitions. More...
Go to the source code of this file.
Macros | |
#define | BUS_CLK 80000000 |
#define | CLOCK_MASK_PORTF 0x20 |
#define | PF1 (*((volatile uint32_t *)0x40025008)) |
#define | PF2 (*((volatile uint32_t *)0x40025010)) |
#define | PF3 (*((volatile uint32_t *)0x40025020)) |
#define | LEDS 0x0E |
#define | GREEN_LED PF3 |
#define | GREEN_BLINK 0x8 |
#define | BLUE_LED PF2 |
#define | BLUE_BLINK 0x4 |
#define | RED_LED PF1 |
#define | RED_BLINK 0x2 |
Functions | |
void | CLOCK_Init (void) |
Initialize system clock (PLL) More... | |
void | LED_Init (void) |
Initialize development board LEDS, example function. More... | |
Contains CPU Initialization and Register functions/definitions.
Definition in file cpu.h.
void CLOCK_Init | ( | void | ) |