Zephyr API Documentation
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_DISK_SDMMC_STM32_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_DISK_SDMMC_STM32_H_
9
10
#include <
zephyr/device.h
>
11
#include <
stdint.h
>
12
29
void
stm32_sdmmc_get_card_cid
(
const
struct
device
*dev,
uint32_t
cid[4]);
30
31
#endif
/* ZEPHYR_INCLUDE_DRIVERS_DISK_SDMMC_STM32_H_ */
device.h
stm32_sdmmc_get_card_cid
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.
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:510
zephyr
drivers
disk
sdmmc_stm32.h
Generated on
for Zephyr API Documentation by
1.14.0