[][src]Module git_features::interrupt

Structs

Read
ResetOnDrop

Useful if some parts of the program set the interrupt programmatically to cause others to stop, while assuring the interrupt state is reset at the end of the function to avoid other side-effects.

Functions

init_handler
is_triggered
reset
trigger