Lines Matching refs:bit

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
30 …fy-write operations with a name field and value and writes a resulting value to the 32-bit register
31 …* `_CLR_SET_FLD16U`: The macro for setting a 16-bit register with a name field and value for provi…
32 …fy-write operations with a name field and value and writes a resulting value to the 16-bit register
33 …* `_CLR_SET_FLD8U`: The macro for setting a 8-bit register with a name field and value for providi…
34 …ify-write operations with a name field and value and writes a resulting value to the 8-bit register