Searched refs:CMSIS_GPIO_PortWrite (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 | 348 static int32_t CMSIS_GPIO_PortWrite(gpio_cmsis_handle_t *handle, uint32_t ored_pins, uint32_t logic… in CMSIS_GPIO_PortWrite() function 491 return CMSIS_GPIO_PortWrite(&s_gpio_port0_handle, ored_pins, logic_value); in GPIO_PORT0_PortWrite() 595 return CMSIS_GPIO_PortWrite(&s_gpio_port1_handle, ored_pins, logic_value); in GPIO_PORT1_PortWrite() 700 return CMSIS_GPIO_PortWrite(&s_gpio_port2_handle, ored_pins, logic_value); in GPIO_PORT2_PortWrite() 805 return CMSIS_GPIO_PortWrite(&s_gpio_port3_handle, ored_pins, logic_value); in GPIO_PORT3_PortWrite() 910 return CMSIS_GPIO_PortWrite(&s_gpio_port4_handle, ored_pins, logic_value); in GPIO_PORT4_PortWrite() 1015 return CMSIS_GPIO_PortWrite(&s_gpio_port5_handle, ored_pins, logic_value); in GPIO_PORT5_PortWrite()
|