STM8S/A Standard Peripherals Drivers
|
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().