Structures and Enums
Data Structures | |
struct | SDL_POK_staticRegs |
POK Static Registers structure. More... | |
Functions | |
int32_t | SDL_POK_getStaticRegisters (SDL_POK_Inst instance, SDL_POK_staticRegs *pStaticRegs) |
int32_t | SDL_POK_init (SDL_POK_Inst instance, SDL_POK_config *pConfig) |
POK module configuration API. More... | |
int32_t | SDL_POK_verifyConfig (SDL_POK_Inst instance, SDL_POK_config *pConfig) |
POK Function to verify the written configuration. This function checks the provided config against the written config and returns the verification status. More... | |
int32_t | SDL_POK_enablePP (SDL_PRG_Inst instance, bool enable) |
POK Function to enable or diable ping/pong mode for a specified PRG. Only supported for v1 version of the IP. More... | |
int32_t SDL_POK_getStaticRegisters | ( | SDL_POK_Inst | instance, |
SDL_POK_staticRegs * | pStaticRegs | ||
) |
int32_t SDL_POK_init | ( | SDL_POK_Inst | instance, |
SDL_POK_config * | pConfig | ||
) |
POK module configuration API.
instance | Instance of POK |
pConfig | Pointer to the configuration structure |
int32_t SDL_POK_verifyConfig | ( | SDL_POK_Inst | instance, |
SDL_POK_config * | pConfig | ||
) |
POK Function to verify the written configuration. This function checks the provided config against the written config and returns the verification status.
instance | Instance of POK |
pConfig | Pointer to the configuration structure |
int32_t SDL_POK_enablePP | ( | SDL_PRG_Inst | instance, |
bool | enable | ||
) |
POK Function to enable or diable ping/pong mode for a specified PRG. Only supported for v1 version of the IP.
instance | Instance of PRG |
enable | Enable or disable the ping/pong mode |