STM8L15x Standard Peripherals Drivers: AES_Registers_Bits_Definition

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

AES_Registers_Bits_Definition

Defines

#define AES_CR_CCFC   ((uint8_t)0x08)
#define AES_CR_CCIE   ((uint8_t)0x20)
#define AES_CR_DMAEN   ((uint8_t)0x80)
#define AES_CR_EN   ((uint8_t)0x01)
#define AES_CR_ERRC   ((uint8_t)0x10)
#define AES_CR_ERRIE   ((uint8_t)0x40)
#define AES_CR_MODE   ((uint8_t)0x06)
#define AES_DINR   ((uint8_t)0xFF)
#define AES_DOUTR   ((uint8_t)0xFF)
#define AES_SR_CCF   ((uint8_t)0x01)
#define AES_SR_RDERR   ((uint8_t)0x02)
#define AES_SR_WRERR   ((uint8_t)0x04)

Define Documentation

#define AES_CR_CCFC   ((uint8_t)0x08)

Computation Complete Flag Clear bit mask

Definition at line 2744 of file stm8l15x.h.

Referenced by AES_ClearFlag(), AES_ClearITPendingBit(), and AES_DeInit().

#define AES_CR_CCIE   ((uint8_t)0x20)

Computation Complete Interrupt Enable bit mask

Definition at line 2742 of file stm8l15x.h.

Referenced by AES_GetITStatus().

#define AES_CR_DMAEN   ((uint8_t)0x80)

DMA Enable bit mask

Definition at line 2740 of file stm8l15x.h.

#define AES_CR_EN   ((uint8_t)0x01)

AES Enable bit mask

Definition at line 2746 of file stm8l15x.h.

Referenced by AES_Cmd().

#define AES_CR_ERRC   ((uint8_t)0x10)

Error Clear bit mask

Definition at line 2743 of file stm8l15x.h.

Referenced by AES_ClearFlag(), AES_ClearITPendingBit(), and AES_DeInit().

#define AES_CR_ERRIE   ((uint8_t)0x40)

Error Interrupt Enable bit mask

Definition at line 2741 of file stm8l15x.h.

Referenced by AES_GetITStatus().

#define AES_CR_MODE   ((uint8_t)0x06)

AES Modes of Operation bits mask

Definition at line 2745 of file stm8l15x.h.

Referenced by AES_OperationModeConfig().

#define AES_DINR   ((uint8_t)0xFF)

Data Input bits mask

Definition at line 2752 of file stm8l15x.h.

#define AES_DOUTR   ((uint8_t)0xFF)

Data Output bits mask

Definition at line 2753 of file stm8l15x.h.

#define AES_SR_CCF   ((uint8_t)0x01)

Computation Complete Flag bit mask

Definition at line 2750 of file stm8l15x.h.

Referenced by AES_GetITStatus().

#define AES_SR_RDERR   ((uint8_t)0x02)

Read Error Flag bit mask

Definition at line 2749 of file stm8l15x.h.

Referenced by AES_GetITStatus().

#define AES_SR_WRERR   ((uint8_t)0x04)

Write Error Flag bit mask

Definition at line 2748 of file stm8l15x.h.

Referenced by AES_GetITStatus().

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com