/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/ |
D | uhci_struct.h | 45 uint32_t tx_start: 1; member 57 uint32_t tx_start: 1; member 69 uint32_t tx_start: 1; member 81 uint32_t tx_start: 1; member
|
D | host_struct.h | 87 uint32_t tx_start: 1; member 120 uint32_t tx_start: 1; member 375 uint32_t tx_start: 1; member 408 uint32_t tx_start: 1; member 443 uint32_t tx_start: 1; member
|
D | slc_struct.h | 58 uint32_t tx_start: 1; member 92 uint32_t tx_start: 1; member 126 uint32_t tx_start: 1; member 160 uint32_t tx_start: 1; member
|
D | i2s_struct.h | 98 uint32_t tx_start: 1; /*Set this bit to start transmitting data*/ member
|
D | rmt_struct.h | 26 uint32_t tx_start : 1; member
|
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/ |
D | uhci_struct.h | 43 uint32_t tx_start: 1; /*a*/ member 58 uint32_t tx_start: 1; /*a*/ member 73 uint32_t tx_start: 1; /*a*/ member 88 uint32_t tx_start: 1; /*a*/ member
|
D | rmt_struct.h | 27 uint32_t tx_start: 1; member
|
D | i2s_struct.h | 94 uint32_t tx_start: 1; /*Set this bit to start transmitting data*/ member
|
/hal_espressif-2.7.6/components/soc/esp32/include/soc/ |
D | host_struct.h | 101 uint32_t tx_start: 1; member 133 uint32_t tx_start: 1; member 165 uint32_t tx_start: 1; member 197 uint32_t tx_start: 1; member 465 uint32_t tx_start: 1; member 497 uint32_t tx_start: 1; member 529 uint32_t tx_start: 1; member 561 uint32_t tx_start: 1; member 593 uint32_t tx_start: 1; member 625 uint32_t tx_start: 1; member [all …]
|
D | uhci_struct.h | 57 …uint32_t tx_start: 1; /*when DMA detects a separator char it will produce… member 80 uint32_t tx_start: 1; member 103 uint32_t tx_start: 1; member 126 uint32_t tx_start: 1; member
|
D | slc_struct.h | 72 uint32_t tx_start: 1; member 105 uint32_t tx_start: 1; member 138 uint32_t tx_start: 1; member 171 uint32_t tx_start: 1; member 204 uint32_t tx_start: 1; member 235 uint32_t tx_start: 1; member 266 uint32_t tx_start: 1; member 297 uint32_t tx_start: 1; member
|
D | rmt_struct.h | 42 … uint32_t tx_start: 1; /*Set this bit to start sending data for channel0-7.*/ member
|
D | i2s_struct.h | 32 uint32_t tx_start: 1; member
|
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/ |
D | uhci_struct.h | 54 uint32_t tx_start: 1; member 77 uint32_t tx_start: 1; member 100 uint32_t tx_start: 1; member 123 uint32_t tx_start: 1; member
|
D | rmt_struct.h | 40 uint32_t tx_start: 1; member
|
D | i2s_struct.h | 29 uint32_t tx_start: 1; /*Set this bit to start transmitting data*/ member
|
/hal_espressif-2.7.6/components/driver/test/ |
D | test_common_spi.c | 159 ESP_LOG_BUFFER_HEX("slave tx", t->tx_start, rcv_len); in spitest_slave_print_data() 174 memcmp(slave_t->tx_start, master_t->rx_buffer, (len + 7) / 8) != 0 ) { in spitest_check_data() 190 TEST_ASSERT_EQUAL_HEX8_ARRAY(slave_t->tx_start, master_t->rx_buffer, (len + 7) / 8); in spitest_check_data()
|
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/ |
D | i2s_ll.h | 169 hw->conf.tx_start = 1; in i2s_ll_start_tx() 209 hw->conf.tx_start = 0; in i2s_ll_stop_tx()
|
D | rmt_ll.h | 91 dev->conf_ch[channel].conf1.tx_start = 1; in rmt_ll_tx_start()
|
/hal_espressif-2.7.6/components/hal/esp32/include/hal/ |
D | i2s_ll.h | 172 hw->conf.tx_start = 1; in i2s_ll_start_tx() 212 hw->conf.tx_start = 0; in i2s_ll_stop_tx()
|
D | rmt_ll.h | 86 dev->conf_ch[channel].conf1.tx_start = 1; in rmt_ll_tx_start() 92 dev->conf_ch[channel].conf1.tx_start = 0; in rmt_ll_tx_stop()
|
/hal_espressif-2.7.6/components/driver/test/include/test/ |
D | test_common_spi.h | 184 uint8_t* tx_start; member
|
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 103 dev->tx_conf[channel].tx_start = 1; in rmt_ll_tx_start()
|
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 103 dev->tx_conf[channel].tx_start = 1; in rmt_ll_tx_start()
|