Embedded Artistry Framework
Embedded Systems C++ Framework
Namespaces | Typedefs | Enumerations
driver_type.hpp File Reference
#include <cstdint>
Include dependency graph for driver_type.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 

Typedefs

using embvm::DriverType_t = uint32_t
 Driver type used by framework interfaces. More...
 

Enumerations

enum  embvm::DriverType {
  embvm::Undefined = 0, embvm::GPIO, embvm::HARDWARE_TIMER, embvm::I2C,
  embvm::LED, embvm::SPI, embvm::SYSTEM_CLOCK, embvm::TIME_OF_FLIGHT,
  embvm::SOFTWARE_TIMER, embvm::TIMER, embvm::BASIC_DISPLAY, embvm::DRIVER_EXTENSION_START
}
 Default framework driver type definitions. More...