Searched defs:sat (Results 1 – 5 of 5) sorted by relevance
| /cmsis_6-latest/CMSIS/Core/Include/ |
| D | cmsis_armclang.h | 262 #define __SSAT(value, sat) __ssat(value, sat) argument 272 #define __USAT(value, sat) __usat(value, sat) argument 282 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 308 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
| D | cmsis_clang.h | 267 #define __SSAT(value, sat) __ssat(value, sat) argument 277 #define __USAT(value, sat) __usat(value, sat) argument 287 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 313 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
| D | cmsis_gcc.h | 329 #define __SSAT(value, sat) __ssat(value, sat) argument 339 #define __USAT(value, sat) __usat(value, sat) argument 349 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 375 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
| D | cmsis_iccarm.h | 300 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 326 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|
| /cmsis_6-latest/CMSIS/Core/Include/m-profile/ |
| D | cmsis_tiarmclang_m.h | 299 #define __SSAT(value, sat) __ssat(value, sat) argument 309 #define __USAT(value, sat) __usat(value, sat) argument 319 __STATIC_FORCEINLINE int32_t __SSAT(int32_t val, uint32_t sat) in __SSAT() 345 __STATIC_FORCEINLINE uint32_t __USAT(int32_t val, uint32_t sat) in __USAT()
|