Enumerations

enum  hal_adc_state_t { HAL_ADC_STATE_RESET = 0x00, HAL_ADC_STATE_READY = 0x01, HAL_ADC_STATE_BUSY = 0x02, HAL_ADC_STATE_ERROR = 0x04 }
 HAL ADC State Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ hal_adc_state_t

HAL ADC State Enumerations definition.

Enumerator
HAL_ADC_STATE_RESET 

Peripheral not initialized

HAL_ADC_STATE_READY 

Peripheral initialized and ready for use

HAL_ADC_STATE_BUSY 

An internal process is ongoing

HAL_ADC_STATE_ERROR 

Peripheral in error