#include <psfb_droop.X/sources/app/app_PBV_interface.h>
Data Fields | |
uint16_t | Length |
Length of received message in Bytes. | |
uint32_t | PBV_Protcol_ID |
Protocol ID of the received message. | |
func_p | Callback_Function |
Callback function. | |
PBV_MESSAGE_RX_STATE_t | PBV_Message_State |
State of the received message. | |
uint8_t * | Data_Buffer |
Received Data pointer. | |
pbv App RX data type definition structure
Definition at line 88 of file app_PBV_interface.h.
func_p Callback_Function |
Definition at line 91 of file app_PBV_interface.h.
uint8_t* Data_Buffer |
Definition at line 93 of file app_PBV_interface.h.
uint16_t Length |
Definition at line 89 of file app_PBV_interface.h.
PBV_MESSAGE_RX_STATE_t PBV_Message_State |
Definition at line 92 of file app_PBV_interface.h.
uint32_t PBV_Protcol_ID |
Definition at line 90 of file app_PBV_interface.h.