Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

CANstressSetBTR

Valid for: CANoe DE

Function Syntax

void CANstressSetBTR (dword btr1, dword btr2);

Description

Sets the value of the Bus Timing Register. This setting affects the baudrate of the CAN bus set in CANstress. The CAN controller data sheet will list valid pairs of values.

Parameters

  • btr0: New value for BTR0.
  • btr1: New value for BTR1.

Return Values

Example