Lines Matching full:sdhc

20  * @brief SDHC interface
21 * @defgroup sdhc_interface SDHC interface
68 unsigned int bytes_xfered; /*!< populated with number of bytes sent by SDHC */
77 * SDHC controllers that implement SD host specification can support open
160 * SD host controller capability flags. These flags should be set by the SDHC
206 * Controls I/O settings for the SDHC. Note that only a subset of these settings
249 * @brief SDHC card interrupt callback prototype
251 * Function prototype for SDHC card interrupt callback.
252 * @param dev: SDHC device that produced interrupt
277 * @brief reset SDHC controller state
279 * Used when the SDHC has encountered an error. Resetting the SDHC controller
280 * should clear all errors on the SDHC, but does not necessarily reset I/O
303 * @brief Send command to SDHC
307 * @param dev: SDHC device
308 * @param cmd: SDHC command
309 * @param data: SDHC data. Leave NULL to send SD command without data.
332 * @brief set I/O properties of SDHC
337 * @param dev: SDHC device
358 * @brief check for SDHC card presence
363 * @param dev: SDHC device
383 * @brief run SDHC tuning
387 * @param dev: SDHC device
412 * @param dev: SDHC device
436 * @param dev: SDHC device
437 * @param props property structure to be filled by sdhc driver
457 * @brief Enable SDHC interrupt sources.
459 * Enables SDHC interrupt sources. Each subsequent call of this function
462 * @param dev: SDHC device
489 * @brief Disable SDHC interrupt sources
491 * Disables SDHC interrupt sources. If multiple sources are enabled, only
493 * @param dev: SDHC device
522 #include <zephyr/syscalls/sdhc.h>