Lines Matching full:sd
8 * SD card specification
22 * @brief SD specification command opcodes
24 * SD specification command opcodes. Note that some command opcodes are
25 * specific to SDIO cards, or cards running in SPI mode instead of native SD
66 * @brief SD application command opcodes.
69 * to inform the SD card the next command is an application-specific one.
82 * @brief Native SD mode R1 response status flags
84 * Native response flags for SD R1 response, used to check for error in command.
134 * @brief SD current state values
136 * SD current state values, contained in R1 response data.
151 * @brief SPI SD mode R1 response status flags
153 * SPI mode R1 response flags. Used to check for error in SD SPI mode command.
166 * @brief SPI SD mode R2 response status flags
169 * to check status of SD card.
182 /* Byte length of SD SPI mode command */
203 /* Masks used in SD interface condition query (CMD8) */
209 * @brief SD response types
211 * SD response types. Note that SPI mode has difference response types than
212 * cards in native SD mode.
237 * @brief SD support flags
239 * flags used by SD subsystem to determine support for SD card features.
255 * @brief SD OCR bit flags
257 * bit flags present in SD OCR response. Used to determine status and
258 * supported functions of SD card.
340 * @brief SD switch arguments
342 * SD CMD6 can either check or set a function. Bitfields are used to indicate
347 /** SD switch mode 0: check function */
349 /** SD switch mode 1: set function */
354 * @brief SD switch group numbers
356 * SD CMD6 has multiple function groups it can check/set. These indicies are
370 /* Maximum data rate possible for SD high speed cards */
376 /* Maximum data rate possible for SD uhs cards */
387 * @brief SD bus speed support bit flags
389 * Bit flags indicating support for SD bus speeds.
403 * @brief SD timing mode function selection values.
405 * sent to the card via CMD6 to select a card speed, and used by SD host
426 * @brief SD host controller clock speed
428 * Controls the SD host controller clock speed on the SD bus.
444 * @brief SD current setting values
456 * @brief SD current support bitfield
472 * @brief SD driver types
484 * @brief SD switch drive type selection
486 * These values are used to select the preferred driver type for an SD card.
500 * @brief SD switch capabilities
502 * records switch capabilities for SD card. These capabilities are set
517 * @brief SD card identification register
519 * Layout of SD card identification register
537 * @brief SD card specific data register.
539 * Card specific data register. contains additional data about SD card.
695 * @brief SD card specific data flags
697 * flags used in decoding the SD card specific data register
725 * @brief SD card configuration register
727 * Even more SD card data.
732 /** SD memory card specification version [59:56] */
749 * @brief SD card configuration register
751 * flags used in decoding the SD card configuration register
761 * @brief SD specification version
763 * SD spec version flags used in decoding the SD card configuration register
766 /** SD card version 1.0-1.01 */
768 /** SD card version 1.10 */
770 /** SD card version 2.00 */
772 /** SD card version 3.0 */
829 #define SDIO_CCCR_SD 0x01 /*!< SD spec version register */