|  | SDL API Guide for J721E
    | 
===========================================================================
| Timeout interrupt sources | |
| This enumerator defines the possible timeout interrupt sources | |
| typedef uint32_t | SDL_TOG_IntrSrc | 
| #define | SDL_TOG_INTRSRC_TRANSACTION_TIMEOUT ((uint32_t) 1U<<0) | 
| #define | SDL_TOG_INTRSRC_UNEXPECTED_RESPONSE ((uint32_t) 1U<<1) | 
| #define | SDL_TOG_INTRSRC_COMMAND_TIMEOUT ((uint32_t) 1U<<2) | 
| #define | SDL_TOG_INTRSRC_ALL (SDL_TOG_INTRSRC_TRANSACTION_TIMEOUT | SDL_TOG_INTRSRC_UNEXPECTED_RESPONSE | SDL_TOG_INTRSRC_COMMAND_TIMEOUT) | 
| #define SDL_TOG_INTRSRC_TRANSACTION_TIMEOUT ((uint32_t) 1U<<0) | 
Transaction timeout
| #define SDL_TOG_INTRSRC_UNEXPECTED_RESPONSE ((uint32_t) 1U<<1) | 
Unexpected response
| #define SDL_TOG_INTRSRC_COMMAND_TIMEOUT ((uint32_t) 1U<<2) | 
Command timeout
| #define SDL_TOG_INTRSRC_ALL (SDL_TOG_INTRSRC_TRANSACTION_TIMEOUT | SDL_TOG_INTRSRC_UNEXPECTED_RESPONSE | SDL_TOG_INTRSRC_COMMAND_TIMEOUT) | 
All interrupt sources
| typedef uint32_t SDL_TOG_IntrSrc |