STM8S/A Standard Peripherals Drivers: WWDG_Private_Macros

STM8S/A

STM8S/A Standard Peripherals Drivers
WWDG_Private_Macros

Defines

#define IS_WWDG_COUNTERVALUE_OK(CounterValue)   ((CounterValue) <= 0x7F)
 Macro used by the assert function in order to check the different values of the counter register.
#define IS_WWDG_WINDOWLIMITVALUE_OK(WindowLimitValue)   ((WindowLimitValue) <= 0x7F)
 Macro used by the assert function in order to check the values of the window register.

Define Documentation

#define IS_WWDG_COUNTERVALUE_OK (   CounterValue)    ((CounterValue) <= 0x7F)

Macro used by the assert function in order to check the different values of the counter register.

Definition at line 55 of file stm8s_wwdg.h.

Referenced by WWDG_SetCounter().

#define IS_WWDG_WINDOWLIMITVALUE_OK (   WindowLimitValue)    ((WindowLimitValue) <= 0x7F)

Macro used by the assert function in order to check the values of the window register.

Definition at line 49 of file stm8s_wwdg.h.

Referenced by WWDG_Init(), and WWDG_SetWindowValue().

STM8 Standard Peripherals Library: Footer

 

 

 

      For complete documentation on STM8 8-bit Microcontrollers platform visit www.st.com