Macros | |
#define | LL_PKC_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in PKC register. More... | |
#define | LL_PKC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
Read a value in PKC register. More... | |
#define LL_PKC_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG(__INSTANCE__->__REG__) |
Read a value in PKC register.
<strong>INSTANCE</strong> | PKC Instance |
<strong>REG</strong> | Register to be read |
Register | value |
Definition at line 256 of file gr55xx_ll_pkc.h.
#define LL_PKC_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in PKC register.
<strong>INSTANCE</strong> | PKC Instance |
<strong>REG</strong> | Register to be written |
<strong>VALUE</strong> | Value to be written in the register |
None |
Definition at line 248 of file gr55xx_ll_pkc.h.