Home
last modified time | relevance | path

Searched refs:user2 (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dspi_flash_ll.h330 __typeof__(dev->user2) user2 = { in spi_flash_ll_set_command()
334 dev->user2 = user2; in spi_flash_ll_set_command()
Dspi_ll.h796 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/
Dgpspi_flash_ll.h305 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command()
309 dev->user2 = user2; in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h462 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command()
466 dev->user2 = user2; in spimem_flash_ll_set_command()
Dspi_ll.h839 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/
Dgpspi_flash_ll.h305 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command()
309 dev->user2 = user2; in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h462 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command()
466 dev->user2 = user2; in spimem_flash_ll_set_command()
Dspi_ll.h842 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/
Dgpspi_flash_ll.h299 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command()
303 dev->user2 = user2; in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h458 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command()
462 dev->user2 = user2; in spimem_flash_ll_set_command()
Dspi_ll.h833 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/
Dgpspi_flash_ll.h310 __typeof__(dev->user2) user2 = { in gpspi_flash_ll_set_command()
314 dev->user2 = user2; in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h472 __typeof__(dev->user2) user2 = { in spimem_flash_ll_set_command()
476 dev->user2 = user2; in spimem_flash_ll_set_command()
Dspi_ll.h849 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/
Dflash_ops_esp32c3.c96 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/
Dflash_ops_esp32h2.c96 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/
Dbootloader_flash.c588 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/
Dspi_struct.h120 } user2; member
Dspi_mem_struct.h140 } user2; member
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dspi_struct.h121 } user2; member
Dspi_mem_struct.h140 } user2; member
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dspi_struct.h122 } user2; member
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dspi_mem_struct.h141 } user2; member
Dspi_struct.h142 } user2; member
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dspi_struct.h158 } user2; member

12