Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_uart.c449 Cy_GPIO_Set(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()
488 Cy_GPIO_Set(txport, txpin); in _cyhal_uart_pm_callback_instance()
494 Cy_GPIO_Set(rtsport, rtspin); in _cyhal_uart_pm_callback_instance()
Dcyhal_qspi.c237 Cy_GPIO_Set(port, pin); // The SMIF IP requires SSEL to be active low in _cyhal_qspi_set_pins_frozen()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_gpio.h823 void Cy_GPIO_Set(GPIO_PRT_Type* base, uint32_t pinNum);
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_gpio.c1277 void Cy_GPIO_Set(GPIO_PRT_Type* base, uint32_t pinNum) in Cy_GPIO_Set() function