/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc.h | 55 #define HAL_ADC_STATE_RESET (0x00000000U) /*!< ADC not yet initialized or disabled */ macro 164 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 170 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 171 #define HAL_ADC_STATE_RESET (0x00000000U) /*!< ADC not yet initialized or disabled */ macro 587 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 593 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 156 #define HAL_ADC_STATE_RESET 0x00000000U /*!< ADC not yet initialized or disabled */ macro 478 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 484 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 139 #define HAL_ADC_STATE_RESET 0x00000000U /*!< ADC not yet initialized or disabled */ macro 589 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 595 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 159 #define HAL_ADC_STATE_RESET 0x00000000U /*!< ADC not yet initialized or disabled */ macro 487 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 493 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_adc.c | 340 if(hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 447 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 529 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 624 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 408 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1221 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1227 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 412 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1198 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1204 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_adc.h | 411 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1175 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1181 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 408 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1230 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1236 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 229 #define HAL_ADC_STATE_RESET (0x00000000U) /*!< ADC not yet initialized or disabled */ macro 646 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 651 #define __HAL_ADC_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_adc.h | 430 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1272 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1278 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_adc.h | 408 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1253 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1259 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_adc.h | 158 #define HAL_ADC_STATE_RESET ((uint32_t)0x00000000U) /*!< ADC not yet initialized or … macro 524 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 530 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_adc.h | 408 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1251 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1257 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_adc.h | 411 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1233 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1239 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_adc.h | 403 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1257 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1263 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_adc.c | 429 if (hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 755 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 864 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 956 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_adc.c | 432 if (hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 749 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 859 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 951 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_adc.c | 350 if(hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 457 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 569 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 664 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc.c | 448 if (hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 761 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 873 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 969 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_adc.c | 339 if (hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 446 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 527 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 621 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_adc.c | 471 if (hadc->State == HAL_ADC_STATE_RESET) in HAL_ADC_Init() 804 hadc->State = HAL_ADC_STATE_RESET; in HAL_ADC_DeInit() 918 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 1014 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc.c | 605 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_RegisterCallback() 701 else if (HAL_ADC_STATE_RESET == hadc->State) in HAL_ADC_UnRegisterCallback()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_adc.h | 429 #define HAL_ADC_STATE_RESET (0x00000000UL) /*!< ADC not yet initialized or disabled */ macro 1283 (__HANDLE__)->State = HAL_ADC_STATE_RESET; \ 1289 ((__HANDLE__)->State = HAL_ADC_STATE_RESET)
|