Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-template-cat1/files/cat1b/
Dcybsp_hw_config.h38 #define CYBSP_USER_BTN_DRIVE (CYHAL_GPIO_DRIVE_PULLDOWN)
/hal_infineon-3.5.0/mtb-hal-cat1/include/
Dcyhal_gpio.h155CYHAL_GPIO_DRIVE_PULLDOWN, /**< Pull-down resistor. Input and output. Input init value(… enumerator
/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_gpio.c194 case CYHAL_GPIO_DRIVE_PULLDOWN: in _cyhal_gpio_convert_drive_mode()