Home
last modified time | relevance | path

Searched defs:spiInitStruct (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c320 static void InitSpiInitStruct(LL_SPI_InitTypeDef *spiInitStruct, const SpiResource *resource) in InitSpiInitStruct()
385 LL_SPI_InitTypeDef spiInitStruct = {0}; in InitSpiDevice() local