Home
last modified time | relevance | path

Searched refs:GPIO_InitStruct (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/src/
Dstm32l562e_discovery_ospi.c994 GPIO_InitTypeDef GPIO_InitStruct; in OSPI_NOR_MspInit() local
1020 GPIO_InitStruct.Pin = OSPI_CS_PIN; in OSPI_NOR_MspInit()
1021 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in OSPI_NOR_MspInit()
1022 GPIO_InitStruct.Pull = GPIO_PULLUP; in OSPI_NOR_MspInit()
1023 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in OSPI_NOR_MspInit()
1024 GPIO_InitStruct.Alternate = OSPI_CS_PIN_AF; in OSPI_NOR_MspInit()
1025 HAL_GPIO_Init(OSPI_CS_GPIO_PORT, &GPIO_InitStruct); in OSPI_NOR_MspInit()
1028 GPIO_InitStruct.Pin = OSPI_DQS_PIN; in OSPI_NOR_MspInit()
1029 GPIO_InitStruct.Alternate = OSPI_DQS_PIN_AF; in OSPI_NOR_MspInit()
1030 HAL_GPIO_Init(OSPI_DQS_GPIO_PORT, &GPIO_InitStruct); in OSPI_NOR_MspInit()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/src/
Db_u585i_iot02a_ospi.c1053 GPIO_InitTypeDef GPIO_InitStruct; in OSPI_NOR_MspInit() local
1079 GPIO_InitStruct.Pin = OSPI_NOR_CS_PIN; in OSPI_NOR_MspInit()
1080 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in OSPI_NOR_MspInit()
1081 GPIO_InitStruct.Pull = GPIO_PULLUP; in OSPI_NOR_MspInit()
1082 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in OSPI_NOR_MspInit()
1083 GPIO_InitStruct.Alternate = OSPI_NOR_CS_PIN_AF; in OSPI_NOR_MspInit()
1084 HAL_GPIO_Init(OSPI_NOR_CS_GPIO_PORT, &GPIO_InitStruct); in OSPI_NOR_MspInit()
1087 GPIO_InitStruct.Pin = OSPI_NOR_DQS_PIN; in OSPI_NOR_MspInit()
1088 GPIO_InitStruct.Alternate = OSPI_NOR_DQS_PIN_AF; in OSPI_NOR_MspInit()
1089 HAL_GPIO_Init(OSPI_NOR_DQS_GPIO_PORT, &GPIO_InitStruct); in OSPI_NOR_MspInit()
[all …]
Dstsafea_service_stub.c84 GPIO_InitTypeDef GPIO_InitStruct; in HW_IO_Init() local
90 GPIO_InitStruct.Pin = STSAFEA_VREG_PIN; in HW_IO_Init()
91 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in HW_IO_Init()
92 GPIO_InitStruct.Pull = GPIO_NOPULL; in HW_IO_Init()
93 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; in HW_IO_Init()
94 HAL_GPIO_Init(STSAFEA_VREG_GPIO_PORT, &GPIO_InitStruct); in HW_IO_Init()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc.c1284 GPIO_InitTypeDef GPIO_InitStruct; in HAL_RCC_MCOConfig() local
1297 GPIO_InitStruct.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1298 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1299 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in HAL_RCC_MCOConfig()
1300 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1301 GPIO_InitStruct.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
1302 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
1315 GPIO_InitStruct.Pin = MCO2_PIN; in HAL_RCC_MCOConfig()
1316 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1317 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_VERY_HIGH; in HAL_RCC_MCOConfig()
[all …]
Dstm32h5xx_hal_rcc_ex.c5638 GPIO_InitTypeDef GPIO_InitStruct; in HAL_RCCEx_EnableLSCO() local
5648 GPIO_InitStruct.Pin = LSCO_PIN; in HAL_RCCEx_EnableLSCO()
5649 GPIO_InitStruct.Mode = GPIO_MODE_ANALOG; in HAL_RCCEx_EnableLSCO()
5650 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCCEx_EnableLSCO()
5651 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCCEx_EnableLSCO()
5652 HAL_GPIO_Init(LSCO_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCO()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc.c1377 GPIO_InitTypeDef GPIO_InitStruct; in HAL_RCC_MCOConfig() local
1387 GPIO_InitStruct.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1388 GPIO_InitStruct.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1389 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
1390 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1391 GPIO_InitStruct.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
1392 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
Dstm32l5xx_hal_rcc_ex.c1942 GPIO_InitTypeDef GPIO_InitStruct; in HAL_RCCEx_EnableLSCO() local
1953 GPIO_InitStruct.Pin = LSCO_PIN; in HAL_RCCEx_EnableLSCO()
1954 GPIO_InitStruct.Mode = GPIO_MODE_ANALOG; in HAL_RCCEx_EnableLSCO()
1955 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCCEx_EnableLSCO()
1956 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCCEx_EnableLSCO()
1957 HAL_GPIO_Init(LSCO_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCO()