#define __INLINE inline
uint8_t __LDREXB ( uint8_t* addr )
uint16_t __LDREXH ( uint16_t* addr )
uint32_t __LDREXW ( uint32_t* addr )
uint32_t __RBIT ( uint32_t value )
uint32_t __REV ( uint32_t value )
uint32_t __REV16 ( uint16_t value )
int32_t __REVSH ( int16_t value )
uint32_t __STREXB ( uint8_t value, uint8_t* addr )
uint32_t __STREXH ( uint16_t value, uint16_t* addr )
uint32_t __STREXW ( uint32_t value, uint32_t* addr )
uint32_t __get_BASEPRI ( void )
uint32_t __get_CONTROL ( void )
* @return Control value
*
* Return the content of the control register
uint32_t __get_FAULTMASK ( void )
Prototyped in: | nut/arch/cm3/cmsis/core_cm3.c |
uint32_t __get_PRIMASK ( void )
Prototyped in: | nut/arch/cm3/cmsis/core_cm3.c |
void __set_BASEPRI ( uint32_t value )
void __set_CONTROL ( uint32_t control )
void __set_FAULTMASK ( uint32_t faultMask )
Prototyped in: | nut/arch/cm3/cmsis/core_cm3.c |
Prototyped in: | nut/arch/cm3/cmsis/core_cm3.c |
void __set_PRIMASK ( uint32_t priMask )
Prototyped in: | nut/arch/cm3/cmsis/core_cm3.c |