Home
last modified time | relevance | path

Searched refs:XMC_GPIO_MODE_t (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc1_gpio.h176 } XMC_GPIO_MODE_t; typedef
223 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()
Dxmc4_gpio.h229 } XMC_GPIO_MODE_t; typedef
280 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()
Dxmc_gpio.h205 void XMC_GPIO_SetMode(XMC_GPIO_PORT_t *const port, const uint8_t pin, const XMC_GPIO_MODE_t mode);
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_gpio.c65 void XMC_GPIO_SetMode(XMC_GPIO_PORT_t *const port, const uint8_t pin, const XMC_GPIO_MODE_t mode) in XMC_GPIO_SetMode()