Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
app_PBV_UART.h
1/*
2 * @file app_PBV_UART.h
3 * @author M70027
4 * @ingroup PBV_UART
5 * @brief Power Board Visualizer UART interface
6 */
7
8// This is a guard condition so that contents of this file are not included
9// more than once.
10#ifndef APP_PBV_UART_INTERFACE_H
11#define APP_PBV_UART_INTERFACE_H
12
13#include "app_PBV_interface.h"
14
15void PBV_UART_Init(PBV_Datatype_TX_t * boardToPBV, PBV_Datatype_TX_t * boardToPBVAscii, PBV_Datatype_RX_t *pbvToBoard);
19void PBV_UART_Reinit(PBV_Datatype_TX_t * ptr);
20void PBV_UART_Link_Data_TX(PBV_Datatype_TX_t * ptr);
21void PBV_UART_Link_Data_RX(PBV_Datatype_RX_t * ptr);
22
23#endif
uint8_t PBV_UART_Transmit_to_GUI()
void PBV_UART_Init(PBV_Datatype_TX_t *boardToPBV, PBV_Datatype_TX_t *boardToPBVAscii, PBV_Datatype_RX_t *pbvToBoard)
uint8_t PBV_UART_Transmit_Ascii_to_GUI()
uint8_t PBV_UART_Receive_from_GUI()
implements the state machine for UART Frame receiving from PBV.