We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running a Raspberry Pi 3 Model B Plus Rev 1.3, Raspbian Buster, and Linux version 5.10.52-v7+. My CAN Shield is the RS485&CAN Module .
How I can use interruptions for knowing when a new frame is received by the CAN-bus ? I can see in your code that the function:
static irqreturn_t mcp251x_can_ist(int irq, void *dev_id) do that. but how I can access it?
static irqreturn_t mcp251x_can_ist(int irq, void *dev_id)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running a Raspberry Pi 3 Model B Plus Rev 1.3, Raspbian Buster, and Linux version 5.10.52-v7+. My CAN Shield is the RS485&CAN Module .
How I can use interruptions for knowing when a new frame is received by the CAN-bus ? I can see in your code that the function:
static irqreturn_t mcp251x_can_ist(int irq, void *dev_id)
do that. but how I can access it?The text was updated successfully, but these errors were encountered: