Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h39 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
874 … 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-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h40 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
961 … 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-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h39 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
951 … 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-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h38 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
947 … 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-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h38 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
947 … 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-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h39 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
953 … 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-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h41 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)(data) << (32 - len)) macro
936 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()