SDL API Guide for J721S2
sdl_ip_mtog.h
Go to the documentation of this file.
1 
40 #ifndef SDL_IP_MTOG_H_
41 #define SDL_IP_MTOG_H_
42 
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46 
47 #include <stdint.h>
48 #include <stdbool.h>
49 #include "sdlr_mtog.h"
50 
83 typedef uint32_t SDL_MTOGVal;
85 #define SDL_MTOG_VAL_1K ((uint32_t) 0U)
86 
87 #define SDL_MTOG_VAL_4K ((uint32_t) 1U)
88 
89 #define SDL_MTOG_VAL_16K ((uint32_t) 2U)
90 
91 #define SDL_MTOG_VAL_64K ((uint32_t) 3U)
92 
93 #define SDL_MTOG_VAL_256K ((uint32_t) 4U)
94 
95 #define SDL_MTOG_VAL_1M ((uint32_t) 5U)
96 
97 #define SDL_MTOG_VAL_2M ((uint32_t) 6U)
98 
99 #define SDL_MTOG_VAL_4M_MINUS_1 ((uint32_t) 7U)
100 /* @} */
101 
126 int32_t SDL_MTOG_setTimeoutVal( SDL_MTOG_Regs *pRegs, SDL_MTOGVal timeOut );
127 
130 #ifdef __cplusplus
131 }
132 #endif
133 
134 #endif
uint32_t SDL_MTOGVal
Definition: sdl_ip_mtog.h:83
int32_t SDL_MTOG_setTimeoutVal(SDL_MTOG_Regs *pRegs, SDL_MTOGVal timeOut)
Set the timeout value.