1.3.3.1 1.9.3.1 1.10.3.1 1.11.3.1 1.12.3.1 1.18.2.1 1.21.2.1 1.22.3.1 1.23.3.1 1.24.3.1 1.24.4.1 1.25.3.1 1.29.3.1 1.32.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.