dp12txss
Vitis Drivers API Documentation
|
This file contains the implementation for the key management module.
Functions | |
KEYMGMT_tError | KEYMGMT_Init (void) |
This function initializes the key management module. More... | |
void | KEYMGMT_Poll (uint32_t theUptime) |
This function polls the key management module. More... | |
int | KEYMGMT_Debug (int argc, const char *argv[]) |
This function implements the "keymgmt" debug command. More... | |
int KEYMGMT_Debug | ( | int | argc, |
const char * | argv[] | ||
) |
This function implements the "keymgmt" debug command.
argc | the number of command line arguments |
argv | the list of the command line arguments |
References KEYMGMTDEV_Debug().
KEYMGMT_tError KEYMGMT_Init | ( | void | ) |
This function initializes the key management module.
References KEYMGMTDEV_Init(), and KEYMGMTLDR_Init().
void KEYMGMT_Poll | ( | uint32_t | theUptime | ) |
This function polls the key management module.
theUptime | the system up time in seconds |
References KEYMGMTLDR_Poll().