dp12txss
Vitis Drivers API Documentation
keymgmt_loader.h File Reference

Overview

This file contains the interface for the key management loader module.

Functions

KEYMGMT_tError KEYMGMTLDR_Init (void)
 This function initializes the module. More...
 
void KEYMGMTLDR_Poll (uint32_t theUpTime)
 This function polls the module. More...
 
int KEYMGMTLDR_Debug (int argc, const char *argv[])
 This function implements the "keymgmt loader" debug command. More...
 

Function Documentation

int KEYMGMTLDR_Debug ( int  argc,
const char *  argv[] 
)

This function implements the "keymgmt loader" debug command.

Parameters
argcthe number of command line arguments
argvthe list of the command line arguments
Returns
Always returns zero (0)
Note
None.
KEYMGMT_tError KEYMGMTLDR_Init ( void  )

This function initializes the module.

Returns
KEYMGMT_ERROR_NONE if successful.
Note
None.

Referenced by KEYMGMT_Init().

void KEYMGMTLDR_Poll ( uint32_t  theUpTime)

This function polls the module.

Parameters
theUptimethe system up time in seconds
Returns
void
Note
None.

Referenced by KEYMGMT_Poll().