Searched refs:s_gpio_port5_handle (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/ |
D | fsl_gpio_cmsis.c | 960 static gpio_cmsis_handle_t s_gpio_port5_handle = { variable 970 return CMSIS_GPIO_Initialize(&s_gpio_port5_handle); in GPIO_PORT5_Initialize() 975 return CMSIS_GPIO_Uninitialize(&s_gpio_port5_handle); in GPIO_PORT5_Uninitialize() 980 return CMSIS_GPIO_InitPinAsOutput(&s_gpio_port5_handle, pin, output_logic); in GPIO_PORT5_InitPinAsOutput() 985 CMSIS_GPIO_Callback(&s_gpio_port5_handle, pintr, pmatch_status); in GPIO_PORT5_Callback() 990 …return CMSIS_GPIO_InitPinAsInput(&s_gpio_port5_handle, pin, irq_type, cb_event, GPIO_PORT5_Callbac… in GPIO_PORT5_InitPinAsInput() 995 return CMSIS_GPIO_PowerControl(&s_gpio_port5_handle, state); in GPIO_PORT5_PowerControl() 1000 return CMSIS_GPIO_PinWrite(&s_gpio_port5_handle, pin, logic_value); in GPIO_PORT5_PinWrite() 1005 return CMSIS_GPIO_PinToggle(&s_gpio_port5_handle, pin); in GPIO_PORT5_PinToggle() 1010 return CMSIS_GPIO_PinRead(&s_gpio_port5_handle, pin); in GPIO_PORT5_PinRead() [all …]
|