Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_jpeg.h215 #define HAL_JPEG_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_jpeg.h215 #define HAL_JPEG_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_jpeg.h215 #define HAL_JPEG_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h215 #define HAL_JPEG_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_jpeg.h215 #define HAL_JPEG_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c623 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_Init()
664 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_DeInit()
2284 if (hjpeg->ErrorCode != HAL_JPEG_ERROR_NONE) in HAL_JPEG_Abort()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c593 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_Init()
634 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_DeInit()
2268 if (hjpeg->ErrorCode != HAL_JPEG_ERROR_NONE) in HAL_JPEG_Abort()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c609 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_Init()
650 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_DeInit()
2263 if (hjpeg->ErrorCode != HAL_JPEG_ERROR_NONE) in HAL_JPEG_Abort()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_jpeg.c624 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_Init()
665 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_DeInit()
2285 if (hjpeg->ErrorCode != HAL_JPEG_ERROR_NONE) in HAL_JPEG_Abort()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_jpeg.c624 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_Init()
665 hjpeg->ErrorCode = HAL_JPEG_ERROR_NONE; in HAL_JPEG_DeInit()
2285 if (hjpeg->ErrorCode != HAL_JPEG_ERROR_NONE) in HAL_JPEG_Abort()