SDL API Guide for J7200
MTOG Enumerated Data Types

Introduction

Timeout values

This enumerator defines the possible timeout values



typedef uint32_t SDL_MTOGVal
 
#define SDL_MTOG_VAL_1K   ((uint32_t) 0U)
 
#define SDL_MTOG_VAL_4K   ((uint32_t) 1U)
 
#define SDL_MTOG_VAL_16K   ((uint32_t) 2U)
 
#define SDL_MTOG_VAL_64K   ((uint32_t) 3U)
 
#define SDL_MTOG_VAL_256K   ((uint32_t) 4U)
 
#define SDL_MTOG_VAL_1M   ((uint32_t) 5U)
 
#define SDL_MTOG_VAL_2M   ((uint32_t) 6U)
 
#define SDL_MTOG_VAL_4M_MINUS_1   ((uint32_t) 7U)
 

Macro Definition Documentation

◆ SDL_MTOG_VAL_1K

#define SDL_MTOG_VAL_1K   ((uint32_t) 0U)

1024 clock cycles

◆ SDL_MTOG_VAL_4K

#define SDL_MTOG_VAL_4K   ((uint32_t) 1U)

4096 clock cycles

◆ SDL_MTOG_VAL_16K

#define SDL_MTOG_VAL_16K   ((uint32_t) 2U)

16,384 clock cycles

◆ SDL_MTOG_VAL_64K

#define SDL_MTOG_VAL_64K   ((uint32_t) 3U)

65,536 clock cycles

◆ SDL_MTOG_VAL_256K

#define SDL_MTOG_VAL_256K   ((uint32_t) 4U)

262,144 clock cycles

◆ SDL_MTOG_VAL_1M

#define SDL_MTOG_VAL_1M   ((uint32_t) 5U)

1,048,576 clock cycles

◆ SDL_MTOG_VAL_2M

#define SDL_MTOG_VAL_2M   ((uint32_t) 6U)

2,097,152 clock cycles

◆ SDL_MTOG_VAL_4M_MINUS_1

#define SDL_MTOG_VAL_4M_MINUS_1   ((uint32_t) 7U)

4,194,303 clock cycles

Typedef Documentation

◆ SDL_MTOGVal

typedef uint32_t SDL_MTOGVal