Common Write and read registers Macros

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...
 

Detailed Description

Macro Definition Documentation

◆ LL_PKC_ReadReg

#define LL_PKC_ReadReg (   __INSTANCE__,
  __REG__ 
)    READ_REG(__INSTANCE__->__REG__)

Read a value in PKC register.

Parameters
__INSTANCE__PKC Instance
__REG__Register to be read
Return values
Registervalue

Definition at line 256 of file ll_pkc.h.

◆ LL_PKC_WriteReg

#define LL_PKC_WriteReg (   __INSTANCE__,
  __REG__,
  __VALUE__ 
)    WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))

Write a value in PKC register.

Parameters
__INSTANCE__PKC Instance
__REG__Register to be written
__VALUE__Value to be written in the register
Return values
None

Definition at line 248 of file ll_pkc.h.