void libarm_enable_fiq void   ) 
 

Enable FIQ interrupts.

This function enables FIQ interrupts by clearing the F bit in the CPSR register.

Note that this function modifies the CPSR register's control field and therefore will only work when the CPU is executing in a privileged operating mode.

Example:

  // Enable FIQ interrupts
  libarm_enable_fiq();