28#ifndef LIBBSP_ARM_STM32H7_BSP_H
29#define LIBBSP_ARM_STM32H7_BSP_H
50#define BSP_FEATURE_IRQ_EXTENSION
52#define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT (13 << 4)
54#define BSP_ARMV7M_SYSTICK_PRIORITY (14 << 4)
56#define BSP_ARMV7M_SYSTICK_FREQUENCY stm32h7_systick_frequency()
58uint32_t stm32h7_systick_frequency(
void);
61void stm32h7_init_power(
void);
62void stm32h7_init_oscillator(
void);
63void stm32h7_init_clocks(
void);
64void stm32h7_init_peripheral_clocks(
void);
65void stm32h7_init_qspi(
void);
This header file provides the default definition of BSP_INITIAL_EXTENSION.
void stm32h7_register_spi_devices(void)
Register SPI interfaces.
Definition: spi-support.c:565
void SystemInit_ExtMemCtl(void)
Setup the external memory controller. Called in startup_stm32h7xx.s before jump to main....
Definition: ext-mem-ctl.c:41
This header file defines the RTEMS Classic API.