/hal_espressif-latest/components/hal/ |
D | spi_flash_hal_iram.c | 81 esp_err_t spi_flash_hal_set_write_protect(spi_flash_host_inst_t *host, bool wp) in spi_flash_hal_set_write_protect()
|
/hal_espressif-latest/components/spi_flash/ |
D | memspi_host_driver.c | 194 esp_err_t memspi_host_set_write_protect(spi_flash_host_inst_t *host, bool wp) in memspi_host_set_write_protect()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_flash_ll.h | 117 static inline void spi_flash_ll_set_write_protect(spi_dev_t *dev, bool wp) in spi_flash_ll_set_write_protect()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spimem_flash_ll.h | 238 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 76 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spimem_flash_ll.h | 243 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 74 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spimem_flash_ll.h | 242 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 73 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spimem_flash_ll.h | 242 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 73 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spimem_flash_ll.h | 238 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 73 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spimem_flash_ll.h | 244 static inline void spimem_flash_ll_set_write_protect(spi_mem_dev_t *dev, bool wp) in spimem_flash_ll_set_write_protect()
|
D | spi_flash_ll.h | 74 #define spi_flash_ll_set_write_protect(dev, wp) spimem_flash_ll_set_write_protect((spi… argument
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_mem_struct.h | 56 …uint32_t wp: 1; /*Write protect signal output when SPI is idle. 1: ou… member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_mem_struct.h | 57 …uint32_t wp : 1; /*Write protect signal output when SPI is idle. 1… member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | spi_struct.h | 58 …uint32_t wp: 1; /*Write protect signal output when SPI is idle. 1… member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | spi_mem_struct.h | 57 …uint32_t wp: 1; /*Write protect signal output when SPI is idle… member
|
D | spi_struct.h | 45 …uint32_t wp: 1; /*Write protect signal output when SPI is idle. 1: … member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_mem_struct.h | 66 …uint32_t wp : 1; /*Write protect signal output when SPI is idle. 1… member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_mem_struct.h | 60 …uint32_t wp : 1; /*Write protect signal output when SPI is idle. 1… member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_mem_struct.h | 61 …uint32_t wp : 1; /*Write protect signal output when SPI is idle. 1… member
|