Documentation ¶
Overview ¶
Package interrupt provides access to hardware interrupts. It provides a way to define interrupts and to enable/disable them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interrupt ¶
type Interrupt struct {
// contains filtered or unexported fields
}
Interrupt provides direct access to hardware interrupts. You can configure this interrupt through this interface.
Do not use the zero value of an Interrupt object. Instead, call New to obtain an interrupt handle.
Click to show internal directories.
Click to hide internal directories.