Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c335 static int32_t CMSIS_GPIO_PortToggle(gpio_cmsis_handle_t *handle, uint32_t ored_pins) in CMSIS_GPIO_PortToggle() argument
338 GPIO_PortToggle(handle->config->gpio_base, handle->config->port_index, ored_pins); in CMSIS_GPIO_PortToggle()
348 static int32_t CMSIS_GPIO_PortWrite(gpio_cmsis_handle_t *handle, uint32_t ored_pins, uint32_t logic… in CMSIS_GPIO_PortWrite() argument
353 GPIO_PortClear(handle->config->gpio_base, handle->config->port_index, ored_pins); in CMSIS_GPIO_PortWrite()
357 GPIO_PortSet(handle->config->gpio_base, handle->config->port_index, ored_pins); in CMSIS_GPIO_PortWrite()
489 static int32_t GPIO_PORT0_PortWrite(uint32_t ored_pins, uint32_t logic_value) in GPIO_PORT0_PortWrite() argument
491 return CMSIS_GPIO_PortWrite(&s_gpio_port0_handle, ored_pins, logic_value); in GPIO_PORT0_PortWrite()
494 static int32_t GPIO_PORT0_PortToggle(uint32_t ored_pins) in GPIO_PORT0_PortToggle() argument
496 return CMSIS_GPIO_PortToggle(&s_gpio_port0_handle, ored_pins); in GPIO_PORT0_PortToggle()
593 static int32_t GPIO_PORT1_PortWrite(uint32_t ored_pins, uint32_t logic_value) in GPIO_PORT1_PortWrite() argument
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_GPIO.h68 int32_t (*PortWrite) (uint32_t ored_pins, uint32_t logic_value);
70 int32_t (*PortToggle) (uint32_t ored_pins);