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

CAN 工作模式。CAN operating mode. More...

#include <can.hpp>

Data Fields

bool loopback = false
 回环模式。Loopback mode.
 
bool listen_only = false
 只听(静默)模式。Listen-only (silent) mode.
 
bool triple_sampling = false
 三采样。Triple sampling.
 
bool one_shot = false
 单次发送模式。One-shot transmission.
 

Detailed Description

CAN 工作模式。CAN operating mode.

Definition at line 49 of file can.hpp.

Field Documentation

◆ listen_only

bool LibXR::CAN::Mode::listen_only = false

只听(静默)模式。Listen-only (silent) mode.

Definition at line 52 of file can.hpp.

◆ loopback

bool LibXR::CAN::Mode::loopback = false

回环模式。Loopback mode.

Definition at line 51 of file can.hpp.

◆ one_shot

bool LibXR::CAN::Mode::one_shot = false

单次发送模式。One-shot transmission.

Definition at line 54 of file can.hpp.

◆ triple_sampling

bool LibXR::CAN::Mode::triple_sampling = false

三采样。Triple sampling.

Definition at line 53 of file can.hpp.


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