/hal_espressif-3.4.0/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-3.4.0/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-3.4.0/components/soc/esp32h2/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 | 96 uint32_t tx_start: 1; /*Set this bit to start transmitting data*/ member
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | uhci_struct.h | 46 uint32_t tx_start : 1; member 61 uint32_t tx_start : 1; member 76 uint32_t tx_start : 1; member 91 uint32_t tx_start : 1; member
|
D | host_struct.h | 88 uint32_t tx_start : 1; member 121 uint32_t tx_start : 1; member 376 uint32_t tx_start : 1; member 409 uint32_t tx_start : 1; member 444 uint32_t tx_start : 1; member
|
D | i2s_struct.h | 99 … uint32_t tx_start : 1; /*Set this bit to start transmitting data */ member
|
/hal_espressif-3.4.0/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 | 82 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-3.4.0/components/driver/test/ |
D | test_common_spi.c | 164 ESP_LOG_BUFFER_HEX("slave tx", t->tx_start, rcv_len); in spitest_slave_print_data() 179 memcmp(slave_t->tx_start, master_t->rx_buffer, (len + 7) / 8) != 0 ) { in spitest_check_data() 195 TEST_ASSERT_EQUAL_HEX8_ARRAY(slave_t->tx_start, master_t->rx_buffer, (len + 7) / 8); in spitest_check_data()
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | i2s_ll.h | 484 hw->conf.tx_start = 1; in i2s_ll_tx_start() 528 hw->conf.tx_start = 0; in i2s_ll_tx_stop()
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | i2s_ll.h | 296 hw->tx_conf.tx_start = 1; in i2s_ll_tx_start() 318 hw->tx_conf.tx_start = 0; in i2s_ll_tx_stop()
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 85 dev->conf_ch[channel].conf1.tx_start = 1; in rmt_ll_tx_start() 91 dev->conf_ch[channel].conf1.tx_start = 0; in rmt_ll_tx_stop()
|
D | i2s_ll.h | 462 hw->conf.tx_start = 1; in i2s_ll_tx_start() 506 hw->conf.tx_start = 0; in i2s_ll_tx_stop()
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | i2s_ll.h | 297 hw->tx_conf.tx_start = 1; in i2s_ll_tx_start() 319 hw->tx_conf.tx_start = 0; in i2s_ll_tx_stop()
|
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/ |
D | i2s_ll.h | 299 hw->tx_conf.tx_start = 1; in i2s_ll_tx_start() 321 hw->tx_conf.tx_start = 0; in i2s_ll_tx_stop()
|
/hal_espressif-3.4.0/components/driver/test/include/test/ |
D | test_common_spi.h | 190 uint8_t* tx_start; member
|