Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic_opi.c15 #define CMD_OPI_FLASH_MXIC(cmd) ((((~(cmd) & 0xff) << 8)) | ((cmd) & 0xff)) macro
73 t.command = CMD_OPI_FLASH_MXIC(CMD_WRDI); in spi_flash_chip_mxic_opi_set_write_protect()
75 t.command = CMD_OPI_FLASH_MXIC(CMD_WREN); in spi_flash_chip_mxic_opi_set_write_protect()
103 .command = CMD_OPI_FLASH_MXIC(CMD_RDID), in spi_flash_chip_mxic_opi_read_id()
138 .command = CMD_OPI_FLASH_MXIC(CMD_RDSR), in spi_flash_chip_mxic_opi_read_reg()
208 .command = CMD_OPI_FLASH_MXIC(CMD_SECTOR_ERASE_4B), in spi_flash_chip_mxic_opi_erase_sector()
237 .command = CMD_OPI_FLASH_MXIC(CMD_LARGE_BLOCK_ERASE_4B), in spi_flash_chip_mxic_opi_erase_block()
266 .command = CMD_OPI_FLASH_MXIC(CMD_PROGRAM_PAGE_4B), in spi_flash_chip_mxic_opi_page_program()