We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a86e commit a316902Copy full SHA for a316902
storage/blockdevice/COMPONENT_QSPIF/include/QSPIF/QSPIFBlockDevice.h
@@ -340,9 +340,11 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
340
QSPIF_BP_CLEAR_SR, // Clear protection bits in status register 1
341
};
342
343
+protected:
344
// QSPI Driver Object
345
mbed::QSPI _qspi;
346
347
+private:
348
// Static List of different QSPI based Flash devices csel that already exist
349
// Each QSPI Flash device csel can have only 1 QSPIFBlockDevice instance
350
// _devices_mutex is used to lock csel list - only one QSPIFBlockDevice instance per csel is allowed
0 commit comments