Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c368 static int32_t CMSIS_GPIO_Control(gpio_cmsis_handle_t *handle, uint32_t pin, uint32_t control, uint… in CMSIS_GPIO_Control() function
506 return CMSIS_GPIO_Control(&s_gpio_port0_handle, pin, control, arg); in GPIO_PORT0_Control()
610 return CMSIS_GPIO_Control(&s_gpio_port1_handle, pin, control, arg); in GPIO_PORT1_Control()
715 return CMSIS_GPIO_Control(&s_gpio_port2_handle, pin, control, arg); in GPIO_PORT2_Control()
820 return CMSIS_GPIO_Control(&s_gpio_port3_handle, pin, control, arg); in GPIO_PORT3_Control()
925 return CMSIS_GPIO_Control(&s_gpio_port4_handle, pin, control, arg); in GPIO_PORT4_Control()
1030 return CMSIS_GPIO_Control(&s_gpio_port5_handle, pin, control, arg); in GPIO_PORT5_Control()