HVAC_DEV_V2_SerialLinPorts/SerialLinPorts.h

40 lines
801 B
C

//
// Created by cfif on 05.05.23.
//
#ifndef WATER_BOX_BSD_SERIALPORTSLIN_H
#define WATER_BOX_BSD_SERIALPORTSLIN_H
#include "SerialPortArtery.h"
#include "SerialPortLinArtery.h"
#include "GpioPin.h"
typedef struct {
tSerialPortLinArtery LIN1_UART4;
tSerialPortLinIO LIN1_UART4_IO;
tSerialPortLinArtery LIN2_UART5;
tSerialPortLinIO LIN2_UART5_IO;
tSerialPortLinArtery LIN3_USART6;
tSerialPortLinIO LIN3_USART6_IO;
tSerialPortLinArtery LIN4_UART7;
tSerialPortLinIO LIN4_UART7_IO;
tSerialPortLinArtery LIN5_UART8;
tSerialPortLinIO LIN5_UART8_IO;
tSerialPortLinArtery LIN6_USART1;
tSerialPortLinIO LIN6_USART1_IO;
} tSerialLinPorts;
void SerialLinPorts_Init();
extern tSerialLinPorts SERIAL_LIN_PORTS;
#endif //WATER_BOX_BSD_SERIALPORTSLIN_H