SDL API Guide for J7200
SDL EXCEPTION Macro defines

Introduction

Typedefs

typedef void(* SDL_EXCEPTION_ECCCallback_t) (uint32_t intSource, uint32_t errorAddr, uint32_t ramId, uint64_t bitErrorOffset, uint32_t bitErrorGroup)
 Format of Call back function for ECC error events. More...
 
typedef void(* SDL_EXCEPTION_Callback_t) (void)
 Format of Call back function for exception. More...
 

Typedef Documentation

◆ SDL_EXCEPTION_ECCCallback_t

typedef void(* SDL_EXCEPTION_ECCCallback_t) (uint32_t intSource, uint32_t errorAddr, uint32_t ramId, uint64_t bitErrorOffset, uint32_t bitErrorGroup)

Format of Call back function for ECC error events.

◆ SDL_EXCEPTION_Callback_t

typedef void(* SDL_EXCEPTION_Callback_t) (void)

Format of Call back function for exception.