Searched refs:windowValue (Results 1 – 2 of 2) sorted by relevance
83 uint16_t windowValue; /*!< Window value */ member307 static inline void WDOG32_SetWindowValue(WDOG_Type *base, uint16_t windowValue) in WDOG32_SetWindowValue() argument309 base->WIN = windowValue; in WDOG32_SetWindowValue()
37 config->windowValue = 0U; in WDOG32_GetDefaultConfig()58 base->WIN = config->windowValue; in WDOG32_Init()