AM62Px MCU+ SDK  09.02.01
pok/v1/sdl_pok.h File Reference

Introduction

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.

Data Structures

struct  SDL_POK_staticRegs
 POK Static Registers structure. More...
 

Functions

int32_t SDL_POK_enablePP (SDL_PRG_Inst instance, bool enable)
 POK Function to enable or disable 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)
 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...