aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/libmaple/api/exti.rst
blob: 1038fbfeeb8503050ba61f07792ea4a878846625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. highlight:: c
.. _libmaple-exti:

``exti.h``
==========

:ref:`External interrupt <external-interrupts>` support.

.. contents:: Contents
   :local:

Types
-----

.. doxygenstruct:: exti_reg_map
.. doxygenenum:: exti_trigger_mode

Devices
-------

None at this time.

Functions
---------

.. doxygenfunction:: exti_attach_interrupt
.. doxygenfunction:: exti_detach_interrupt

Register Map Base Pointers
--------------------------

.. doxygendefine:: EXTI_BASE

Register Bit Definitions
------------------------

None at this time.