cortex-m 0.5.4

Low level access to Cortex-M processors
Documentation
1
2
3
4
5
  .global __dsb
  .thumb_func
__dsb:
  dsb 0xF
  bx lr