Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h279 #define HAL_BSEC_WARM_RESET (1U) /*!< Type of reset is warm reset */ macro
435 …e IS_BSEC_RESETTYPE(TYPE) (((TYPE) == HAL_BSEC_HOT_RESET) || ((TYPE) == HAL_BSEC_WARM_RESET))