SDL API Guide for J721E
|
This file contains the prototypes of the APIs present in the device abstraction layer file of POK. This also contains some related macros.
Go to the source code of this file.
Functions | |
int32_t | SDL_POK_getStaticRegisters (SDL_POK_Inst Instance, SDL_POK_staticRegs *pStaticRegs) |
POK Function to get the Static Registers. This function reads the values of the static registers such as hysteresis control, voltage detect mode, trim, PORGP and module status. More... | |
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... | |