Searched refs:PORT_IOCR_PC_Size (Results 1 – 4 of 4) sorted by relevance
70 …)pin >> 2U] &= ~(uint32_t)((uint32_t)PORT_IOCR_PC_Msk << ((uint32_t)PORT_IOCR_PC_Size * ((uint32_t… 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()
100 #define PORT_IOCR_PC_Size (8U) macro