Loading...
Searching...
No Matches
candev_params Struct Reference

Parameters to initialize a candev. More...

Detailed Description

Parameters to initialize a candev.

Definition at line 55 of file device.h.

#include <device.h>

Data Fields

const char * name
 candev name to set
 
can_trx_ttrx
 transceiver to set
 
uint32_t rx_inactivity_timeout
 power management rx timeout value
 
uint32_t tx_wakeup_timeout
 power management tx wake up value
 

Field Documentation

◆ name

const char* candev_params::name

candev name to set

Definition at line 56 of file device.h.

◆ rx_inactivity_timeout

uint32_t candev_params::rx_inactivity_timeout

power management rx timeout value

Definition at line 61 of file device.h.

◆ trx

can_trx_t* candev_params::trx

transceiver to set

Definition at line 58 of file device.h.

◆ tx_wakeup_timeout

uint32_t candev_params::tx_wakeup_timeout

power management tx wake up value

Definition at line 62 of file device.h.


The documentation for this struct was generated from the following file: