Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c540 static gpio_cmsis_handle_t s_gpio_port1_handle = { variable
550 return CMSIS_GPIO_Initialize(&s_gpio_port1_handle); in GPIO_PORT1_Initialize()
555 return CMSIS_GPIO_Uninitialize(&s_gpio_port1_handle); in GPIO_PORT1_Uninitialize()
560 return CMSIS_GPIO_InitPinAsOutput(&s_gpio_port1_handle, pin, output_logic); in GPIO_PORT1_InitPinAsOutput()
565 CMSIS_GPIO_Callback(&s_gpio_port1_handle, pintr, pmatch_status); in GPIO_PORT1_Callback()
570 …return CMSIS_GPIO_InitPinAsInput(&s_gpio_port1_handle, pin, irq_type, cb_event, GPIO_PORT1_Callbac… in GPIO_PORT1_InitPinAsInput()
575 return CMSIS_GPIO_PowerControl(&s_gpio_port1_handle, state); in GPIO_PORT1_PowerControl()
580 return CMSIS_GPIO_PinWrite(&s_gpio_port1_handle, pin, logic_value); in GPIO_PORT1_PinWrite()
585 return CMSIS_GPIO_PinToggle(&s_gpio_port1_handle, pin); in GPIO_PORT1_PinToggle()
590 return CMSIS_GPIO_PinRead(&s_gpio_port1_handle, pin); in GPIO_PORT1_PinRead()
[all …]