AM263x MCU+ SDK  09.02.00

Detailed Description

Structure holding the hs mmcsd controller system configurations.

Data Fields

uint32_t clockActivity
 
uint32_t standbyMode
 
uint32_t idleMode
 
uint32_t enableWakeup
 
uint32_t enableAutoIdle
 

Field Documentation

◆ clockActivity

uint32_t MMCSD_sysCfg::clockActivity

Configuration of clock activity during wake up period. This can take values from the following enum MMCSD_clkAct.

◆ standbyMode

uint32_t MMCSD_sysCfg::standbyMode

standby mode configuration. This can take values from the following enum MMCSD_standbyMode.

◆ idleMode

uint32_t MMCSD_sysCfg::idleMode

Idle mode configuration. This can take values from the following enum MMCSD_idleMode.

◆ enableWakeup

uint32_t MMCSD_sysCfg::enableWakeup

Wake up enable/disable control. This can take following two values

  • TRUE - Enable Wakeup
  • FALSE - Disable wakeup

◆ enableAutoIdle

uint32_t MMCSD_sysCfg::enableAutoIdle

Auto idle enable/disable control. This can take following two values

  • TRUE - Enable auto idle.
  • FALSE - Disable auto idle.