AM243x MCU+ SDK  09.02.00
sdl_ip_mtog.h File Reference

Go to the source code of this file.

Timeout values

This enumerator defines the possible timeout values

#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)
 
typedef uint32_t SDL_MTOGVal
 

Functions

int32_t SDL_MTOG_setTimeoutVal (SDL_MTOG_Regs *pRegs, SDL_MTOGVal timeOut)
 Set the timeout value. More...