![]() |
RA Flexible Software Package Documentation
Release v5.7.0
|
|
Common code shared by FSP drivers.
Modules | |
BSP I/O access | |
This module provides basic read/write access to port pins. | |
BSP SDRAM support | |
Code that initializes the SDRAMC and SDR SDRAM device memory. | |
Common Error Codes | |
MCU Board Support Package | |
The BSP is responsible for getting the MCU from reset to the user's application. Before reaching the user's application, the BSP sets up the stacks, heap, clocks, interrupts, C runtime environment, and stack monitor. | |
Data Structures | |
union | fsp_pack_version_t |
Macros | |
#define | FSP_VERSION_MAJOR |
#define | FSP_VERSION_MINOR |
#define | FSP_VERSION_PATCH |
#define | FSP_VERSION_BUILD |
#define | FSP_VERSION_STRING |
#define | FSP_VERSION_BUILD_STRING |
union fsp_pack_version_t |
FSP Pack version structure
Data Fields | ||
---|---|---|
uint32_t | version_id |
Version id |
struct version_id_b_s | version_id_b |
#define FSP_VERSION_MAJOR |
FSP pack major version.
#define FSP_VERSION_MINOR |
FSP pack minor version.
#define FSP_VERSION_PATCH |
FSP pack patch version.
#define FSP_VERSION_BUILD |
FSP pack version build number (currently unused).
#define FSP_VERSION_STRING |
Public FSP version name.
#define FSP_VERSION_BUILD_STRING |
Unique FSP version ID.