Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c120 SPI_GROUPS spix; member
153 SPI_TypeDef* spix; member
212 .spix = {NULL},
217 .spix = {NULL},
222 .spix = {NULL},
390 SPI_TypeDef* spix = g_spiGroupMaps[resource->spix]; in InitSpiDevice() local
392 g_spiContext[spiPort].spix = spix; in InitSpiDevice()
426 resource->spix = HCS_PROP(node, spix); \
637 SPI_TypeDef* spix = g_spiGroupMaps[spiDevice->resource.spix]; local
638 LL_SPI_Enable(spix);
[all …]