AG903ライブラリリファレンス
Body Source
Usbh_Stor_GetAttachDevNum 関数
本文ソース
コピコード
1:
int
Usbh_Stor_GetAttachDevNum(
void
) 2: { 3:
int
iRet = 0; 4: uhs_ubit8_t i; 5: 6: 7:
for
(i = 0; i < (uhs_ubit8_t) numof(stDriveTable); i++){ 8: 9:
if
(stDriveTable[i].pStorUnit != NULL){ 10: iRet++; 11: } 12: } 13:
return
iRet; 14: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム