Data Structures | Macros
AESCommonLPF3.h File Reference

Detailed Description

AESCommon driver implementation for the Low Power F3 family.

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

The AESCommonLPF3 module provides common functionality used by the AES mode-specific implementations for the Low Power F3 family.

#include <stdbool.h>
#include <stdint.h>
#include <ti/drivers/AESCommon.h>
#include <ti/drivers/cryptoutils/cryptokey/CryptoKey.h>
#include <ti/drivers/dpl/HwiP.h>
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(inc/hw_types.h)>
Include dependency graph for AESCommonLPF3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  AESCommonLPF3_HWAttrs
 AESCommonLPF3 Hardware Attributes. More...
 
struct  AESCommonLPF3_Object
 AESCommonLPF3 Object. More...
 

Macros

#define AESCommonLPF3_UNALIGNED_IO_SUPPORT_ENABLE   0
 
#define DMA_CH4   4U
 
#define DMA_CH5   5U
 
#define AESCommonLPF3_DMA_CHA_BITMASK   ((uint32_t)1U << DMA_CH4)
 
#define AESCommonLPF3_DMA_CHB_BITMASK   ((uint32_t)1U << DMA_CH5)
 

Macro Definition Documentation

§ AESCommonLPF3_UNALIGNED_IO_SUPPORT_ENABLE

#define AESCommonLPF3_UNALIGNED_IO_SUPPORT_ENABLE   0

§ DMA_CH4

#define DMA_CH4   4U

§ DMA_CH5

#define DMA_CH5   5U

§ AESCommonLPF3_DMA_CHA_BITMASK

#define AESCommonLPF3_DMA_CHA_BITMASK   ((uint32_t)1U << DMA_CH4)

§ AESCommonLPF3_DMA_CHB_BITMASK

#define AESCommonLPF3_DMA_CHB_BITMASK   ((uint32_t)1U << DMA_CH5)
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale