HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_esp_can_timing_config_t Struct Reference

Advanced bit timing configuration for fine-tuning. More...

#include <EspCan.h>

Public Member Functions

 hf_esp_can_timing_config_t () noexcept
 

Public Attributes

uint32_t brp
 Baud rate prescaler.
 
uint32_t prop_seg
 Propagation segment.
 
uint32_t tseg_1
 Time segment 1 (before sample point)
 
uint32_t tseg_2
 Time segment 2 (after sample point)
 
uint32_t sjw
 Synchronization jump width.
 
uint32_t ssp_offset
 Secondary sample point offset.
 

Detailed Description

Advanced bit timing configuration for fine-tuning.

Constructor & Destructor Documentation

◆ hf_esp_can_timing_config_t()

hf_esp_can_timing_config_t::hf_esp_can_timing_config_t ( )
inlinenoexcept

Member Data Documentation

◆ brp

uint32_t hf_esp_can_timing_config_t::brp

Baud rate prescaler.

◆ prop_seg

uint32_t hf_esp_can_timing_config_t::prop_seg

Propagation segment.

◆ sjw

uint32_t hf_esp_can_timing_config_t::sjw

Synchronization jump width.

◆ ssp_offset

uint32_t hf_esp_can_timing_config_t::ssp_offset

Secondary sample point offset.

◆ tseg_1

uint32_t hf_esp_can_timing_config_t::tseg_1

Time segment 1 (before sample point)

◆ tseg_2

uint32_t hf_esp_can_timing_config_t::tseg_2

Time segment 2 (after sample point)


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