CryptoAuthLib v3.7.8
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
secure_boot_memory.h File Reference

Provides interface to memory component for the secure boot. More...

#include "atca_status.h"
#include "atca_command.h"

Data Structures

struct  memory_parameters
 

Functions

ATCA_STATUS secure_boot_init_memory (memory_parameters *memory_params)
 
ATCA_STATUS secure_boot_read_memory (uint8_t *pu8_data, uint32_t *pu32_target_length)
 
ATCA_STATUS secure_boot_write_memory (uint8_t *pu8_data, uint32_t *pu32_target_length)
 
void secure_boot_deinit_memory (memory_parameters *memory_params)
 
ATCA_STATUS secure_boot_mark_full_copy_completion (void)
 
bool secure_boot_check_full_copy_completion (void)
 

Detailed Description

Provides interface to memory component for the secure boot.