diff --git a/portable/ARMv8M/non_secure/portmacrocommon.h b/portable/ARMv8M/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/ARMv8M/non_secure/portmacrocommon.h +++ b/portable/ARMv8M/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM23/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM23/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM23/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM23/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM33/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM33/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM33/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM33/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM55/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM55/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM55/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM55/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM85/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM85/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM85/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM85/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h b/portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h +++ b/portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM23/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM23/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM23/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM23/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM33/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM33/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM33/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM33/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM55/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM55/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM55/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM55/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM85/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM85/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM85/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM85/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) { diff --git a/portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h b/portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h index c292dd3d1e..55fe755a17 100644 --- a/portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h +++ b/portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h @@ -327,7 +327,7 @@ typedef struct MPU_SETTINGS #if ( configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 ) /** - * @brief Count the number of leading zeros in a 32-bit value. + * @brief Count the number of leading zeros in a 32-bit value. */ static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) {