Home
last modified time | relevance | path

Searched refs:Cy_GPIO_SetDrivemode (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_gpio.c390 Cy_GPIO_SetDrivemode(CYHAL_GET_PORTADDR(pin), CYHAL_GET_PIN(pin), pdldrive_mode); in cyhal_gpio_configure()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_gpio.h866 void Cy_GPIO_SetDrivemode(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_gpio.c167 Cy_GPIO_SetDrivemode(base, pinNum, config->driveMode); in Cy_GPIO_Pin_Init()
1456 void Cy_GPIO_SetDrivemode(GPIO_PRT_Type* base, uint32_t pinNum, uint32_t value) in Cy_GPIO_SetDrivemode() function