mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-11-20 19:11:39 +01:00
* sdmmc: begin skeletoning sdmmc driver * sdmmc: add most of SdHostStandardController * sdmmc: implement most of SdmmcController * sdmmc: Sdmmc2Controller * sdmmc: skeleton implementation of Sdmmc1Controller * sdmmc: complete abstract logic for Sdmmc1 power controller * sdmmc: implement gpio handling for sdmmc1-register-control * sdmmc: implement pinmux handling for sdmmc1-register-control * sdmmc: fix building for arm32 and in stratosphere context * sdmmc: implement voltage enable/set for sdmmc1-register-control * util: move T(V)SNPrintf from kernel to util * sdmmc: implement BaseDeviceAccessor * sdmmc: implement MmcDeviceAccessor * sdmmc: implement clock reset controller for register api * sdmmc: fix bug in WaitWhileCommandInhibit, add mmc accessors * exo: add sdmmc test program * sdmmc: fix speed mode extension, add CheckMmcConnection for debug * sdmmc: add DeviceDetector, gpio: implement client api * gpio: modernize client api instead of doing it the lazy way * sdmmc: SdCardDeviceAccessor impl * sdmmc: update test program to read first two sectors of sd card * sdmmc: fix vref sel * sdmmc: finish outward-facing api (untested) * ams: changes for libvapours including tegra register defs * sdmmc: remove hwinit |
||
|---|---|---|
| .. | ||
| cal_results.hpp | ||
| capsrv_results.hpp | ||
| creport_results.hpp | ||
| debug_results.hpp | ||
| dmnt_results.hpp | ||
| erpt_results.hpp | ||
| err_results.hpp | ||
| exosphere_results.hpp | ||
| fatal_results.hpp | ||
| fs_results.hpp | ||
| hipc_results.hpp | ||
| i2c_results.hpp | ||
| kvdb_results.hpp | ||
| loader_results.hpp | ||
| lr_results.hpp | ||
| ncm_results.hpp | ||
| nim_results.hpp | ||
| ns_results.hpp | ||
| os_results.hpp | ||
| pcv_results.hpp | ||
| pgl_results.hpp | ||
| pm_results.hpp | ||
| psc_results.hpp | ||
| results_common.hpp | ||
| ro_results.hpp | ||
| sdmmc_results.hpp | ||
| settings_results.hpp | ||
| sf_results.hpp | ||
| sm_results.hpp | ||
| spl_results.hpp | ||
| svc_results.hpp | ||
| time_results.hpp | ||
| updater_results.hpp | ||
| vi_results.hpp | ||