Home
last modified time | relevance | path

Searched refs:windowValue (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_wdog32.h83 uint16_t windowValue; /*!< Window value */ member
307 static inline void WDOG32_SetWindowValue(WDOG_Type *base, uint16_t windowValue) in WDOG32_SetWindowValue() argument
309 base->WIN = windowValue; in WDOG32_SetWindowValue()
Dfsl_wdog32.c37 config->windowValue = 0U; in WDOG32_GetDefaultConfig()
58 base->WIN = config->windowValue; in WDOG32_Init()