Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sdmmc_stm32.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 The Zephyr Contributors.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_DISKS_SDMMC_STM32_H_
8#define ZEPHYR_INCLUDE_DRIVERS_DISKS_SDMMC_STM32_H_
9
10#include <zephyr/device.h>
11#include <stdint.h>
12
29void stm32_sdmmc_get_card_cid(const struct device *dev, uint32_t cid[4]);
30
31#endif /* ZEPHYR_INCLUDE_DRIVERS_DISKS_SDMMC_STM32_H_ */
void stm32_sdmmc_get_card_cid(const struct device *dev, uint32_t cid[4])
Get the CID (Card Identification) information from the SD/MMC card.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition device.h:510