Home
last modified time | relevance | path

Searched refs:csGroup (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c123 STM32_GPIO_GROUP csGroup; member
428 resource->csGroup = HCS_PROP(node, csGpiox); \
710 LL_GPIO_ResetOutputPin(LL_GET_GPIOX(spiDevice->resource.csGroup), LL_GET_HAL_PIN(spiDevice->resource.csPin));
735 LL_GPIO_SetOutputPin(LL_GET_GPIOX(spiDevice->resource.csGroup), LL_GET_HAL_PIN(spiDevice->resource.csPin));
745 LL_GPIO_SetOutputPin(LL_GET_GPIOX(spiDevice->resource.csGroup), LL_GET_HAL_PIN(spiDevice->resource.csPin));

Completed in 2 milliseconds