Lines Matching refs:value

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