Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h354 #define SDADC_ERROR_NONE (0x00000000UL) /*!< No error */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c346 hsdadc->ErrorCode = SDADC_ERROR_NONE; in HAL_SDADC_Init()