forked from xuos/xiuos
feat support ADC driver for aiit-arm32-board and stm32f407-st-discovery
This commit is contained in:
@@ -52,6 +52,7 @@ enum BusType_e
|
||||
TYPE_PIN_BUS,
|
||||
TYPE_RTC_BUS,
|
||||
TYPE_SERIAL_BUS,
|
||||
TYPE_ADC_BUS,
|
||||
TYPE_BUS_END,
|
||||
};
|
||||
|
||||
@@ -76,6 +77,7 @@ enum DevType
|
||||
TYPE_PIN_DEV,
|
||||
TYPE_RTC_DEV,
|
||||
TYPE_SERIAL_DEV,
|
||||
TYPE_ADC_DEV,
|
||||
TYPE_DEV_END,
|
||||
};
|
||||
|
||||
@@ -100,6 +102,7 @@ enum DriverType_e
|
||||
TYPE_PIN_DRV,
|
||||
TYPE_RTC_DRV,
|
||||
TYPE_SERIAL_DRV,
|
||||
TYPE_ADC_DRV,
|
||||
TYPE_DRV_END,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user