SatCat5
interrupt_handler.h
1 // Copyright 2024-2025 The Aerospace Corporation.
3 // This file is a part of SatCat5, licensed under CERN-OHL-W v2 or later.
5 
6 #pragma once
7 
8 #include <satcat5/interrupts.h>
9 
10 namespace satcat5 {
11  namespace sam {
20  public:
21  explicit HandlerSAMV71(const char* lbl, int irq);
22  };
23  } // namespace sam
24 } // namespace satcat5
Parent object for receiving interrupt-handler callbacks.
Interrupt handler interface for the Microchip SAM V71.
Platform-agnostic API for interrupt management.