Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

Embed: (wiki syntax)

« Back to documentation index

core_cmInstr.h File Reference

core_cmInstr.h File Reference

CMSIS Cortex-M Core Instruction Access Header File. More...

Go to the source code of this file.

Functions

 __attribute__ ((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value)
 Reverse byte order (16 bit)
 __attribute__ ((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value)
 Reverse byte order in signed short value.
 __attribute__ ((always_inline)) __STATIC_INLINE void __NOP(void)
 No Operation.
 __attribute__ ((section(".rrx_text"))) __STATIC_INLINE __ASM uint32_t __RRX(uint32_t value)
 Rotate Right with Extend (32 bit)

Detailed Description

CMSIS Cortex-M Core Instruction Access Header File.

Version:
V4.10
Date:
18. March 2015
Note:

Definition in file core_cmInstr.h.