Searched full:sdmmc (Results 1 – 25 of 160) sorted by relevance
1234567
/Zephyr-latest/drivers/disk/ |
D | Kconfig.sdmmc | 8 bool "SDMMC card driver" 13 SDMMC card driver. 21 SDMMC controller driver initialization priority. 24 bool "SDMMC access via SD subsystem" 29 Enable SDMMC access via SD subsystem. 32 bool "STM32 SDMMC driver" 45 File system on sdmmc accessed through stm32 sdmmc. 48 bool "STM32 SDMMC Hardware Flow control" 56 Enable SDMMC Hardware Flow Control to avoid FIFO underrun (TX mode) and 60 bool "STM32 SDMMC eMMC mode" [all …]
|
D | Kconfig | 13 source "drivers/disk/Kconfig.sdmmc"
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/ |
D | test_stm32_clock_configuration_sdmmc.c | 40 zassert_true((r == 0), "Could not enable SDMMC gating clock"); in ZTEST() 42 zassert_true(__HAL_RCC_SDIO_IS_CLK_ENABLED(), "SDMMC gating clock should be on"); in ZTEST() 43 TC_PRINT("SDMMC gating clock on\n"); in ZTEST() 60 zassert_true((r == 0), "Could not enable SDMMC domain clock"); in ZTEST() 61 TC_PRINT("SDMMC domain clock configured\n"); in ZTEST() 68 "Expected SDMMC src: CLK 48 (0x%lx). Actual src: 0x%x", in ZTEST() 72 "Expected SDMMC src: SYSCLK (0x%lx). Actual src: 0x%x", in ZTEST() 84 TC_PRINT("SDMMC sourced by PLLQ at "); in ZTEST() 97 TC_PRINT("SDMMC sourced by PLLI2SQ at "); in ZTEST() 110 zassert_true((r == 0), "Could not get SDMMC clk srce freq"); in ZTEST() [all …]
|
/Zephyr-latest/dts/bindings/mmc/ |
D | st,stm32-sdmmc.yaml | 1 description: stm32 sdmmc disk access 3 compatible: "st,stm32-sdmmc" 35 bus width for SDMMC access, defaults to the minimum necessary 46 Clock division factor for SDMMC. Typically the clock operates at 25MHz so 52 SDMMC device has an internal DMA. Internal DMA doesn't require any additional 65 For example dmas for TX/RX on SDMMC
|
/Zephyr-latest/dts/bindings/sd/ |
D | zephyr,sdmmc-disk.yaml | 2 Zephyr SDMMC disk node. A binding with this compatible present within an SD 3 host controller device node indicates that an SDMMC disk is attached to that 7 compatible: "zephyr,sdmmc-disk"
|
/Zephyr-latest/boards/shields/pmod_sd/ |
D | pmod_sd.overlay | 16 sdmmc { 17 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/tests/drivers/build_all/disk/ |
D | spi.dtsi | 12 sdmmc { 13 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h563.dtsi | 13 sdmmc2: sdmmc@46008c00 { 14 compatible = "st,stm32-sdmmc";
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/ |
D | testcase.yaml | 18 filesystem.fat.api.sdmmc: 20 filter: dt_compat_enabled("zephyr,sdmmc-disk")
|
/Zephyr-latest/boards/shields/adafruit_adalogger_featherwing/ |
D | adafruit_adalogger_featherwing.overlay | 24 sdmmc { 25 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 1 SDMMC Subsystem Test 13 test the initialization flow of the SDMMC subsystem to verify that the stack
|
D | testcase.yaml | 7 sd.sdmmc:
|
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/ |
D | intel_socfpga_agilex5_socdk.dts | 24 &sdmmc { 28 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/boards/shields/adafruit_data_logger/ |
D | adafruit_data_logger.overlay | 44 sdmmc { 45 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/dts/arm/st/f7/ |
D | stm32f722.dtsi | 35 sdmmc2: sdmmc@40011c00 { 36 compatible = "st,stm32-sdmmc";
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | intel_socfpga_agilex5_socdk.overlay | 7 &sdmmc {
|
D | hifive_unmatched.overlay | 15 compatible = "zephyr,sdmmc-disk";
|
/Zephyr-latest/subsys/sd/ |
D | CMakeLists.txt | 8 zephyr_library_sources_ifdef(CONFIG_SDMMC_STACK sdmmc.c)
|
D | Kconfig | 14 bool "SDMMC protocol support" 16 Enable SDMMC protocol support. Required for SD memory cards to
|
/Zephyr-latest/boards/st/stm32u5a9j_dk/ |
D | stm32u5a9j_dk.yaml | 20 - sdmmc
|
/Zephyr-latest/tests/subsys/fs/ext2/boards/ |
D | ek_ra8d1.overlay | 7 sdmmc {
|
D | ek_ra8m1.overlay | 7 sdmmc {
|
D | mck_ra8t1.overlay | 7 sdmmc {
|
D | hifive_unmatched_fu740_s7.overlay | 15 compatible = "zephyr,sdmmc-disk";
|
D | hifive_unmatched_fu740_u74.overlay | 15 compatible = "zephyr,sdmmc-disk";
|
1234567