Home
last modified time | relevance | path

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

/hal_infineon-2.7.6/XMCLib/devices/XMC4500/Source/
Dsystem_XMC4500.c625 PORT0->HWSEL &= ~PORT0_HWSEL_HW8_Msk; in SystemCoreClockSetup()
626 PORT0->PDR1 &= ~PORT0_PDR1_PD8_Msk; in SystemCoreClockSetup()
627 PORT0->IOCR8 = (PORT0->IOCR8 & ~PORT0_IOCR8_PC8_Msk) | (0x11U << PORT0_IOCR8_PC8_Pos); in SystemCoreClockSetup()
/hal_infineon-2.7.6/XMCLib/drivers/inc/
Dxmc_pau.h128 #if defined(PORT0)
Dxmc1_gpio.h76 #if defined(PORT0)
Dxmc4_gpio.h78 #if defined(PORT0)
/hal_infineon-2.7.6/XMCLib/devices/XMC4500/Include/
DXMC4500.h16481 #define PORT0 ((PORT0_Type *) PORT0_BASE) macro