![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| ErrorStatus | DDL_SPI_DeInit (SPI_TypeDef *SPIx) |
| De-initialize the SPI registers to their default reset values. | |
| ErrorStatus | DDL_SPI_Init (SPI_TypeDef *SPIx, DDL_SPI_InitTypeDef *SPI_InitStruct) |
| Initialize the SPI registers according to the specified parameters in SPI_InitStruct. | |
| void | DDL_SPI_StructInit (DDL_SPI_InitTypeDef *SPI_InitStruct) |
| Set each DDL_SPI_InitTypeDef field to default value. | |
| ErrorStatus DDL_SPI_DeInit | ( | SPI_TypeDef * | SPIx | ) |
De-initialize the SPI registers to their default reset values.
| SPIx | SPI Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 144 of file g32r4xx_ddl_spi.c.
| ErrorStatus DDL_SPI_Init | ( | SPI_TypeDef * | SPIx, |
| DDL_SPI_InitTypeDef * | SPI_InitStruct ) |
Initialize the SPI registers according to the specified parameters in SPI_InitStruct.
| SPIx | SPI Instance |
| SPI_InitStruct | pointer to a DDL_SPI_InitTypeDef structure |
| An | ErrorStatus enumeration value. (Return always SUCCESS) |
Definition at line 174 of file g32r4xx_ddl_spi.c.
| void DDL_SPI_StructInit | ( | DDL_SPI_InitTypeDef * | SPI_InitStruct | ) |
Set each DDL_SPI_InitTypeDef field to default value.
| SPI_InitStruct | pointer to a DDL_SPI_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 240 of file g32r4xx_ddl_spi.c.