Searched refs:CY_GET_REG16 (Results 1 – 4 of 4) sorted by relevance
247 #define CY_GET_REG16(addr) (*((const volatile uint16_t *)(addr))) macro
23 * `CY_GET_REG16`: Reads the 16-bit value from the specified address
19 * CY_GET_REG16: Reads the 16-bit value from the specified address
24 #define GET_SFLASH_VALUE(x) CY_GET_REG16(x)