osal_irq.h
Overview
Related Modules:
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) |
Enumerations
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 } |
Functions
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) |