|
142 | 142 | */
|
143 | 143 | #define COMPILER_PACK_RESET() COMPILER_PRAGMA(pack())
|
144 | 144 |
|
145 |
| - |
146 | 145 | /**
|
147 | 146 | * \brief Set aligned boundary.
|
148 | 147 | */
|
@@ -283,15 +282,13 @@ typedef double F64; //!< 64-bit floating-point number.
|
283 | 282 | typedef uint32_t iram_size_t;
|
284 | 283 | //! @}
|
285 | 284 |
|
286 |
| - |
287 | 285 | /*! \name Status Types
|
288 | 286 | */
|
289 | 287 | //! @{
|
290 | 288 | typedef bool Status_bool_t; //!< Boolean status.
|
291 | 289 | typedef U8 Status_t; //!< 8-bit-coded status.
|
292 | 290 | //! @}
|
293 | 291 |
|
294 |
| - |
295 | 292 | /*! \name Aliasing Aggregate Types
|
296 | 293 | */
|
297 | 294 | //! @{
|
@@ -462,7 +459,6 @@ typedef struct
|
462 | 459 | #endif
|
463 | 460 | //! @}
|
464 | 461 |
|
465 |
| - |
466 | 462 | #ifndef __ASSEMBLY__ // not for assembling.
|
467 | 463 |
|
468 | 464 | //! \name Optimization Control
|
@@ -581,7 +577,6 @@ typedef struct
|
581 | 577 |
|
582 | 578 | //! @}
|
583 | 579 |
|
584 |
| - |
585 | 580 | /*! \name Zero-Bit Counting
|
586 | 581 | *
|
587 | 582 | * Under GCC, __builtin_clz and __builtin_ctz behave like macros when
|
@@ -692,7 +687,6 @@ typedef struct
|
692 | 687 |
|
693 | 688 | //! @}
|
694 | 689 |
|
695 |
| - |
696 | 690 | /*! \name Bit Reversing
|
697 | 691 | */
|
698 | 692 | //! @{
|
@@ -732,7 +726,6 @@ typedef struct
|
732 | 726 |
|
733 | 727 | //! @}
|
734 | 728 |
|
735 |
| - |
736 | 729 | /*! \name Alignment
|
737 | 730 | */
|
738 | 731 | //! @{
|
@@ -798,7 +791,6 @@ typedef struct
|
798 | 791 | */
|
799 | 792 | #define Long_call(addr) ((*(void (*)(void))(addr))())
|
800 | 793 |
|
801 |
| - |
802 | 794 | /*! \name MCU Endianism Handling
|
803 | 795 | * ARM is MCU little endianism.
|
804 | 796 | */
|
@@ -868,7 +860,6 @@ typedef struct
|
868 | 860 | #define CPU_TO_BE32(x) swap32(x)
|
869 | 861 | //! @}
|
870 | 862 |
|
871 |
| - |
872 | 863 | /*! \name Endianism Conversion
|
873 | 864 | *
|
874 | 865 | * The same considerations as for clz and ctz apply here but GCC's
|
@@ -955,7 +946,6 @@ typedef struct
|
955 | 946 |
|
956 | 947 | //! @}
|
957 | 948 |
|
958 |
| - |
959 | 949 | /*! \name Target Abstraction
|
960 | 950 | */
|
961 | 951 | //! @{
|
@@ -997,7 +987,6 @@ typedef U8 Byte; //!< 8-bit unsigned integer.
|
997 | 987 |
|
998 | 988 | #endif // #ifndef __ASSEMBLY__
|
999 | 989 |
|
1000 |
| - |
1001 | 990 | #ifdef __ICCARM__
|
1002 | 991 | #define SHORTENUM __packed
|
1003 | 992 | #elif defined(__GNUC__)
|
|
0 commit comments