Home
last modified time | relevance | path

Searched refs:sector_count (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dsd.c150 uint32_t sector_count = 0; in hal_sd_info_get() local
153 hal_sdmmc_info(HAL_SDMMC_ID_0, &sector_count, &sector_size); in hal_sd_info_get()
154 info->blk_nums = sector_count; in hal_sd_info_get()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_sdmmc.h24 void hal_sdmmc_info(enum HAL_SDMMC_ID_T id, uint32_t *sector_count, uint32_t *sector_size);
/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_eflash.h32 uint32_t sector_count; ///< Number of sectors member
A Ddrv_spiflash.h32 uint32_t sector_count; ///< Number of sectors member
/AliOS-Things-master/components/csi/csi1/include/drv/
A Deflash.h32 uint32_t sector_count; ///< Number of sectors member
A Dnorflash.h32 uint32_t sector_count; ///< Number of sectors member
A Dspiflash.h32 uint32_t sector_count; ///< Number of sectors member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721dhp_sd.h226 _LONG_CALL_ SD_RESULT SD_GetCapacity(u32* sector_count);
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/
A Dsettings_nvs.c302 default_settings_nvs.cf_nvs.sector_count = cnt; in settings_backend_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_sd.c1517 SD_RESULT SD_GetCapacity(u32* sector_count) in SD_GetCapacity() argument
1522 *sector_count = card_info.capaticy * (1024 / SD_BLOCK_SIZE); //capacity in block counts in SD_GetCapacity()
1524 if(*sector_count) in SD_GetCapacity()

Completed in 12 milliseconds