AM275 FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Introduction

DMSC controls the power management, security and resource management of the device.

Data Structures

struct  tisci_msg_keystore_write_req
 Request for writing the entire keystore contents. More...
 
struct  tisci_msg_keystore_write_resp
 Response to the keystore write. More...
 
struct  tisci_msg_keystore_export_req
 Request for exporting the entire keystore contents. More...
 
struct  tisci_msg_keystore_export_resp
 Response to the keystore export. More...
 
struct  tisci_msg_keystore_import_req
 Request for importing a previously exported keystore. More...
 
struct  tisci_msg_keystore_import_resp
 Response to the keystore import. More...
 

Functions

struct tisci_msg_keystore_write_req __attribute__ ((__packed__))
 

Macros

#define KEYSTORE_ABI_MAJ_VALUE   0x00
 This file contains: More...
 
#define KEYSTORE_ABI_MIN_VALUE   0x01
 

Macro Definition Documentation

◆ KEYSTORE_ABI_MAJ_VALUE

#define KEYSTORE_ABI_MAJ_VALUE   0x00

This file contains:

    WARNING!!: Autogenerated file from SYSFW. DO NOT MODIFY!!

System Firmware

TISCI Data structures and macros for runtime keystore Keystore Major ABI revision value

◆ KEYSTORE_ABI_MIN_VALUE

#define KEYSTORE_ABI_MIN_VALUE   0x01

Keystore Minor ABI revision value

Function Documentation

◆ __attribute__()

struct tisci_msg_keystore_write_req __attribute__ ( (__packed__)  )