G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Slave Select Pin Management

Functions

__STATIC_INLINE void DDL_SPI_SetNSSMode (SPI_TypeDef *SPIx, uint32_t NSS)
 Set NSS mode.
__STATIC_INLINE uint32_t DDL_SPI_GetNSSMode (SPI_TypeDef *SPIx)
 Get NSS mode.

Detailed Description

Function Documentation

◆ DDL_SPI_GetNSSMode()

__STATIC_INLINE uint32_t DDL_SPI_GetNSSMode ( SPI_TypeDef * SPIx)

Get NSS mode.

Parameters
SPIxSPI Instance
Return values
Returnedvalue can be one of the following values:

Definition at line 847 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_SetNSSMode()

__STATIC_INLINE void DDL_SPI_SetNSSMode ( SPI_TypeDef * SPIx,
uint32_t NSS )

Set NSS mode.

Note
DDL_SPI_NSS_SOFT Mode is not used in SPI TI mode.
Parameters
SPIxSPI Instance
NSSThis parameter can be one of the following values:
Return values
None

Definition at line 833 of file g32r4xx_ddl_spi.h.