SDL API Guide for J721E
RAT Enumerated Data Types

Introduction

RAT interrupt source types

This enumerator defines the types of possible RAT interrupt sources



typedef uint32_t SDL_RAT_intrSrcTypes
 
#define SDL_RAT_INTR_SRC_EXCEPTION   ((uint32_t) 0U)
 
#define SDL_RAT_INTR_SRC_INVALID   ((uint32_t) 1U)
 

Macro Definition Documentation

◆ SDL_RAT_INTR_SRC_EXCEPTION

#define SDL_RAT_INTR_SRC_EXCEPTION   ((uint32_t) 0U)

Exception interrupt

◆ SDL_RAT_INTR_SRC_INVALID

#define SDL_RAT_INTR_SRC_INVALID   ((uint32_t) 1U)

Denotes an invalid error type

Typedef Documentation

◆ SDL_RAT_intrSrcTypes

typedef uint32_t SDL_RAT_intrSrcTypes