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.

Open topic with navigation

linWakeupInternal

CAPL Functions » LIN » linWakeupInternal Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long linWakeupInternal();

Description

Wakes up the LIN bus without sending any wakeup signals. Note
  • When called during wakeup mode this function has no effect.
  • This function can be useful before issuing a go-to-sleep-command in order to ensure wakeup mode.

Parameters

Return Values

On success, a value unequal to zero, otherwise zero.

Example