![]()  | 
  
    dp14rxss
    
   Vitis Drivers API Documentation 
   | 
 
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... | |
| int KEYMGMTLDR_Debug | ( | int | argc, | 
| const char * | argv[] | ||
| ) | 
This function implements the "keymgmt loader" debug command.
| argc | the number of command line arguments | 
| argv | the list of the command line arguments | 
| KEYMGMT_tError KEYMGMTLDR_Init | ( | void | ) | 
This function initializes the module.
Referenced by KEYMGMT_Init().
| void KEYMGMTLDR_Poll | ( | uint32_t | theUpTime | ) | 
This function polls the module.
| theUptime | the system up time in seconds | 
Referenced by KEYMGMT_Poll().