Home
last modified time | relevance | path

Searched refs:write_protect (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/flash/
Dspi_nor.c237 bool write_protect);
1034 bool write_protect) in spi_nor_write_protection_set() argument
1040 if (DEV_CFG(dev)->wp_gpios_exist && write_protect == false) { in spi_nor_write_protection_set()
1045 ret = spi_nor_cmd_write(dev, (write_protect) ? in spi_nor_write_protection_set()
1050 && !write_protect) { in spi_nor_write_protection_set()
1055 if (DEV_CFG(dev)->wp_gpios_exist && write_protect == true) { in spi_nor_write_protection_set()
Dflash_andes_qspi.c90 bool write_protect);
489 bool write_protect) in flash_andes_qspi_write_protection_set() argument
491 return flash_andes_qspi_cmd_write(dev, (write_protect) ? in flash_andes_qspi_write_protection_set()
Dnrf_qspi_nor.c222 bool write_protect);
1039 bool write_protect) in qspi_nor_write_protection_set() argument
1043 .op_code = ((write_protect) ? SPI_NOR_CMD_WRDI : SPI_NOR_CMD_WREN), in qspi_nor_write_protection_set()
/Zephyr-latest/drivers/sdhc/
Dsdhc_renesas_ra.c693 .write_protect = DT_INST_PROP(index, write_protect), \