CryptoAuthLib
Microchip CryptoAuthentication Library
|
CryptoAuthLib Basic API methods for Info command. More...
Functions | |
ATCA_STATUS | atcab_info_base (uint8_t mode, uint16_t param2, uint8_t *out_data) |
Issues an Info command, which return internal device information and can control GPIO and the persistent latch. More... | |
ATCA_STATUS | atcab_info (uint8_t *revision) |
Use the Info command to get the device revision (DevRev). More... | |
ATCA_STATUS | atcab_info_get_latch (bool *state) |
Use the Info command to get the persistent latch current state for an ATECC608A device. More... | |
ATCA_STATUS | atcab_info_set_latch (bool state) |
Use the Info command to set the persistent latch state for an ATECC608A device. More... | |
CryptoAuthLib Basic API methods for Info command.
Info command returns a variety of static and dynamic information about the device and its state. Also is used to control the GPIO pin and the persistent latch.