STM32H735xx HAL User Manual
Functions
RESET
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_WWDG1_EnableSystemReset (void)
 Enable system wide reset for Window Watch Dog 1.
__STATIC_INLINE uint32_t LL_RCC_WWDG1_IsSystemReset (void)
 Check if Window Watch Dog 1 reset is system wide.

Function Documentation

__STATIC_INLINE void LL_RCC_WWDG1_EnableSystemReset ( void  )

Enable system wide reset for Window Watch Dog 1.

Reference Manual to LL API cross reference:
GCR WW1RSC LL_RCC_WWDG1_EnableSystemReset
Return values:
None.

Definition at line 2131 of file stm32h7xx_ll_rcc.h.

__STATIC_INLINE uint32_t LL_RCC_WWDG1_IsSystemReset ( void  )

Check if Window Watch Dog 1 reset is system wide.

Reference Manual to LL API cross reference:
GCR WW1RSC LL_RCC_WWDG1_IsSystemReset
Return values:
Stateof bit (1 or 0).

Definition at line 2141 of file stm32h7xx_ll_rcc.h.