Home
last modified time | relevance | path

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

/hal_infineon-latest/core-lib/include/
Dcy_utils.h247 #define CY_GET_REG16(addr) (*((const volatile uint16_t *)(addr))) macro
/hal_infineon-latest/core-lib/
DREADME.md23 * `CY_GET_REG16`: Reads the 16-bit value from the specified address
DRELEASE.md19 * CY_GET_REG16: Reads the 16-bit value from the specified address
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sar2.c24 #define GET_SFLASH_VALUE(x) CY_GET_REG16(x)