# osal\_irq.h - [Overview](#section1833893572165628) - [Summary](#section2023091480165628) - [Typedefs](#typedef-members) - [Enumerations](#enum-members) - [Functions](#func-members) ## **Overview** **Related Modules:** [OSAL](OSAL.md) **Description:** Declares interrupt request \(IRQ\) interfaces and common IRQ trigger modes. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Typedefs
OsalIRQHandle) (uint32_t irqId, void *dev) |
OSAL_IRQ_TRIGGER_MODE { OSAL_IRQF_TRIGGER_NONE = 0, OSAL_IRQF_TRIGGER_RISING = 1, OSAL_IRQF_TRIGGER_FALLING = 2, OSAL_IRQF_TRIGGER_HIGH = 4, OSAL_IRQF_TRIGGER_LOW = 8 } |
OsalRegisterIrq (uint32_t irqId, uint32_t config, OsalIRQHandle handle, const char *name, void *dev) |
|
OsalUnregisterIrq (uint32_t irqId) |
|
OsalEnableIrq (uint32_t irqId) |
|
OsalDisableIrq (uint32_t irqId) |