libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::CAN::BitTiming Struct Reference

CAN 位时序配置。Bit timing configuration for CAN. More...

#include <can.hpp>

Data Fields

uint32_t brp = 0
 预分频。Baud rate prescaler.
 
uint32_t prop_seg = 0
 传播段。Propagation segment.
 
uint32_t phase_seg1 = 0
 相位段 1。Phase segment 1.
 
uint32_t phase_seg2 = 0
 相位段 2。Phase segment 2.
 
uint32_t sjw = 0
 同步跳宽。Synchronization jump width.
 

Detailed Description

CAN 位时序配置。Bit timing configuration for CAN.

Definition at line 36 of file can.hpp.

Field Documentation

◆ brp

uint32_t LibXR::CAN::BitTiming::brp = 0

预分频。Baud rate prescaler.

Definition at line 38 of file can.hpp.

◆ phase_seg1

uint32_t LibXR::CAN::BitTiming::phase_seg1 = 0

相位段 1。Phase segment 1.

Definition at line 40 of file can.hpp.

◆ phase_seg2

uint32_t LibXR::CAN::BitTiming::phase_seg2 = 0

相位段 2。Phase segment 2.

Definition at line 41 of file can.hpp.

◆ prop_seg

uint32_t LibXR::CAN::BitTiming::prop_seg = 0

传播段。Propagation segment.

Definition at line 39 of file can.hpp.

◆ sjw

uint32_t LibXR::CAN::BitTiming::sjw = 0

同步跳宽。Synchronization jump width.

Definition at line 42 of file can.hpp.


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