Lines Matching refs:value

7     * CY_ASSERT: Verifies a value and halts if invalid (if not NDEBUG)
10 * CY_LO8: Gets the lower 8 bits of a 16-bit value
11 * CY_HI8: Gets the upper 8 bits of a 16-bit value
12 * CY_LO16: Gets the lower 16 bits of a 32-bit value
13 * CY_HI16: Gets the upper 16 bits of a 32-bit value
14 * CY_SWAP_ENDIAN16: Swaps the byte ordering of a 16-bit value
15 * CY_SWAP_ENDIAN32: Swaps the byte ordering of a 32-bit value
16 * CY_SWAP_ENDIAN64: Swaps the byte ordering of a 64-bit value
17 * CY_GET_REG8: Reads the 8-bit value from the specified address
18 * CY_SET_REG8: Writes an 8-bit value to the specified address
19 * CY_GET_REG16: Reads the 16-bit value from the specified address
20 * CY_SET_REG16: Writes the 16-bit value to the specified address
21 * CY_GET_REG24: Reads the 24-bit value from the specified address
22 * CY_SET_REG24: Writes the 24-bit value to the specified address
23 * CY_GET_REG32: Reads the 32-bit value from the specified register
24 * CY_SET_REG32: Writes the 32-bit value to the specified register
25 …* _CLR_SET_FLD32U: The macro for setting a register with a name field and value for providing get…
26 …ng get-clear-modify-write operations with a name field and value and writes a resulting value to t…
27 …* _CLR_SET_FLD16U: The macro for setting a 16-bit register with a name field and value for providi…
28 …ng get-clear-modify-write operations with a name field and value and writes a resulting value to t…
29 …* _CLR_SET_FLD8U: The macro for setting a 8-bit register with a name field and value for providing…
30 …ng get-clear-modify-write operations with a name field and value and writes a resulting value to t…
31 * _BOOL2FLD: Returns a field mask if the value is not false
32 * _FLD2BOOL: Returns true, if the value includes the field mask