interrupt_handler::interrupt_handler
        Signature: interrupt_handler::interrupt_handler(uint8_t int_num) 
        Attributes: undefined
        Description: Constructor for the interrupt handler class
        
        
Parameters:
        
       
      
      
        
interrupt_handler::~interrupt_handler
        Signature: interrupt_handler::~interrupt_handler() 
        Attributes: undefined
        Description: Destructor for the interrupt handler class
      
      
      
        
interrupt_handler::handle
        Signature: void interrupt_handler::handle() 
        Description: Handles an interrupt
        
        Return: void
      
      
      
        interrupts::register_interrupt_handler
        Signature: void interrupts::register_interrupt_handler(uint8_t intr, intr_handler_ptr handler) 
        Description: Registers an interrupt handler
        
        
Parameters:
        
          - uint8_t intr
- intr_handler_ptr handler
Return:void
       
      
Show file on GitHub