Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_iwdg.c80 #define IWDG_FLAGS_ENABLED BIT(0) macro
135 iwdg->flags |= IWDG_FLAGS_ENABLED; in iwdg_wdt_set_enabled()
140 return iwdg->flags & IWDG_FLAGS_ENABLED; in iwdg_wdt_is_enabled()