These built-in functions are available for the ARM family of processors (CMSIS)
More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
|
|
#define | __ARM_Q_FLAG 27 |
| | Saturation flag bit in control register.
|
| |
These built-in functions are available for the ARM family of processors (CMSIS)
◆ __get_CONTROL()
| static uint32_t __get_CONTROL |
( |
void |
| ) |
|
|
inlinestatic |
Get the control register.
- Returns
- the current value of the control register
◆ __set_CONTROL()
| static void __set_CONTROL |
( |
uint32_t |
r | ) |
|
|
inlinestatic |
Set the control register.
- Parameters
-