Lines Matching refs:GPIO_InitStruct
271 GPIO_InitTypeDef GPIO_InitStruct; in HAL_QSPI_MspInit() local
280 GPIO_InitStruct.Pin = GPIO_PIN_6; in HAL_QSPI_MspInit()
281 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in HAL_QSPI_MspInit()
282 GPIO_InitStruct.Pull = GPIO_PULLUP; in HAL_QSPI_MspInit()
283 GPIO_InitStruct.Speed = GPIO_SPEED_HIGH; in HAL_QSPI_MspInit()
284 GPIO_InitStruct.Alternate = GPIO_AF10_QUADSPI; in HAL_QSPI_MspInit()
285 HAL_GPIO_Init(GPIOB, &GPIO_InitStruct); in HAL_QSPI_MspInit()
288 GPIO_InitStruct.Pin = GPIO_PIN_2; in HAL_QSPI_MspInit()
289 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_QSPI_MspInit()
290 GPIO_InitStruct.Alternate = GPIO_AF9_QUADSPI; in HAL_QSPI_MspInit()
291 HAL_GPIO_Init(GPIOB, &GPIO_InitStruct); in HAL_QSPI_MspInit()
294 GPIO_InitStruct.Pin = GPIO_PIN_8; in HAL_QSPI_MspInit()
295 GPIO_InitStruct.Alternate = GPIO_AF10_QUADSPI; in HAL_QSPI_MspInit()
296 HAL_GPIO_Init(GPIOF, &GPIO_InitStruct); in HAL_QSPI_MspInit()
299 GPIO_InitStruct.Pin = GPIO_PIN_9; in HAL_QSPI_MspInit()
300 GPIO_InitStruct.Alternate = GPIO_AF10_QUADSPI; in HAL_QSPI_MspInit()
301 HAL_GPIO_Init(GPIOF, &GPIO_InitStruct); in HAL_QSPI_MspInit()
304 GPIO_InitStruct.Pin = GPIO_PIN_7; in HAL_QSPI_MspInit()
305 GPIO_InitStruct.Alternate = GPIO_AF9_QUADSPI; in HAL_QSPI_MspInit()
306 HAL_GPIO_Init(GPIOF, &GPIO_InitStruct); in HAL_QSPI_MspInit()
309 GPIO_InitStruct.Pin = GPIO_PIN_6; in HAL_QSPI_MspInit()
310 GPIO_InitStruct.Alternate = GPIO_AF9_QUADSPI; in HAL_QSPI_MspInit()
311 HAL_GPIO_Init(GPIOF, &GPIO_InitStruct); in HAL_QSPI_MspInit()