MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/configuration/hardware/PeripheralId.hh
2024-06-07 11:12:56 +03:00

24 lines
405 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* PeripheralId.h
*
* Created on: 16 апр. 2019 г.
* Author: titov
*/
#ifndef SOURCE_APPLICATION_HARDWARE_PERIPHERALID_H_
#define SOURCE_APPLICATION_HARDWARE_PERIPHERALID_H_
#include <stdint.h>
namespace configuration { namespace hardware {
typedef uint16_t TypeId;
typedef uint16_t PeripheralId;
typedef uint16_t CpuId;
}}
#endif /* SOURCE_APPLICATION_HARDWARE_PERIPHERALID_H_ */