Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_nxp_s32.c55 Siul2_Port_Ip_PortPullConfig pull_config; in nxp_s32_gpio_configure() local
91 pull_config = PORT_INTERNAL_PULL_UP_ENABLED; in nxp_s32_gpio_configure()
93 pull_config = PORT_INTERNAL_PULL_DOWN_ENABLED; in nxp_s32_gpio_configure()
95 pull_config = PORT_INTERNAL_PULL_NOT_ENABLED; in nxp_s32_gpio_configure()
97 Siul2_Port_Ip_SetPullSel(port_base, pin, pull_config); in nxp_s32_gpio_configure()