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
15
void
PBV_UART_Init
(
PBV_Datatype_TX_t
* boardToPBV,
PBV_Datatype_TX_t
* boardToPBVAscii,
PBV_Datatype_RX_t
*pbvToBoard);
16
uint8_t
PBV_UART_Receive_from_GUI
();
17
uint8_t
PBV_UART_Transmit_to_GUI
();
18
uint8_t
PBV_UART_Transmit_Ascii_to_GUI
();
19
void
PBV_UART_Reinit(
PBV_Datatype_TX_t
* ptr);
20
void
PBV_UART_Link_Data_TX(
PBV_Datatype_TX_t
* ptr);
21
void
PBV_UART_Link_Data_RX(
PBV_Datatype_RX_t
* ptr);
22
23
#endif
PBV_UART_Transmit_to_GUI
uint8_t PBV_UART_Transmit_to_GUI()
Definition
app_PBV_UART.c:410
PBV_UART_Init
void PBV_UART_Init(PBV_Datatype_TX_t *boardToPBV, PBV_Datatype_TX_t *boardToPBVAscii, PBV_Datatype_RX_t *pbvToBoard)
Definition
app_PBV_UART.c:171
PBV_UART_Transmit_Ascii_to_GUI
uint8_t PBV_UART_Transmit_Ascii_to_GUI()
Definition
app_PBV_UART.c:327
PBV_UART_Receive_from_GUI
uint8_t PBV_UART_Receive_from_GUI()
implements the state machine for UART Frame receiving from PBV.
Definition
app_PBV_UART.c:197
PBV_Datatype_TX_t
Definition
app_PBV_interface.h:74
PBV_Datatype_RX_t
Definition
app_PBV_interface.h:88
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.