git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8566 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
a82ad63d78
commit
00edb39399
|
@ -124,11 +124,14 @@ typedef struct {
|
|||
* @details See the STM32 reference manual for details.
|
||||
*/
|
||||
uint32_t rlr;
|
||||
#if STM32_IWDG_IS_WINDOWED || defined(__DOXYGEN__)
|
||||
/**
|
||||
* @brief Configuration of the IWDG_WINR register.
|
||||
* @details See the STM32 reference manual for details.
|
||||
* @note This field is not present in F1, F2, F4, L1 sub-families.
|
||||
*/
|
||||
uint32_t winr;
|
||||
#endif
|
||||
} WDGConfig;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue