Serial peripheral interface (SPI)
20.2.7.14 SPI_SSOutputCmd
void SPI_SSOutputCmd ( SPI_TypeDef * SPIx,
FunctionalState NewState)
Enables or disables the SS output for the selected SPI.
ï‚· SPIx : where x can be 1, 2 or 3 to select the SPI peripheral.
ï‚· NewState : new state of the SPIx SS output. This parameter
can be: ENABLE or DISABLE.
ï‚· This function can be called only after the SPI_Init() function
has been called and the NSS hardware management mode is
selected.
20.2.7.15 SPI_NSSPulseModeCmd
void SPI_NSSPulseModeCmd ( SPI_TypeDef * SPIx,
FunctionalState NewState)
Enables or disables the NSS pulse management mode.
ï‚· SPIx : where x can be 1, 2 or 3 to select the SPI peripheral.
ï‚· NewState : new state of the NSS pulse management mode.
This parameter can be: ENABLE or DISABLE.
ï‚· This function can be called only after the SPI_Init() function
has been called.
ï‚· When TI mode is selected, the control bits NSSP is not taken
into consideration and are configured by hardware
respectively to the TI mode requirements.