Searched refs:gpio_base (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 | 52 GPIO_Type *gpio_base; 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() 427 .gpio_base = GPIO, [all …]
|