Function msp430::interrupt::enable

source ·
pub unsafe fn enable()
Expand description

Enables all the interrupts

Safety

  • In any function f() that calls enable, CriticalSection or &CriticalSection tokens cannot be used in f()’s body after the call to enable. If f() owns CriticalSection tokens, it is recommended to drop these tokens before calling enable.