Searched refs:spi_ll_set_command (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_hal_iram.c | 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/ |
D | spi_ll.h | 864 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 951 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 941 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 937 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 937 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 943 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 926 static inline void spi_ll_set_command(spi_dev_t *hw, uint16_t cmd, int cmdlen, bool lsbfirst) in spi_ll_set_command() function
|