SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
_irq_handler Struct Reference

Structure for IRQ handler. More...

#include <sys-intc.h>

Public Attributes

void * data
 
void(* func )(void *data)
 

Detailed Description

Structure for IRQ handler.

Parameters
dataPointer to data associated with the IRQ handler
funcFunction pointer to the IRQ handler function

Member Data Documentation

◆ data

void * _irq_handler::data

◆ func

void(* _irq_handler::func)(void *data)

The documentation for this struct was generated from the following files: