RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions | Variables
bspstarthooks.c File Reference

Implementation of the STM32U5 early start hooks. More...

#include <bsp.h>
#include <bsp/fatal.h>
#include <bsp/start.h>
#include <rtems/score/armv7m.h>
#include <rtems/score/isr.h>
#include <stm32u5/hal.h>

Functions

uint32_t BSP_START_TEXT_SECTION HAL_GetTick (void)
 
void BSP_START_TEXT_SECTION stm32u5_rcc_power_clock_enable (void)
 
void BSP_START_TEXT_SECTION stm32u5_init_power (void)
 
void BSP_START_TEXT_SECTION stm32u5_init_oscillator (void)
 
void BSP_START_TEXT_SECTION stm32u5_init_clocks (void)
 
void BSP_START_TEXT_SECTION stm32u5_init_peripheral_clocks (void)
 
void BSP_START_TEXT_SECTION bsp_start_hook_0 (void)
 Start entry hook 0.
 
void BSP_START_TEXT_SECTION bsp_start_hook_1 (void)
 Start entry hook 1.
 

Variables

uint32_t BSP_FAST_DATA_SECTION startup_delay_call_counter
 
uint32_t BSP_FAST_DATA_SECTION(* HAL_GetTick_ptr )(void)
 

Detailed Description

Implementation of the STM32U5 early start hooks.