hnucleo_Spi is only used within STM32F4xx_Nucleo_144.
 
Symbols
loading...
Files
loading...

hnucleo_Spi variable

Syntax

References

LocationReferrerText
stm32f4xx_nucleo_144.c:100
static SPI_HandleTypeDef hnucleo_Spi;
stm32f4xx_nucleo_144.c:362SPIx_Init()
if(HAL_SPI_GetState(&hnucleo_Spi) == HAL_SPI_STATE_RESET)
stm32f4xx_nucleo_144.c:365SPIx_Init()
hnucleo_Spi.Instance = NUCLEO_SPIx;
stm32f4xx_nucleo_144.c:375SPIx_Init()
hnucleo_Spi.Init.BaudRatePrescaler = SPI_BAUDRATEPRESCALER_8;
stm32f4xx_nucleo_144.c:376SPIx_Init()
hnucleo_Spi.Init.Direction = SPI_DIRECTION_2LINES;
stm32f4xx_nucleo_144.c:377SPIx_Init()
hnucleo_Spi.Init.CLKPhase = SPI_PHASE_2EDGE;
stm32f4xx_nucleo_144.c:378SPIx_Init()
hnucleo_Spi.Init.CLKPolarity = SPI_POLARITY_HIGH;
stm32f4xx_nucleo_144.c:379SPIx_Init()
hnucleo_Spi.Init.CRCCalculation = SPI_CRCCALCULATION_DISABLED;
stm32f4xx_nucleo_144.c:380SPIx_Init()
hnucleo_Spi.Init.CRCPolynomial = 7;
stm32f4xx_nucleo_144.c:381SPIx_Init()
hnucleo_Spi.Init.DataSize = SPI_DATASIZE_8BIT;
stm32f4xx_nucleo_144.c:382SPIx_Init()
hnucleo_Spi.Init.FirstBit = SPI_FIRSTBIT_MSB;
stm32f4xx_nucleo_144.c:383SPIx_Init()
hnucleo_Spi.Init.NSS = SPI_NSS_SOFT;
stm32f4xx_nucleo_144.c:384SPIx_Init()
hnucleo_Spi.Init.TIMode = SPI_TIMODE_DISABLED;
stm32f4xx_nucleo_144.c:385SPIx_Init()
hnucleo_Spi.Init.Mode = SPI_MODE_MASTER;
stm32f4xx_nucleo_144.c:387SPIx_Init()
SPIx_MspInit(&hnucleo_Spi);
stm32f4xx_nucleo_144.c:388SPIx_Init()
HAL_SPI_Init(&hnucleo_Spi);
stm32f4xx_nucleo_144.c:402SPIx_WriteReadData()
status = HAL_SPI_TransmitReceive(&hnucleo_Spi, (uint8_t*) DataIn, DataOut, DataLegnth, SpixTimeout);
stm32f4xx_nucleo_144.c:421SPIx_Write()
status = HAL_SPI_TransmitReceive(&hnucleo_Spi, (uint8_t*) &Value, &data, 1, SpixTimeout);
stm32f4xx_nucleo_144.c:437SPIx_Error()
HAL_SPI_DeInit(&hnucleo_Spi);
stm32f4xx_nucleo_144.c:631LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_TXE) != SPI_FLAG_TXE)
stm32f4xx_nucleo_144.c:635LCD_IO_WriteMultipleData()
*((__IO uint8_t*)&hnucleo_Spi.Instance->DR) = *(pData+1);
stm32f4xx_nucleo_144.c:637LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_TXE) != SPI_FLAG_TXE)
stm32f4xx_nucleo_144.c:640LCD_IO_WriteMultipleData()
*((__IO uint8_t*)&hnucleo_Spi.Instance->DR) = *pData;
stm32f4xx_nucleo_144.c:646LCD_IO_WriteMultipleData()
while(((hnucleo_Spi.Instance->SR) & SPI_FLAG_BSY) != RESET)
stm32f4xx_nucleo_144.c:652LCD_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