49 #if defined (SOC_J721E)    51 #include <src/ip/pok/soc/j721e/sdl_ip_pok.h>    52 #elif defined (SOC_J7200)    53 #include <src/ip/pok/V1/sdl_pok_def.h>    54 #include <src/ip/pok/soc/j7200/sdl_ip_pok.h>    55 #elif defined (SOC_J721S2)    56 #include <src/ip/pok/V1/sdl_pok_def.h>    57 #include <src/ip/pok/soc/j721s2/sdl_ip_pok.h>    58 #elif defined (SOC_J784S4)    59 #include <src/ip/pok/V1/sdl_pok_def.h>    60 #include <src/ip/pok/soc/j784s4/sdl_ip_pok.h>    82                                      SDL_POK_Inst             instance,
   108                            SDL_POK_Inst                    instance);
   129                              SDL_POK_Inst                      instance);
 POK Configuration structure.
Definition: sdl_pok_def.h:457
int32_t SDL_porSetControl(SDL_wkupCtrlRegsBase_t *pBaseAddress, const SDL_pokPorCfg_t *pPorCfg)
write the POR configuration for the specified POK control register
POK functionality of POR Configuration structure.
Definition: sdl_pok_def.h:504
SDL_wkup_ctrl_mmr_cfg0Regs SDL_wkupCtrlRegsBase_t
Definition: sdl_pok_def.h:429
int32_t SDL_pokSetControl(SDL_wkupCtrlRegsBase_t *pBaseAddress, const SDL_POK_config *pPokCfg, SDL_POK_Inst instance)
write the POK configuration for the specified POK control register
int32_t SDL_pok_GetShiftsAndMasks(SDL_wkupCtrlRegsBase_t *pBaseAddress, SDL_POK_Inst instance, SDL_pokShiftsAndMasks_t *pShMasks)
Header file containing various enumerations, structure definitions and function declarations for the ...
int32_t SDL_pokGetControl(SDL_wkupCtrlRegsBase_t *pBaseAddress, const SDL_POK_config *pPokCfg, SDL_pokVal_t *pPokVal, SDL_POK_Inst instance)
Read the POK configuration for the specified POK control register.
POK Configuration structure read value.
Definition: sdl_pok_def.h:479
Definition: sdl_pok_def.h:82