Define user configuration Implements : security_user_config_t_Class. More...
#include <platform/pal/security/inc/security_pal.h>
Data Fields | |
security_callback_t | callback |
void * | callbackParam |
Define user configuration Implements : security_user_config_t_Class.
Definition at line 158 of file security_pal.h.
security_callback_t callback |
The callback invoked when an asynchronous command is completed
Definition at line 160 of file security_pal.h.
void* callbackParam |
User parameter for the command completion callback
Definition at line 161 of file security_pal.h.