Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_hal_iram.c111 int cmdlen = trans->cmd_bits; in spi_hal_setup_trans() local
117 cmdlen = 0; in spi_hal_setup_trans()
122 spi_ll_set_command_bitlen(hw, cmdlen); in spi_hal_setup_trans()
124 spi_ll_set_command(hw, trans->cmd, cmdlen, dev->tx_lsbfirst); in spi_hal_setup_trans()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h864 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h951 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h941 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h937 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h937 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h943 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
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.h926 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() argument
936 … HAL_FORCE_MODIFY_U32_REG_FIELD(hw->user2, usr_command_value, HAL_SPI_SWAP_DATA_TX(cmd, cmdlen)); in spi_ll_set_command()