Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/st/
Dstm32_iwdg.h12 #define IWDG_HW_ENABLED BIT(0) macro
/trusted-firmware-a-latest/drivers/st/iwdg/
Dstm32_iwdg.c114 if ((hw_init & IWDG_HW_ENABLED) != 0) { in stm32_iwdg_init()
120 iwdg->flags |= IWDG_HW_ENABLED; in stm32_iwdg_init()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_private.c614 iwdg_cfg |= IWDG_HW_ENABLED; in stm32_iwdg_get_otp_config()