Functions | Variables
CryptoResourceLPF3.h File Reference

Detailed Description

Shared resources to arbitrate access to the AES engine.

============================================================================

#include <stdint.h>
#include <stdbool.h>
#include <ti/drivers/dpl/SemaphoreP.h>
#include <ti/drivers/dpl/HwiP.h>
Include dependency graph for CryptoResourceLPF3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void CryptoResourceLPF3_constructRTOSObjects (void)
 
void CryptoResourceLPF3_destructRTOSObjects (void)
 
bool CryptoResourceLPF3_acquireLock (uint32_t timeout)
 
void CryptoResourceLPF3_releaseLock (void)
 

Variables

SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore
 
SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore
 
volatile bool CryptoResourceLPF3_pollingFlag
 
HwiP_Struct CryptoResourceLPF3_hwi
 

Function Documentation

§ CryptoResourceLPF3_constructRTOSObjects()

void CryptoResourceLPF3_constructRTOSObjects ( void  )

§ CryptoResourceLPF3_destructRTOSObjects()

void CryptoResourceLPF3_destructRTOSObjects ( void  )

§ CryptoResourceLPF3_acquireLock()

bool CryptoResourceLPF3_acquireLock ( uint32_t  timeout)

§ CryptoResourceLPF3_releaseLock()

void CryptoResourceLPF3_releaseLock ( void  )

Variable Documentation

§ CryptoResourceLPF3_accessSemaphore

SemaphoreP_Struct CryptoResourceLPF3_accessSemaphore

§ CryptoResourceLPF3_operationSemaphore

SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore

§ CryptoResourceLPF3_pollingFlag

volatile bool CryptoResourceLPF3_pollingFlag

§ CryptoResourceLPF3_hwi

HwiP_Struct CryptoResourceLPF3_hwi
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale