summaryrefslogtreecommitdiff
path: root/spec/rtems/intr/if/handler.yml
blob: 964dfd2e622b8164f3a3fb12bb32b59aa4d3aac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Interrupt handler routines shall have this type.
copyrights:
- Copyright (C) 2008, 2021 embedded brains GmbH & Co. KG
definition:
  default: void ( *${.:/name} )( void * )
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: typedef
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_interrupt_handler
notes: null
params: []
return: null
type: interface