| 66 | return validate_bpb(bpb_span.as<const FAT::BPB>()); |
| 67 | } |
| 68 | |
| 69 | unsigned long FATFS::bsize() const { return m_bpb.bytes_per_sector; } |
| 70 | unsigned long FATFS::frsize() const { return m_bpb.bytes_per_sector; } |
| 71 | fsblkcnt_t FATFS::blocks() const { return data_sector_count(); } |