Macros | |
#define | LL_DUAL_TIMER_WriteReg(__instance__, __REG__, __VALUE__) WRITE_REG(__instance__->__REG__, (__VALUE__)) |
Write a value in DUAL_TIMER register. More... | |
#define | LL_DUAL_TIMER_ReadReg(__instance__, __REG__) READ_REG(__instance__->__REG__) |
Read a value in DUAL_TIMER register. More... | |
#define LL_DUAL_TIMER_ReadReg | ( | __instance__, | |
__REG__ | |||
) | READ_REG(__instance__->__REG__) |
Read a value in DUAL_TIMER register.
<strong>instance</strong> | DUAL_TIMER instance |
<strong>REG</strong> | Register to be read |
Register | value |
Definition at line 179 of file gr55xx_ll_dual_tim.h.
#define LL_DUAL_TIMER_WriteReg | ( | __instance__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG(__instance__->__REG__, (__VALUE__)) |
Write a value in DUAL_TIMER register.
<strong>instance</strong> | DUAL_TIMER instance |
<strong>REG</strong> | Register to be written |
<strong>VALUE</strong> | Value to be written in the register |
None |
Definition at line 171 of file gr55xx_ll_dual_tim.h.