1.3.3.1 CANx_Initialize Function

C

void CANx_Initialize(void) // x - Instance of the CAN peripheral

Summary

Initializes given instance of the CAN peripheral.

Description

This function initializes the given instance of the CAN peripheral as configured in MCC.

Precondition

None.

Parameters

None.

Returns

None.

Example

CAN1_Initialize();

Remarks

None.