Searched refs:SDIO_CMD_PORT (Results 1 – 2 of 2) sorted by relevance
40 #define SDIO_CMD_PORT GPIOD macro
2781 gpio_af_set(SDIO_CMD_PORT, GPIO_AF_12, SDIO_CMD_PIN); in gpio_config()2790 gpio_mode_set(SDIO_CMD_PORT, GPIO_MODE_AF, GPIO_PUPD_PULLUP, SDIO_CMD_PIN); in gpio_config()2791 gpio_output_options_set(SDIO_CMD_PORT, GPIO_OTYPE_PP, GPIO_OSPEED_25MHZ, SDIO_CMD_PIN); in gpio_config()
Completed in 9 milliseconds