TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
CryptoCC26XX_Object Struct Reference

CryptoCC26XX Object. More...

#include <CryptoCC26XX.h>

Collaboration diagram for CryptoCC26XX_Object:
Collaboration graph
[legend]

Data Fields

int openCnt
 
uint32_t timeout
 
CryptoCC26XX_KeyStore keyStore
 
CryptoCC26XX_TransactioncurrentTransact
 
CryptoCC26XX_TransactionheadPtr
 
CryptoCC26XX_TransactiontailPtr
 
Power_NotifyObj cryptoNotiObj
 
ti_sysbios_family_arm_m3_Hwi_Struct hwi
 
Semaphore_Struct transSem
 
Semaphore_Struct waitSem
 

Detailed Description

CryptoCC26XX Object.

The application must not access any member variables of this structure!

Field Documentation

int CryptoCC26XX_Object::openCnt

Counting number of clients

uint32_t CryptoCC26XX_Object::timeout

Timeout for encrypt/decrypt operation

CryptoCC26XX_KeyStore CryptoCC26XX_Object::keyStore

Key store for Crypto

CryptoCC26XX_Transaction* CryptoCC26XX_Object::currentTransact

Pointer to ongoing transaction

CryptoCC26XX_Transaction* CryptoCC26XX_Object::headPtr

head pointer for queued transactions

CryptoCC26XX_Transaction* CryptoCC26XX_Object::tailPtr

tail pointer for queued transactions

Power_NotifyObj CryptoCC26XX_Object::cryptoNotiObj

Crypto notification object

ti_sysbios_family_arm_m3_Hwi_Struct CryptoCC26XX_Object::hwi

Hwi object

Semaphore_Struct CryptoCC26XX_Object::transSem

CryptoCC26XX transaction semaphore

Semaphore_Struct CryptoCC26XX_Object::waitSem

Semaphore for use in blocking mode


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated