blob: b22c94b9a931de6d14daedb3fa727f93d98c1a22 (
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
38
39
40
41
42
43
44
|
.. highlight:: c
.. _libmaple-nvic:
``nvic.h``
==========
Nested Vector Interrupt Controller (NVIC) support.
.. contents:: Contents
:local:
Types
-----
.. doxygenstruct:: nvic_reg_map
.. doxygenenum:: nvic_irq_num
Devices
-------
None at this time.
Functions
---------
.. doxygenfunction:: nvic_init
.. doxygenfunction:: nvic_set_vector_table
.. doxygenfunction:: nvic_irq_set_priority
.. doxygenfunction:: nvic_globalirq_enable
.. doxygenfunction:: nvic_globalirq_disable
.. doxygenfunction:: nvic_irq_enable
.. doxygenfunction:: nvic_irq_disable
.. doxygenfunction:: nvic_irq_disable_all
.. doxygenfunction:: nvic_sys_reset
Register Map Base Pointers
--------------------------
.. doxygendefine:: NVIC_BASE
Register Bit Definitions
------------------------
None at this time.
|