hnucleo_Spi is only used within STM32F4xx-Nucleo.
 
Symbols
loading...
Files
loading...

hnucleo_Spi variable

Syntax

static SPI_HandleTypeDef hnucleo_Spi;

References

LocationReferrerText
stm32f4xx_nucleo.c:99
static SPI_HandleTypeDef hnucleo_Spi;
stm32f4xx_nucleo.c:355SPIx_Init()
stm32f4xx_nucleo.c:358SPIx_Init()
hnucleo_Spi.Instance = NUCLEO_SPIx;
stm32f4xx_nucleo.c:367SPIx_Init()
stm32f4xx_nucleo.c:368SPIx_Init()
stm32f4xx_nucleo.c:369SPIx_Init()
stm32f4xx_nucleo.c:370SPIx_Init()
stm32f4xx_nucleo.c:371SPIx_Init()
stm32f4xx_nucleo.c:372SPIx_Init()
hnucleo_Spi.Init.CRCPolynomial = 7;
stm32f4xx_nucleo.c:373SPIx_Init()
stm32f4xx_nucleo.c:374SPIx_Init()
stm32f4xx_nucleo.c:375SPIx_Init()
hnucleo_Spi.Init.NSS = SPI_NSS_SOFT;
stm32f4xx_nucleo.c:376SPIx_Init()
stm32f4xx_nucleo.c:377SPIx_Init()
hnucleo_Spi.Init.Mode = SPI_MODE_MASTER;
stm32f4xx_nucleo.c:379SPIx_Init()
SPIx_MspInit(&hnucleo_Spi);
stm32f4xx_nucleo.c:380SPIx_Init()
HAL_SPI_Init(&hnucleo_Spi);
stm32f4xx_nucleo.c:394SPIx_WriteReadData()
status = HAL_SPI_TransmitReceive(&hnucleo_Spi, (uint8_t*) DataIn, DataOut, DataLegnth, SpixTimeout);
stm32f4xx_nucleo.c:413SPIx_Write()
status = HAL_SPI_TransmitReceive(&hnucleo_Spi, (uint8_t*) &Value, &data, 1, SpixTimeout);
stm32f4xx_nucleo.c:429SPIx_Error()
HAL_SPI_DeInit(&hnucleo_Spi);
stm32f4xx_nucleo.c:612LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_TXE) != SPI_FLAG_TXE)
stm32f4xx_nucleo.c:616LCD_IO_WriteMultipleData()
*((__IO uint8_t*)&hnucleo_Spi.Instance->DR) = *(pData+1);
stm32f4xx_nucleo.c:618LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_TXE) != SPI_FLAG_TXE)
stm32f4xx_nucleo.c:621LCD_IO_WriteMultipleData()
*((__IO uint8_t*)&hnucleo_Spi.Instance->DR) = *pData;
stm32f4xx_nucleo.c:627LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_BSY) != RESET)
stm32f4xx_nucleo.c:633LCD_IO_WriteMultipleData()
data = *(&hnucleo_Spi.Instance->DR);

Data Use

Functions reading hnucleo_Spi
hnucleo_Spi
Type of hnucleo_Spi
hnucleo_Spi
all items filtered out