XMC Peripheral Library for XMC4000 Family
XMC_SDMMC_PRESENT_STATE_t Union Reference

#include <xmc_sdmmc.h>

Detailed Description

Present state of the SDMMC host controller

The structure presents a convenient way to obtain the SDMMC peripheral's present state information (for example, the write protect pin level). The XMC_SDMMC_GetPresentState() API can be used to populate the structure with the state of the SD host controller.

Field Documentation

◆ buffer_read_enable

uint32_t buffer_read_enable

Buffer read enable

◆ buffer_write_enable

uint32_t buffer_write_enable

Buffer write enable

◆ card_detect_pin_level

uint32_t card_detect_pin_level

Card detect pin level

◆ card_inserted

uint32_t card_inserted

Card inserted

◆ card_state_stable

uint32_t card_state_stable

Card state stable

◆ cmd_line_level

uint32_t cmd_line_level

Command line level

◆ command_inihibit_cmd

uint32_t command_inihibit_cmd

Command: Inhibit command

◆ command_inihibit_dat

uint32_t command_inihibit_dat

Command: Inhibit data

◆ dat7_4_pin_level

uint32_t dat7_4_pin_level

Data 7_4 pin level

◆ dat_3_0_pin_level

uint32_t dat_3_0_pin_level

Data 3_0 pin level

◆ dat_line_active

uint32_t dat_line_active

Data line active

◆ read_transfer_active

uint32_t read_transfer_active

Read transfer active

◆ write_protect_pin_level

uint32_t write_protect_pin_level

Write protect pin level

◆ write_transfer_active

uint32_t write_transfer_active

Write transfer active


The documentation for this union was generated from the following file: