![]() |
SDL API Guide for J721E
|
===========================================================================
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... | |
| 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.
============================================================================
| Instance | Instance of POK |
| pStaticRegs | Pointer to the static registers structure |
| 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 |