创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


arduino:avrgcc:sei

sei()

Abstract

The sei() is a macro that executes an assembler instruction to enable interrupts.

Source Code

The sei() is defined in hardware/tools/avr/avr/include/avr/interrupt.h as below.

# define sei()  __asm__ __volatile__ ("sei" ::)

The sei is an assembler instruction to disable interrputs.

本页面的其他翻译:
arduino/avrgcc/sei.txt · 最后更改: 2016/12/25 22:15 (外部编辑)