![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_SPI_EnableIT_ERR (SPI_TypeDef *SPIx) |
| Enable error interrupt. | |
| __STATIC_INLINE void | DDL_SPI_DisableIT_ERR (SPI_TypeDef *SPIx) |
| Disable error interrupt. | |
| __STATIC_INLINE uint32_t | DDL_SPI_IsEnabledIT_ERR (SPI_TypeDef *SPIx) |
| Check if error interrupt is enabled. | |
| __STATIC_INLINE void | DDL_SPI_EnableIT_RXNE (SPI_TypeDef *SPIx) |
| Enable Rx buffer not empty interrupt. | |
| __STATIC_INLINE void | DDL_SPI_DisableIT_RXNE (SPI_TypeDef *SPIx) |
| Disable Rx buffer not empty interrupt. | |
| __STATIC_INLINE uint32_t | DDL_SPI_IsEnabledIT_RXNE (SPI_TypeDef *SPIx) |
| Check if Rx buffer not empty interrupt is enabled. | |
| __STATIC_INLINE void | DDL_SPI_EnableIT_TXE (SPI_TypeDef *SPIx) |
| Enable Tx buffer empty interrupt. | |
| __STATIC_INLINE void | DDL_SPI_DisableIT_TXE (SPI_TypeDef *SPIx) |
| Disable Tx buffer empty interrupt. | |
| __STATIC_INLINE uint32_t | DDL_SPI_IsEnabledIT_TXE (SPI_TypeDef *SPIx) |
| Check if Tx buffer empty interrupt. | |
| __STATIC_INLINE void | DDL_SPI_EnableIT_CDM (SPI_TypeDef *SPIx) |
| Enable CDM interrupt. | |
| __STATIC_INLINE void | DDL_SPI_DisableIT_CDM (SPI_TypeDef *SPIx) |
| Disable CDM interrupt. | |
| __STATIC_INLINE uint32_t | DDL_SPI_IsEnabledIT_CDM (SPI_TypeDef *SPIx) |
| Check if CDM interrupt is enabled. | |
| __STATIC_INLINE void DDL_SPI_DisableIT_CDM | ( | SPI_TypeDef * | SPIx | ) |
Disable CDM interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1128 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_DisableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Disable error interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1038 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_DisableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Disable Rx buffer not empty interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1068 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_DisableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Disable Tx buffer empty interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1098 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_EnableIT_CDM | ( | SPI_TypeDef * | SPIx | ) |
Enable CDM interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1118 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_EnableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Enable error interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1027 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_EnableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Enable Rx buffer not empty interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1058 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE void DDL_SPI_EnableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Enable Tx buffer empty interrupt.
| SPIx | SPI Instance |
| None |
Definition at line 1088 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE uint32_t DDL_SPI_IsEnabledIT_CDM | ( | SPI_TypeDef * | SPIx | ) |
Check if CDM interrupt is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0) |
Definition at line 1138 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE uint32_t DDL_SPI_IsEnabledIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
Check if error interrupt is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1048 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE uint32_t DDL_SPI_IsEnabledIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx buffer not empty interrupt is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1078 of file g32r4xx_ddl_spi.h.
| __STATIC_INLINE uint32_t DDL_SPI_IsEnabledIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx buffer empty interrupt.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1108 of file g32r4xx_ddl_spi.h.