STM8L15x Standard Peripherals Drivers
|
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_T ((uint8_t)0x7F) |
T bits mask
Definition at line 2636 of file stm8l15x.h.
#define WWDG_CR_T6 ((uint8_t)0x40) |
T6 bit mask
Definition at line 2635 of file stm8l15x.h.
#define WWDG_CR_WDGA ((uint8_t)0x80) |
WDGA bit mask
Definition at line 2634 of file stm8l15x.h.
Referenced by WWDG_Enable(), WWDG_Init(), and WWDG_SWReset().
#define WWDG_WR_MSB ((uint8_t)0x80) |
MSB bit mask
Definition at line 2638 of file stm8l15x.h.
#define WWDG_WR_W ((uint8_t)0x7F) |
W bits mask
Definition at line 2639 of file stm8l15x.h.