![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
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. | |
| __STATIC_INLINE uint32_t DDL_SPI_GetNSSMode | ( | SPI_TypeDef * | SPIx | ) |
Get NSS mode.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 847 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_SetNSSMode | ( | SPI_TypeDef * | SPIx, |
| uint32_t | NSS ) |
Set NSS mode.
| SPIx | SPI Instance |
| NSS | This parameter can be one of the following values: |
| None |
Definition at line 833 of file g32r4xx_ddl_spi.h.