Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h278 #define HAL_BSEC_HOT_RESET (0U) /*!< Type of reset is hot reset */ macro
435 #define IS_BSEC_RESETTYPE(TYPE) (((TYPE) == HAL_BSEC_HOT_RESET) || ((TYPE) == HAL_BSEC_WARM_R…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1797 if (ResetType == HAL_BSEC_HOT_RESET) in HAL_BSEC_GetNumberOfResets()