Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_otfdec.h187 #define HAL_OTFDEC_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error … macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_otfdec.h185 #define HAL_OTFDEC_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error … macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_otfdec.h185 #define HAL_OTFDEC_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error … macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_otfdec.h185 #define HAL_OTFDEC_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error … macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c251 hotfdec->ErrorCode = HAL_OTFDEC_ERROR_NONE; in HAL_OTFDEC_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c255 hotfdec->ErrorCode = HAL_OTFDEC_ERROR_NONE; in HAL_OTFDEC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c255 hotfdec->ErrorCode = HAL_OTFDEC_ERROR_NONE; in HAL_OTFDEC_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c255 hotfdec->ErrorCode = HAL_OTFDEC_ERROR_NONE; in HAL_OTFDEC_DeInit()