Collaboration diagram for Common Write and read registers Macros:Macros | |
| #define | LL_AES_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
| Write a value in AES register. More... | |
| #define | LL_AES_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| Read a value in AES register. More... | |
| #define LL_AES_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG(__INSTANCE__->__REG__) |
Read a value in AES register.
| <strong>INSTANCE</strong> | AES Instance |
| <strong>REG</strong> | Register to be read |
| Register | value |
Definition at line 168 of file gr55xx_ll_aes.h.
| #define LL_AES_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in AES register.
| <strong>INSTANCE</strong> | AES Instance |
| <strong>REG</strong> | Register to be written |
| <strong>VALUE</strong> | Value to be written in the register |
| None |
Definition at line 160 of file gr55xx_ll_aes.h.