Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_ssi.c120 u32 TempValue = 0; in SSI_Init() local
125 TempValue |= SSI_InitStruct->SPI_DataFrameSize; in SSI_Init()
126 TempValue |= (SSI_InitStruct->SPI_DataFrameFormat << 4); in SSI_Init()
127 TempValue |= (SSI_InitStruct->SPI_SclkPhase << 6); in SSI_Init()
128 TempValue |= (SSI_InitStruct->SPI_SclkPolarity << 7); in SSI_Init()
129 TempValue |= (SSI_InitStruct->SPI_TransferMode << 8); in SSI_Init()
131 TempValue &= ~BIT_CTRLR0_SLV_OE;//(SlaveOutputEnable); in SSI_Init()
133 spi_dev->CTRLR0 = TempValue; in SSI_Init()
149 TempValue = 0; in SSI_Init()
150 TempValue |= SSI_InitStruct->SPI_MicrowireTransferMode; in SSI_Init()
[all …]

Completed in 3 milliseconds