Macros | |
#define | LL_HMAC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in HMAC register. More... | |
#define | LL_HMAC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
Read a value in HMAC register. More... | |
#define LL_HMAC_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG(__INSTANCE__->__REG__) |
Read a value in HMAC register.
<strong>INSTANCE</strong> | HMAC Instance |
<strong>REG</strong> | Register to be read |
Register | value |
Definition at line 164 of file gr55xx_ll_hmac.h.
#define LL_HMAC_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in HMAC register.
<strong>INSTANCE</strong> | HMAC Instance |
<strong>REG</strong> | Register to be written |
<strong>VALUE</strong> | Value to be written in the register |
None |
Definition at line 156 of file gr55xx_ll_hmac.h.