Searched refs:XMC_GPIO_MODE_t (Results 1 – 4 of 4) sorted by relevance
176 } XMC_GPIO_MODE_t; typedef223 XMC_GPIO_MODE_t mode; /**< Defines the direction and characteristics of a pin */231 __STATIC_INLINE bool XMC_GPIO_IsModeValid(XMC_GPIO_MODE_t mode) in XMC_GPIO_IsModeValid()
229 } XMC_GPIO_MODE_t; typedef280 XMC_GPIO_MODE_t mode; /**< Defines the direction and characteristics of a pin */289 __STATIC_INLINE bool XMC_GPIO_IsModeValid(XMC_GPIO_MODE_t mode) in XMC_GPIO_IsModeValid()
205 void XMC_GPIO_SetMode(XMC_GPIO_PORT_t *const port, const uint8_t pin, const XMC_GPIO_MODE_t mode);
65 void XMC_GPIO_SetMode(XMC_GPIO_PORT_t *const port, const uint8_t pin, const XMC_GPIO_MODE_t mode) in XMC_GPIO_SetMode()