/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | spi_flash_ll.h | 330 __typeof__(dev->user2) user2 = { in spi_flash_ll_set_command() 334 dev->user2 = user2; in spi_flash_ll_set_command()
|
D | spi_ll.h | 796 hw->user2.usr_command_bitlen = bitlen - 1; in spi_ll_set_command_bitlen() 866 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, cmd); in spi_ll_set_command() 872 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | gpspi_flash_ll.h | 305 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command() 309 dev->user2 = user2; in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 462 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command() 466 dev->user2 = user2; in spimem_flash_ll_set_command()
|
D | spi_ll.h | 839 hw->user2.usr_command_bitlen = bitlen - 1; in spi_ll_set_command_bitlen() 901 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, cmd); in spi_ll_set_command() 907 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | gpspi_flash_ll.h | 305 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command() 309 dev->user2 = user2; in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 462 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command() 466 dev->user2 = user2; in spimem_flash_ll_set_command()
|
D | spi_ll.h | 842 hw->user2.usr_command_bitlen = bitlen - 1; in spi_ll_set_command_bitlen() 904 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, cmd); in spi_ll_set_command() 910 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | gpspi_flash_ll.h | 299 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command() 303 dev->user2 = user2; in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 458 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command() 462 dev->user2 = user2; in spimem_flash_ll_set_command()
|
D | spi_ll.h | 833 hw->user2.usr_command_bitlen = bitlen - 1; in spi_ll_set_command_bitlen() 895 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, cmd); in spi_ll_set_command() 901 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()
|
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/ |
D | gpspi_flash_ll.h | 310 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command() 314 dev->user2 = user2; in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 472 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command() 476 dev->user2 = user2; in spimem_flash_ll_set_command()
|
D | spi_ll.h | 849 hw->user2.usr_command_bitlen = bitlen - 1; in spi_ll_set_command_bitlen() 911 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, cmd); in spi_ll_set_command() 917 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()
|
/hal_espressif-3.4.0/components/spi_flash/esp32c3/ |
D | flash_ops_esp32c3.c | 96 SPIFLASH.user2.usr_command_bitlen = 7; in spi_flash_wrap_set() 97 SPIFLASH.user2.usr_command_value = FLASH_WRAP_CMD; in spi_flash_wrap_set()
|
/hal_espressif-3.4.0/components/spi_flash/esp32h2/ |
D | flash_ops_esp32h2.c | 96 SPIFLASH.user2.usr_command_bitlen = 7; in spi_flash_wrap_set() 97 SPIFLASH.user2.usr_command_value = FLASH_WRAP_CMD; in spi_flash_wrap_set()
|
/hal_espressif-3.4.0/components/bootloader_support/src/ |
D | bootloader_flash.c | 588 uint32_t old_user2_reg = SPIFLASH.user2.val; in bootloader_flash_execute_command_common() 596 SPIFLASH.user2.usr_command_bitlen = 7; in bootloader_flash_execute_command_common() 597 SPIFLASH.user2.usr_command_value = command; in bootloader_flash_execute_command_common() 637 SPIFLASH.user2.val = old_user2_reg; in bootloader_flash_execute_command_common() 698 SPIFLASH.user2.usr_command_bitlen = 7; in bootloader_flash_wrap_set() 699 SPIFLASH.user2.usr_command_value = CMD_WRAP; in bootloader_flash_wrap_set()
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | spi_struct.h | 120 } user2; member
|
D | spi_mem_struct.h | 140 } user2; member
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | spi_struct.h | 121 } user2; member
|
D | spi_mem_struct.h | 140 } user2; member
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | spi_struct.h | 122 } user2; member
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | spi_mem_struct.h | 141 } user2; member
|
D | spi_struct.h | 142 } user2; member
|
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | spi_struct.h | 158 } user2; member
|