|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Initialization and de-initialization functions:Functions | |
| ErrorStatus | LL_SPI_DeInit (const SPI_TypeDef *SPIx) |
| De-initialize the SPI registers to their default reset values. More... | |
| ErrorStatus | LL_SPI_Init (SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) |
| Initialize the SPI registers according to the specified parameters in SPI_InitStruct. More... | |
| void | LL_SPI_StructInit (LL_SPI_InitTypeDef *SPI_InitStruct) |
| Set each LL_SPI_InitTypeDef field to default value. More... | |
| ErrorStatus LL_SPI_DeInit | ( | const SPI_TypeDef * | SPIx | ) |
De-initialize the SPI registers to their default reset values.
| SPIx | SPI Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 122 of file stm32f4xx_ll_spi.c.
| ErrorStatus LL_SPI_Init | ( | SPI_TypeDef * | SPIx, |
| LL_SPI_InitTypeDef * | SPI_InitStruct | ||
| ) |
Initialize the SPI registers according to the specified parameters in SPI_InitStruct.
| SPIx | SPI Instance |
| SPI_InitStruct | pointer to a LL_SPI_InitTypeDef structure |
| An | ErrorStatus enumeration value. (Return always SUCCESS) |
Definition at line 213 of file stm32f4xx_ll_spi.c.
| void LL_SPI_StructInit | ( | LL_SPI_InitTypeDef * | SPI_InitStruct | ) |
Set each LL_SPI_InitTypeDef field to default value.
| SPI_InitStruct | pointer to a LL_SPI_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 281 of file stm32f4xx_ll_spi.c.