File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
components/storage/blockdevice/COMPONENT_QSPIF Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -332,20 +332,6 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
332
332
// Detect 4-byte addressing mode and enable it if supported
333
333
int _sfdp_detect_and_enable_4byte_addressing (uint8_t *basic_param_table_ptr, int basic_param_table_size);
334
334
335
- /* **********************/
336
- /* Utilities Functions */
337
- /* **********************/
338
- // Find the region to which the given offset belong to
339
- int _utils_find_addr_region (mbed::bd_size_t offset, mbed::sfdp_smptbl_info &smptbl);
340
-
341
- // Iterate on all supported Erase Types of the Region to which the offset belong to.
342
- // Iterates from highest type to lowest
343
- int _utils_iterate_next_largest_erase_type (uint8_t &bitfield,
344
- int size,
345
- int offset,
346
- int region,
347
- mbed::sfdp_smptbl_info &smptbl);
348
-
349
335
private:
350
336
enum qspif_clear_protection_method_t {
351
337
QSPIF_BP_ULBPR, // Issue global protection unlock instruction
You can’t perform that action at this time.
0 commit comments