Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_handle_simple.hpp36 NVSHandleSimple(bool readOnly, uint8_t nsIndex, Storage *StoragePtr) : in NVSHandleSimple() argument
39 mReadOnly(readOnly), in NVSHandleSimple()
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.c1233 bool readOnly = true; in SdhciDevReadOnly() local
1237 readOnly = false; in SdhciDevReadOnly()
1240 readOnly = ((val & SDHCI_WRITE_PROTECT) > 0 ? false : true); in SdhciDevReadOnly()
1244 return (!readOnly); in SdhciDevReadOnly()
1246 return readOnly; in SdhciDevReadOnly()