Data Fields
CAN_Params Struct Reference

CAN Parameters. More...

#include <CAN.h>

Collaboration diagram for CAN_Params:
Collaboration graph
[legend]

Data Fields

const CAN_MsgRamConfigmsgRamConfig
 
const CAN_BitRateTimingRawbitTiming
 
uint32_t tsPrescaler
 
CAN_EventCbk eventCbk
 
uint32_t eventMask
 
void * userArg
 

Detailed Description

CAN Parameters.

CAN parameters are used with the CAN_open() call. Default values for these parameters are set using CAN_Params_init().

See also
CAN_Params_init()

Field Documentation

§ msgRamConfig

const CAN_MsgRamConfig* CAN_Params::msgRamConfig

Pointer to message RAM configuration

§ bitTiming

const CAN_BitRateTimingRaw* CAN_Params::bitTiming

Pointer to raw bit timing values

§ tsPrescaler

uint32_t CAN_Params::tsPrescaler

Timestamp prescaler

§ eventCbk

CAN_EventCbk CAN_Params::eventCbk

Pointer to event callback function

§ eventMask

uint32_t CAN_Params::eventMask

Mask of events to call event callback function for

§ userArg

void* CAN_Params::userArg

User supplied arg for callback


The documentation for this struct was generated from the following file:
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale