STM32L443xx HAL User Manual
Defines
Reset Flag
RCC Private Constants

Defines

#define RCC_RESET_FLAG_OBL   RCC_CSR_OBLRSTF
#define RCC_RESET_FLAG_PIN   RCC_CSR_PINRSTF
#define RCC_RESET_FLAG_PWR   RCC_CSR_BORRSTF
#define RCC_RESET_FLAG_SW   RCC_CSR_SFTRSTF
#define RCC_RESET_FLAG_IWDG   RCC_CSR_IWDGRSTF
#define RCC_RESET_FLAG_WWDG   RCC_CSR_WWDGRSTF
#define RCC_RESET_FLAG_LPWR   RCC_CSR_LPWRRSTF
#define RCC_RESET_FLAG_ALL

Define Documentation

Value:

Definition at line 4647 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetResetSource().

#define RCC_RESET_FLAG_IWDG   RCC_CSR_IWDGRSTF

Independent Watchdog reset flag

Definition at line 4644 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_LPWR   RCC_CSR_LPWRRSTF

Low power reset flag

Definition at line 4646 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_OBL   RCC_CSR_OBLRSTF

Option Byte Loader reset flag

Definition at line 4640 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_PIN   RCC_CSR_PINRSTF

PIN reset flag

Definition at line 4641 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_PWR   RCC_CSR_BORRSTF

BOR or POR/PDR reset flag

Definition at line 4642 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_SW   RCC_CSR_SFTRSTF

Software Reset flag

Definition at line 4643 of file stm32l4xx_hal_rcc.h.

#define RCC_RESET_FLAG_WWDG   RCC_CSR_WWDGRSTF

Window watchdog reset flag

Definition at line 4645 of file stm32l4xx_hal_rcc.h.