STM32F439xx HAL User Manual
Defines
Common Write and read registers macros
WWDG Exported Macros

Defines

#define LL_WWDG_WriteReg(__INSTANCE__, __REG__, __VALUE__)   WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))
 Write a value in WWDG register.
#define LL_WWDG_ReadReg(__INSTANCE__, __REG__)   READ_REG(__INSTANCE__->__REG__)
 Read a value in WWDG register.

Define Documentation

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

Read a value in WWDG register.

Parameters:
__INSTANCE__WWDG Instance
__REG__Register to be read
Return values:
Registervalue

Definition at line 117 of file stm32f4xx_ll_wwdg.h.

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

Write a value in WWDG register.

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

Definition at line 109 of file stm32f4xx_ll_wwdg.h.