MCUSW
Loading...
Searching...
No Matches
Can_Irq.h File Reference

Introduction

This file contains cover page for generating doxygen API documentation.

Go to the source code of this file.

Functions

void Can_IntISR_Function (Can_ControllerInstance CanInstanceID, uint32 baseAddr)
 This function is the ISR for CAN controller 0/INT 0.
 

Function Documentation

◆ Can_IntISR_Function()

void Can_IntISR_Function ( Can_ControllerInstance CanInstanceID,
uint32 baseAddr )

This function is the ISR for CAN controller 0/INT 0.

*
*  Function name     : Can_IntISR_Fun
*  Syntax            : void Can_IntISR_Fun(Can_ControllerInstance CanInstanceID)
*  Mode              : Supervisor Mode (Privileged Mode)
*  Service ID[hex]   : N/A
*  Sync/Async        : Synchronous
*  Reentrancy        : Non-Reentrant
*  Parameters (in)   : None
*  Parameters (inout): None
*  Parameters (out)  : None
*  Return value      : None
*  Description       : This function is the ISR for CAN controller 0/INT 0 <br>
*                      This function should be invoked either by OS Interrupt
*                      frame handler <br>
*                      CAN Interrupt frame handler for Category 1 ISR
*