SAME54P20A Test Project
Data Fields
AES_CTRLB_Type Union Reference

Data Fields

struct {
   uint8_t   START:1
 
   uint8_t   NEWMSG:1
 
   uint8_t   EOM:1
 
   uint8_t   GFMUL:1
 
   uint8_t   __pad0__:4
 
bit
 
uint8_t reg
 

Detailed Description

Definition at line 147 of file aes.h.

Field Documentation

◆ __pad0__

uint8_t AES_CTRLB_Type::__pad0__

bit: 4.. 7 Reserved

Definition at line 153 of file aes.h.

◆ bit

struct { ... } AES_CTRLB_Type::bit

Structure used for bit access

◆ EOM

uint8_t AES_CTRLB_Type::EOM

bit: 2 End of message

Definition at line 151 of file aes.h.

◆ GFMUL

uint8_t AES_CTRLB_Type::GFMUL

bit: 3 GF Multiplication

Definition at line 152 of file aes.h.

◆ NEWMSG

uint8_t AES_CTRLB_Type::NEWMSG

bit: 1 New message

Definition at line 150 of file aes.h.

◆ reg

uint8_t AES_CTRLB_Type::reg

Type used for register access

Definition at line 155 of file aes.h.

◆ START

uint8_t AES_CTRLB_Type::START

bit: 0 Start Encryption/Decryption

Definition at line 149 of file aes.h.


The documentation for this union was generated from the following file: