Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_gpio.c70 …port->IOCR[(uint32_t)pin >> 2U] &= ~(uint32_t)((uint32_t)PORT_IOCR_PC_Msk << ((uint32_t)PORT_IOCR_… in XMC_GPIO_SetMode()
71 …port->IOCR[(uint32_t)pin >> 2U] |= (uint32_t)mode << ((uint32_t)PORT_IOCR_PC_Size * ((uint32_t)pin… in XMC_GPIO_SetMode()
Dxmc4_gpio.c75 port->IOCR[pin >> 2U] &= (uint32_t)~(PORT_IOCR_PC_Msk << (PORT_IOCR_PC_Size * (pin & 0x3U))); in XMC_GPIO_Init()
102 …port->IOCR[pin >> 2U] |= (uint32_t)config->mode << ((uint32_t)PORT_IOCR_PC_Size * ((uint32_t)pin &… in XMC_GPIO_Init()
Dxmc1_gpio.c79 …port->IOCR[pin >> 2U] &= ~(uint32_t)((uint32_t)PORT_IOCR_PC_Msk << (PORT_IOCR_PC_Size * (pin & 0x3… in XMC_GPIO_Init()
103 port->IOCR[pin >> 2U] |= (uint32_t)config->mode << (PORT_IOCR_PC_Size * (pin & 0x3U)); in XMC_GPIO_Init()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc1_gpio.h203 …__IO uint32_t IOCR[4]; /**< The port input/output control registers select the digital output a… member
Dxmc4_gpio.h259 …__IO uint32_t IOCR[4]; /**< The port input/output control registers select the digital output an… member