Searched refs:GPIO_AF_12 (Results 1 – 4 of 4) sorted by relevance
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_sdram.c | 43 gpio_af_set(GPIOC, GPIO_AF_12, GPIO_PIN_0 | GPIO_PIN_2 | GPIO_PIN_3); in SDRAM_Initialization_GPIO() 48 gpio_af_set(GPIOD, GPIO_AF_12, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_8 | GPIO_PIN_9 | in SDRAM_Initialization_GPIO() 56 gpio_af_set(GPIOE, GPIO_AF_12, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_7 | GPIO_PIN_8 | in SDRAM_Initialization_GPIO() 67 gpio_af_set(GPIOF, GPIO_AF_12, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | in SDRAM_Initialization_GPIO() 78 gpio_af_set(GPIOG, GPIO_AF_12, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_4 | in SDRAM_Initialization_GPIO()
|
| A D | drv_sdio.c | 2780 gpio_af_set(SDIO_CLK_PORT, GPIO_AF_12, SDIO_CLK_PIN); in gpio_config() 2781 gpio_af_set(SDIO_CMD_PORT, GPIO_AF_12, SDIO_CMD_PIN); in gpio_config() 2782 gpio_af_set(SDIO_D0_PORT, GPIO_AF_12, SDIO_D0_PIN); in gpio_config() 2783 gpio_af_set(SDIO_D1_PORT, GPIO_AF_12, SDIO_D1_PIN); in gpio_config() 2784 gpio_af_set(SDIO_D2_PORT, GPIO_AF_12, SDIO_D2_PIN); in gpio_config() 2785 gpio_af_set(SDIO_D3_PORT, GPIO_AF_12, SDIO_D3_PIN); in gpio_config()
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/ |
| A D | hal_gpio.h | 61 #define GPIO_AF_12 (0x0Cu) /*!< Alternative function 12. */ macro
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_gpio.h | 120 #define GPIO_AF_12 (0x0CU) ///< Alternative fu… macro
|
Completed in 12 milliseconds