STM8S/A Standard Peripherals Drivers
|
WWDG_Registers_Bits_Definition
Defines | |
#define | WWDG_CR_T ((uint8_t)0x7F) |
#define | WWDG_CR_T6 ((uint8_t)0x40) |
#define | WWDG_CR_WDGA ((uint8_t)0x80) |
#define | WWDG_WR_MSB ((uint8_t)0x80) |
#define | WWDG_WR_W ((uint8_t)0x7F) |
Define Documentation
#define WWDG_CR_T6 ((uint8_t)0x40) |
T6 bit mask
Definition at line 1656 of file stm8s.h.
Referenced by WWDG_Init(), and WWDG_SetWindowValue().
#define WWDG_CR_WDGA ((uint8_t)0x80) |
WDGA bit mask
Definition at line 1655 of file stm8s.h.
Referenced by WWDG_Init(), WWDG_SetWindowValue(), and WWDG_SWReset().