#include <asf.h>
#include "globals.h"
#include "spiTouINS.h"
#include "../../../src/ISLogger.h"
#include "../hw-libs/communications/CAN_comm.h"
Go to the source code of this file.
|
void | callback_cdc_disable (void) |
|
void | callback_cdc_set_config (uint8_t port, usb_cdc_line_coding_t *cfg) |
|
void | callback_cdc_set_dtr (uint8_t port, bool b_enable) |
|
void | com_bridge_forward (uint32_t srcPort, uint8_t *buf, int len) |
|
void | com_bridge_smart_forward (uint32_t srcPort, uint32_t ledPin) |
|
void | communications_init (void) |
|
int | comRead (int serialNum, unsigned char *buf, int size, uint32_t ledPin) |
|
int | comRxUsed (int serialNum) |
|
void | comunications_set_host_data_callback (pfnHandleHostData pfn) |
|
void | comunications_set_uins_data_callback (pfnHandleUinsData pfn) |
|
int | comWrite (int serialNum, const unsigned char *buf, int size, uint32_t ledPin) |
|
void | log_uINS_data (cISLogger &logger, is_comm_instance_t &comm) |
|
void | step_com_bridge (is_comm_instance_t &comm) |
|
void | uINS_stream_enable_PPD (void) |
|
void | uINS_stream_enable_std (void) |
|
void | uINS_stream_stop_all (void) |
|
◆ is_can_message
◆ is_evb_log_stream
◆ pfnHandleHostData
◆ pfnHandleUinsData
◆ callback_cdc_disable()
void callback_cdc_disable |
( |
void |
| ) |
|
◆ callback_cdc_set_config()
◆ callback_cdc_set_dtr()
void callback_cdc_set_dtr |
( |
uint8_t |
port, |
|
|
bool |
b_enable |
|
) |
| |
◆ com_bridge_forward()
void com_bridge_forward |
( |
uint32_t |
srcPort, |
|
|
uint8_t * |
buf, |
|
|
int |
len |
|
) |
| |
◆ com_bridge_smart_forward()
void com_bridge_smart_forward |
( |
uint32_t |
srcPort, |
|
|
uint32_t |
ledPin |
|
) |
| |
◆ communications_init()
void communications_init |
( |
void |
| ) |
|
◆ comRead()
int comRead |
( |
int |
serialNum, |
|
|
unsigned char * |
buf, |
|
|
int |
size, |
|
|
uint32_t |
ledPin |
|
) |
| |
◆ comRxUsed()
int comRxUsed |
( |
int |
serialNum | ) |
|
◆ comunications_set_host_data_callback()
◆ comunications_set_uins_data_callback()
◆ comWrite()
int comWrite |
( |
int |
serialNum, |
|
|
const unsigned char * |
buf, |
|
|
int |
size, |
|
|
uint32_t |
ledPin |
|
) |
| |
◆ log_uINS_data()
◆ step_com_bridge()
◆ uINS_stream_enable_PPD()
void uINS_stream_enable_PPD |
( |
void |
| ) |
|
◆ uINS_stream_enable_std()
void uINS_stream_enable_std |
( |
void |
| ) |
|
◆ uINS_stream_stop_all()
void uINS_stream_stop_all |
( |
void |
| ) |
|
◆ g_commTx
◆ g_usb_cdc_open