CryptoAuthLib Basic API - Helper Functions to. More...
#include "cryptoauthlib.h"
Functions | |
ATCA_STATUS | calib_ca2_is_config_locked (ATCADevice device, bool *is_locked) |
Executes Read command, which reads the configuration zone to see if the specified slot is locked. | |
ATCA_STATUS | calib_ca2_is_data_locked (ATCADevice device, bool *is_locked) |
Use Info command to check ECC204 Data zone lock status. | |
ATCA_STATUS | calib_ca2_is_locked (ATCADevice device, uint8_t zone, bool *is_locked) |
Use Info command to check config/data is locked or not. | |
ATCADeviceType | calib_get_devicetype (uint8_t revision[4]) |
Parse the revision field to get the device type. | |
ATCADeviceType | calib_get_devicetype_with_device_id (uint8_t device_id, uint8_t device_revision) |
CryptoAuthLib Basic API - Helper Functions to.