RTEMS  5.1
Macros | Functions
bspstarthooks.c File Reference

Startup code. More...

#include <bsp.h>
#include <bsp/start.h>
#include <bsp/lpc32xx.h>
#include <bsp/mmu.h>
#include <bsp/arm-cp15-start.h>
#include <bsp/linker-symbols.h>
#include <bsp/uart-output-char.h>

Macros

#define ARM_CP15_TEXT_SECTION   BSP_START_TEXT_SECTION
 
#define LPC32XX_MMU_READ_WRITE_DATA   LPC32XX_MMU_READ_WRITE_CACHED
 
#define LPC32XX_MMU_READ_ONLY_DATA   LPC32XX_MMU_READ_ONLY_CACHED
 
#define LPC32XX_MMU_CODE   LPC32XX_MMU_READ_ONLY_CACHED
 

Functions

BSP_START_TEXT_SECTION bool lpc32xx_start_pll_setup (uint32_t hclkpll_ctrl, uint32_t hclkdiv_ctrl, bool force)
 
BSP_START_TEXT_SECTION void bsp_start_hook_0 (void)
 
BSP_START_TEXT_SECTION void bsp_start_hook_1 (void)
 

Detailed Description

Startup code.