candev descriptor to pass to the device thread More...
#include <device.h>
Data Fields | |
candev_t * | dev |
the device | |
int | ifnum |
interface number | |
kernel_pid_t | pid |
pid | |
const char * | name |
device name | |
can_trx_t * | trx |
transceiver attached to the device | |
uint32_t | rx_inactivity_timeout |
Min timeout loaded when a frame is received. | |
uint32_t | tx_wakeup_timeout |
Min timeout loaded when a frame is sent. | |
uint32_t | last_pm_update |
time when the pm was updated | |
uint32_t | last_pm_value |
last pm timer value set | |
xtimer_t | pm_timer |
timer for power management | |