28.2.67 __builtin_set_isr_state

Description

Set the current CPU interrupt state.

Prototype

void __builtin_get_isr_state(uint32_t state);

Argument

state – Integer value specifying the current CPU interrupt state.

Return Value

None

Machine Instruction

Device dependent. Some devices have an enable or disable bit but other require a code solution.

Error Messages

None