Home
last modified time | relevance | path

Searched refs:Cy_GPIO_GetDrivemode (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_gpio.h867 uint32_t Cy_GPIO_GetDrivemode(GPIO_PRT_Type* base, uint32_t pinNum);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_gpio.c1557 uint32_t Cy_GPIO_GetDrivemode(GPIO_PRT_Type* base, uint32_t pinNum) in Cy_GPIO_GetDrivemode() function
3604 if(Cy_GPIO_GetDrivemode(base, pinNum) != CY_GPIO_DM_CFGOUT3_STRONG_PULLUP_HIGHZ) in Cy_GPIO_SetPullupResistance()