[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] uninterruptable sequence of instructions with rtl3.0



rtl_irqstate_t foo;

rtl_no_interrupts(foo);

   ... your code ...

rtl_restore_interrupts(foo);