Sam Grove / Mbed 2 deprecated canopen_masternode

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

struct_s_BOARD Struct Reference

struct_s_BOARD Struct Reference

The CAN board configuration. More...

#include <can_driver.h>

Data Fields

char * busname
 The bus name on which the CAN board is connected.
char * baudrate
 The board baudrate.

Detailed Description

The CAN board configuration.

Definition at line 43 of file can_driver.h.


Field Documentation

char* baudrate

The board baudrate.

Definition at line 45 of file can_driver.h.

char* busname

The bus name on which the CAN board is connected.

Definition at line 44 of file can_driver.h.