Searched refs:TempValue (Results 1 – 1 of 1) sorted by relevance
120 u32 TempValue = 0; in SSI_Init() local125 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