Searched refs:IOCR (Results 1 – 5 of 5) sorted by relevance
70 …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()
75 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()
79 …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()
203 …__IO uint32_t IOCR[4]; /**< The port input/output control registers select the digital output a… member
259 …__IO uint32_t IOCR[4]; /**< The port input/output control registers select the digital output an… member