RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions | Variables

This source file contains the implementation of zynqmp_ecc_init(). More...

#include <bsp.h>
#include <bsp/ecc_priv.h>
#include <bsp/fatal.h>
#include <bsp/utility.h>

Functions

void zynqmp_ecc_register_handler (zynqmp_ecc_handler handler)
 Enumeration describing the possible types of ECC events.
 
void zynqmp_invoke_ecc_handler (ECC_Event_Type event, void *data)
 Invoke the ECC error handler.
 
int zynqmp_ecc_enable (ECC_Event_Type event)
 Enable ECC error reporting.
 
void zynqmp_ecc_init (void)
 Initialize ECC reporting support.
 

Variables

zynqmp_ecc_handler saved_handler = NULL
 

Detailed Description

This source file contains the implementation of zynqmp_ecc_init().