Collaboration diagram for Common Write and read registers Macros:Macros | |
| #define | LL_ISO7816_WriteReg(__instance__, __REG__, __VALUE__) WRITE_REG(__instance__->__REG__, (__VALUE__)) |
| Write a value in ISO7816 register. More... | |
| #define | LL_ISO7816_ReadReg(__instance__, __REG__) READ_REG(__instance__->__REG__) |
| Read a value in ISO7816 register. More... | |
| #define LL_ISO7816_ReadReg | ( | __instance__, | |
| __REG__ | |||
| ) | READ_REG(__instance__->__REG__) |
Read a value in ISO7816 register.
| <strong>instance</strong> | ISO7816 instance |
| <strong>REG</strong> | Register to be read |
| Register | value |
Definition at line 199 of file gr55xx_ll_iso7816.h.
| #define LL_ISO7816_WriteReg | ( | __instance__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__instance__->__REG__, (__VALUE__)) |
Write a value in ISO7816 register.
| <strong>instance</strong> | ISO7816 instance |
| <strong>REG</strong> | Register to be written |
| <strong>VALUE</strong> | Value to be written in the register |
| None. |
Definition at line 191 of file gr55xx_ll_iso7816.h.