Skip to content

Instantly share code, notes, and snippets.

@pankkor
Last active February 26, 2023 17:54
Show Gist options
  • Save pankkor/444cddff28990b251634ec61ce390620 to your computer and use it in GitHub Desktop.
Save pankkor/444cddff28990b251634ec61ce390620 to your computer and use it in GitHub Desktop.
#define ISB(option) __asm__ volatile ("isb " #option : : : "memory")
#define DSB(option) __asm__ volatile ("dsb " #option : : : "memory")
#define DMB(option) __asm__ volatile ("dmb " #option : : : "memory")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment