Home
last modified time | relevance | path

Searched refs:CYHAL_GPIO_DRIVE_PULLUP (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-template-cat1/files/cat1a/
Dcybsp_hw_config.h38 #define CYBSP_USER_BTN_DRIVE (CYHAL_GPIO_DRIVE_PULLUP)
/hal_infineon-latest/mtb-template-cat1/files/cat1c/
Dcybsp_hw_config.h38 #define CYBSP_USER_BTN_DRIVE (CYHAL_GPIO_DRIVE_PULLUP)
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_gpio.h154CYHAL_GPIO_DRIVE_PULLUP, /**< Pull-up resistor. Input and output. Input init value(s)… enumerator
/hal_infineon-latest/whd-bsp-integration/
Dcybsp_wifi.c643 CYHAL_GPIO_DRIVE_PULLUP, false); in cybsp_wifi_init_primary_extended()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_gpio.c199 case CYHAL_GPIO_DRIVE_PULLUP: in _cyhal_gpio_convert_drive_mode()