Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c54 uint8_t port_index; member
191 GPIO_PortInit(handle->config->gpio_base, handle->config->port_index); in CMSIS_GPIO_Initialize()
241 GPIO_PinInit(handle->config->gpio_base, handle->config->port_index, pin, &pin_config); in CMSIS_GPIO_InitPinAsOutput()
325 GPIO_PinWrite(handle->config->gpio_base, handle->config->port_index, pin, (uint8_t)logic_value); in CMSIS_GPIO_PinWrite()
332 return (GPIO_PinRead(handle->config->gpio_base, handle->config->port_index, pin) != 0U); in CMSIS_GPIO_PinRead()
338 GPIO_PortToggle(handle->config->gpio_base, handle->config->port_index, ored_pins); in CMSIS_GPIO_PortToggle()
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()
365 return GPIO_PortRead(handle->config->gpio_base, handle->config->port_index); in CMSIS_GPIO_PortRead()
429 .port_index = 0,
[all …]