| /ThreadX-v6.3.0/ports/cortex_m0/ac6/inc/ |
| D | tx_port.h | 267 unsigned int ipsr_value; in __get_ipsr_value() local 269 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 270 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m0/gnu/inc/ |
| D | tx_port.h | 269 unsigned int ipsr_value; in __get_ipsr_value() local 271 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 272 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/inc/ |
| D | tx_port.h | 386 unsigned int ipsr_value; in __get_ipsr_value() local 388 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 389 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/inc/ |
| D | tx_port.h | 400 unsigned int ipsr_value; in __get_ipsr_value() local 402 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 403 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m85/ac6/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m85/gnu/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m85/iar/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m55/iar/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m33/ac6/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m33/gnu/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m33/iar/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m55/ac6/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m55/gnu/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports_arch/ARMv8-M/threadx/inc/ |
| D | tx_port.h | 509 UINT ipsr_value; in _tx_ipsr_get() local 510 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in _tx_ipsr_get() 511 return(ipsr_value); in _tx_ipsr_get()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac5/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ac6/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m3/gnu/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m3/iar/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m3/keil/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m7/gnu/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m7/iar/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m4/gnu/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m4/iar/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m4/keil/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|
| /ThreadX-v6.3.0/ports/cortex_m7/ac5/inc/ |
| D | tx_port.h | 488 unsigned int ipsr_value; in __get_ipsr_value() local 489 __asm__ volatile (" MRS %0,IPSR ": "=r" (ipsr_value) ); in __get_ipsr_value() 490 return(ipsr_value); in __get_ipsr_value()
|