H753_CPP_AS6C4008_FMC_DaughterBoard_02
Loading...
Searching...
No Matches
sram_integration.c File Reference

SRAM integration test implementation. More...

#include "sram_integration.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for sram_integration.c:

Data Structures

struct  arrayTest_t
 Nested array test structure stored inside the SRAM integration object. More...
 
struct  FRAM_t
 Composite SRAM integration test structure. More...
 

Macros

#define SRAM   __attribute__((section(".sramdata")))
 

Functions

void SramIntegration_RunStructTest (void)
 Runs the SRAM integration struct initialization and modification test.
 
void SramIntegration_RunStructRawDumpTest (void)
 Runs a phased raw byte dump diagnostic on a separate SRAM structure.
 

Detailed Description

SRAM integration test implementation.

Macro Definition Documentation

◆ SRAM

#define SRAM   __attribute__((section(".sramdata")))

Function Documentation

◆ SramIntegration_RunStructRawDumpTest()

void SramIntegration_RunStructRawDumpTest ( void )

Runs a phased raw byte dump diagnostic on a separate SRAM structure.

Run a phased raw byte dump diagnostic on a separate SRAM structure.

◆ SramIntegration_RunStructTest()

void SramIntegration_RunStructTest ( void )

Runs the SRAM integration struct initialization and modification test.

Run the SRAM integration struct initialization and modification test.