Home
last modified time | relevance | path

Searched refs:CY_SET_REG32 (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_evtgen.h396 CY_SET_REG32(&base->INTR, mask); in Cy_EvtGen_ClearInterrupt()
/hal_infineon-3.6.0/core-lib/include/
Dcy_utils.h287 #define CY_SET_REG32(addr, value) (*((volatile uint32_t *)(addr)) = (uint32_t)(value)) macro
/hal_infineon-3.6.0/core-lib/
DREADME.md28 * `CY_SET_REG32`: Writes the 32-bit value to the specified register
DRELEASE.md24 * CY_SET_REG32: Writes the 32-bit value to the specified register
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c500 CY_SET_REG32(regIndexToAddr[message->praIndex].addr, tmp); in Cy_PRA_ProcessCmd()
532 CY_SET_REG32(regIndexToAddr[message->praIndex].addr, tmp); in Cy_PRA_ProcessCmd()