Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

fs::is_fat32

Signature: bool fs::is_fat32(BPB_t* bpb)
Description: Checks if a filesystem is FAT32

Parameters:

Return: bool

fs::is_fat32

Signature: bool fs::is_fat32(int disk_id, uint8_t* buffer)
Description: Checks if a filesystem is FAT32

Parameters:

Return: bool

fs::get_fattime

Signature: uint32_t fs::get_fattime()
Description: Gets the current time formatted for the FAT32 filesystem

Return: uint32_t

Show file on GitHub