Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.c232 bool write_protect);
1031 bool write_protect) in spi_nor_write_protection_set() argument
1037 if (DEV_CFG(dev)->wp_gpios_exist && write_protect == false) { in spi_nor_write_protection_set()
1042 ret = spi_nor_cmd_write(dev, (write_protect) ? in spi_nor_write_protection_set()
1047 && !write_protect) { in spi_nor_write_protection_set()
1052 if (DEV_CFG(dev)->wp_gpios_exist && write_protect == true) { in spi_nor_write_protection_set()
Dflash_andes_qspi.c87 bool write_protect);
467 bool write_protect) in flash_andes_qspi_write_protection_set() argument
469 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.c697 .write_protect = DT_INST_PROP(index, write_protect), \