Home
last modified time | relevance | path

Searched refs:UnitySizeMask (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c242 const _U_UINT UnitySizeMask[] = {255u, // 0xFF variable
365 … UnityPrintNumberUnsigned((_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1]); in UnityPrintNumberByStyle()