Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Embed: (wiki syntax)

« Back to documentation index

irq_extra.h File Reference

irq_extra.h File Reference

: Header containing extra types required for IRQ drivers More...

Go to the source code of this file.

Data Structures

struct  mbed_irq_init_param
 Structure holding the extra parameters for Interrupt Request. More...
struct  mbed_irq_desc
 Structure holding the platform descriptor for Interrupt Request. More...

Enumerations

enum  irq_id {
  EXTERNAL_INT_ID1, EXTERNAL_INT_ID2, EXTERNAL_INT_ID3, EXTERNAL_INT_ID4,
  EXTERNAL_INT_ID5, UART_RX_INT_ID1, TICKER_INT_ID
}
 

Interrupts IDs supported by the mbed irq driver.

More...

Detailed Description

: Header containing extra types required for IRQ drivers

Copyright (c) 2020-2021 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Definition in file irq_extra.h.


Enumeration Type Documentation

enum irq_id

Interrupts IDs supported by the mbed irq driver.

Enumerator:
EXTERNAL_INT_ID1 

External interrupt ID1.

EXTERNAL_INT_ID2 

External interrupt ID2.

EXTERNAL_INT_ID3 

External interrupt ID3.

EXTERNAL_INT_ID4 

External interrupt ID4.

EXTERNAL_INT_ID5 

External interrupt ID5.

UART_RX_INT_ID1 

UART Rx interrupt ID1.

TICKER_INT_ID 

Ticker interrupt ID.

Definition at line 41 of file irq_extra.h.