Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c949 IllegalAccess->ErrorType = (RISAFx->IASR & (RISAF_IASR_IAEF | RISAF_IASR_CAEF)); in HAL_RIF_RISAF_GetIllegalAccess()
951 if (IllegalAccess->ErrorType != RISAF_ILLEGAL_ACCESS_NONE) in HAL_RIF_RISAF_GetIllegalAccess()
960 if ((IllegalAccess->ErrorType & RISAF_ILLEGAL_ACCESS) != 0U) in HAL_RIF_RISAF_GetIllegalAccess()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h540 uint32_t ErrorType; /*!< One of @ref RIF_RISAF_ILLEGAL_ACCESS */ member