Home
last modified time | relevance | path

Searched refs:regIndex (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_pra.h772 cy_en_pra_status_t Cy_PRA_SendCmd(uint16_t cmd, uint16_t regIndex, uint32_t clearMask, uint32_t set…
815 #define CY_PRA_REG32_CLR_SET(regIndex, field, value) \ argument
816 …(void)Cy_PRA_SendCmd(CY_PRA_MSG_TYPE_REG32_CLR_SET, (regIndex), ((uint32_t)(~(field ## _Msk))), (_…
835 #define CY_PRA_REG32_SET(regIndex, value) \ argument
836 (void)Cy_PRA_SendCmd(CY_PRA_MSG_TYPE_REG32_SET, (regIndex), (value), 0UL)
855 #define CY_PRA_REG32_GET(regIndex) \ argument
856 (uint32_t) Cy_PRA_SendCmd(CY_PRA_MSG_TYPE_REG32_GET, (regIndex), 0UL, 0UL)
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c2456 …cy_en_pra_status_t Cy_PRA_SendCmd(uint16_t cmd, uint16_t regIndex, uint32_t clearMask, uint32_t se… in Cy_PRA_SendCmd() argument
2465 msgLocal.praIndex = regIndex; in Cy_PRA_SendCmd()
2475 … else if ((cmd == CY_PRA_MSG_TYPE_SYS_CFG_FUNC) && (regIndex == CY_PRA_FUNC_INIT_CYCFG_DEVICE)) in Cy_PRA_SendCmd()
2485 (void)regIndex; in Cy_PRA_SendCmd()
2498 ipcMsg.praIndex = regIndex; in Cy_PRA_SendCmd()