no-OS
|
Structure holding the initial parameters for Interrupt Request. More...
#include <no_os_irq.h>
Public Attributes | |
uint32_t | irq_ctrl_id |
const struct no_os_irq_platform_ops * | platform_ops |
void * | extra |
Structure holding the initial parameters for Interrupt Request.
void* no_os_irq_init_param::extra |
This is intended to store irq controller specific configurations, it should not be a reference to any peripheral descriptor.
uint32_t no_os_irq_init_param::irq_ctrl_id |
Interrupt request controller ID.
const struct no_os_irq_platform_ops* no_os_irq_init_param::platform_ops |
Platform specific IRQ platform ops structure.